FFmpeg
|
This struct is allocated as AVHWFramesContext.hwctx. More...
#include <hwcontext_qsv.h>
Data Fields | |
mfxFrameSurface1 * | surfaces |
int | nb_surfaces |
int | frame_type |
A combination of MFX_MEMTYPE_* describing the frame pool. More... | |
This struct is allocated as AVHWFramesContext.hwctx.
Definition at line 42 of file hwcontext_qsv.h.
mfxFrameSurface1* AVQSVFramesContext::surfaces |
Definition at line 43 of file hwcontext_qsv.h.
Referenced by frame_alloc(), qsv_frames_init(), qsv_init_internal_session(), qsv_init_pool(), and qsv_pool_alloc().
int AVQSVFramesContext::nb_surfaces |
Definition at line 44 of file hwcontext_qsv.h.
Referenced by frame_alloc(), qsv_frames_init(), qsv_init_pool(), and qsv_pool_alloc().
int AVQSVFramesContext::frame_type |
A combination of MFX_MEMTYPE_* describing the frame pool.
Definition at line 49 of file hwcontext_qsv.h.
Referenced by qsv_frames_init(), qsv_init_child_ctx(), qsv_init_internal_session(), and qsv_init_pool().