FFmpeg
|
#include <qsv_internal.h>
Data Fields | |
AVFrame * | frame |
mfxFrameSurface1 * | surface |
mfxFrameSurface1 | surface_internal |
struct QSVFrame * | next |
Definition at line 33 of file qsv_internal.h.
AVFrame* QSVFrame::frame |
Definition at line 34 of file qsv_internal.h.
Referenced by alloc_frame(), clear_unused_frames(), ff_qsv_decode_close(), ff_qsv_enc_close(), find_frame(), get_free_frame(), get_surface(), qsv_clear_unused_frames(), and submit_frame().
mfxFrameSurface1* QSVFrame::surface |
Definition at line 35 of file qsv_internal.h.
Referenced by alloc_frame(), clear_unused_frames(), find_frame(), get_free_frame(), get_surface(), qsv_clear_unused_frames(), and submit_frame().
mfxFrameSurface1 QSVFrame::surface_internal |
Definition at line 37 of file qsv_internal.h.
Referenced by alloc_frame(), and submit_frame().
struct QSVFrame* QSVFrame::next |
Definition at line 39 of file qsv_internal.h.
Referenced by clear_unused_frames(), ff_qsv_decode_close(), ff_qsv_enc_close(), find_frame(), get_free_frame(), get_surface(), and qsv_clear_unused_frames().