Searched refs:qsv_process_data (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | qsvdec.c | 775 static int qsv_process_data(AVCodecContext *avctx, QSVContext *q, in qsv_process_data() function 962 return avpkt->size ? avpkt->size : qsv_process_data(avctx, &s->qsv, frame, got_frame, avpkt); in qsv_decode_frame() 970 ret = qsv_process_data(avctx, &s->qsv, frame, got_frame, &s->buffer_pkt); in qsv_decode_frame()
|
Completed in 2 milliseconds