FFmpeg
|
#include <qsv_internal.h>
Data Fields | |
AVFrame * | frame |
mfxFrameSurface1 * | surface |
mfxFrameSurface1 | surface_internal |
struct QSVFrame * | next |
Definition at line 41 of file qsv_internal.h.
AVFrame* QSVFrame::frame |
Definition at line 42 of file qsv_internal.h.
Referenced by alloc_frame(), ff_qsv_close(), find_frame(), get_surface(), and qsv_clear_unused_frames().
mfxFrameSurface1* QSVFrame::surface |
Definition at line 43 of file qsv_internal.h.
Referenced by alloc_frame(), find_frame(), get_surface(), and qsv_clear_unused_frames().
mfxFrameSurface1 QSVFrame::surface_internal |
Definition at line 45 of file qsv_internal.h.
Referenced by alloc_frame().
struct QSVFrame* QSVFrame::next |
Definition at line 47 of file qsv_internal.h.
Referenced by ff_qsv_close(), find_frame(), get_surface(), and qsv_clear_unused_frames().