FFmpeg
|
#include <qsv.h>
Data Fields | |
mfxSession | session |
int | iopattern |
mfxExtBuffer ** | ext_buffers |
int | nb_ext_buffers |
mfxSession AVQSVContext::session |
Definition at line 27 of file qsv.h.
Referenced by ff_qsv_decode_init(), ff_qsv_enc_init(), and get_format().
int AVQSVContext::iopattern |
Definition at line 28 of file qsv.h.
Referenced by ff_qsv_decode_init(), ff_qsv_enc_init(), and get_format().
mfxExtBuffer** AVQSVContext::ext_buffers |
Definition at line 30 of file qsv.h.
Referenced by ff_qsv_decode_init().
int AVQSVContext::nb_ext_buffers |
Definition at line 31 of file qsv.h.
Referenced by ff_qsv_decode_init().