Searched refs:qsv_process_data (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | qsvdec.c | 611 static int qsv_process_data(AVCodecContext *avctx, QSVContext *q, in qsv_process_data() function 792 … return avpkt->size ? avpkt->size : qsv_process_data(avctx, &s->qsv, frame, got_frame, avpkt); in qsv_decode_frame() 800 ret = qsv_process_data(avctx, &s->qsv, frame, got_frame, &s->buffer_pkt); in qsv_decode_frame()
|