FFmpeg
|
#include <qsvdec.h>
Data Fields | |
mfxSession | session |
mfxSession | internal_session |
QSVFrame * | work_frames |
a linked list of frames currently being used by QSV More... | |
int | async_depth |
int | iopattern |
mfxExtBuffer ** | ext_buffers |
int | nb_ext_buffers |
mfxSession QSVContext::session |
Definition at line 39 of file qsvdec.h.
Referenced by ff_qsv_decode(), ff_qsv_decode_init(), and qsv_init_session().
mfxSession QSVContext::internal_session |
Definition at line 43 of file qsvdec.h.
Referenced by ff_qsv_decode_close(), and qsv_init_session().
QSVFrame* QSVContext::work_frames |
a linked list of frames currently being used by QSV
Definition at line 48 of file qsvdec.h.
Referenced by ff_qsv_decode_close(), find_frame(), get_surface(), and qsv_clear_unused_frames().
int QSVContext::async_depth |
Definition at line 51 of file qsvdec.h.
Referenced by ff_qsv_decode_init().
int QSVContext::iopattern |
Definition at line 52 of file qsvdec.h.
Referenced by ff_qsv_decode_init(), qsv_decode_init(), and qsv_process_data().
mfxExtBuffer** QSVContext::ext_buffers |
Definition at line 54 of file qsvdec.h.
Referenced by ff_qsv_decode_init(), and qsv_process_data().
int QSVContext::nb_ext_buffers |
Definition at line 55 of file qsvdec.h.
Referenced by ff_qsv_decode_init(), and qsv_process_data().