Home
last modified time | relevance | path

Searched refs:work_frames (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_deinterlace_qsv.c76 QSVFrame *work_frames; member
97 cur = s->work_frames; in qsvdeint_uninit()
99 s->work_frames = cur->next; in qsvdeint_uninit()
102 cur = s->work_frames; in qsvdeint_uninit()
375 QSVFrame *cur = s->work_frames; in clear_unused_frames()
391 frame = s->work_frames; in get_free_frame()
392 last = &s->work_frames; in get_free_frame()
/third_party/ffmpeg/libavcodec/
Dqsvdec.c62 QSVFrame *work_frames; member
382 QSVFrame *cur = q->work_frames; in qsv_clear_unused_frames()
399 frame = q->work_frames; in get_surface()
400 last = &q->work_frames; in get_surface()
435 QSVFrame *cur = q->work_frames; in find_frame()
579 QSVFrame *cur = q->work_frames; in qsv_decode_close_qsvcontext()
595 q->work_frames = cur->next; in qsv_decode_close_qsvcontext()
598 cur = q->work_frames; in qsv_decode_close_qsvcontext()
Dqsvenc.h108 QSVFrame *work_frames; member
Dqsvenc.c1249 QSVFrame *cur = q->work_frames; in clear_unused_frames()
1268 frame = q->work_frames; in get_free_frame()
1269 last = &q->work_frames; in get_free_frame()
1626 cur = q->work_frames; in ff_qsv_enc_close()
1628 q->work_frames = cur->next; in ff_qsv_enc_close()
1632 cur = q->work_frames; in ff_qsv_enc_close()