|
FFmpeg
|
#include <qsv_internal.h>
Data Fields | |
| AVFrame * | frame |
| mfxFrameSurface1 * | surface |
| mfxFrameSurface1 | surface_internal |
| int | queued |
| struct QSVFrame * | next |
Definition at line 52 of file qsv_internal.h.
| AVFrame* QSVFrame::frame |
Definition at line 53 of file qsv_internal.h.
Referenced by alloc_frame(), clear_unused_frames(), ff_qsv_decode(), ff_qsv_decode_close(), ff_qsv_enc_close(), get_free_frame(), get_surface(), qsv_clear_unused_frames(), and submit_frame().
| mfxFrameSurface1* QSVFrame::surface |
Definition at line 54 of file qsv_internal.h.
Referenced by alloc_frame(), clear_unused_frames(), ff_qsv_decode(), find_frame(), get_free_frame(), get_surface(), qsv_clear_unused_frames(), and submit_frame().
| mfxFrameSurface1 QSVFrame::surface_internal |
Definition at line 56 of file qsv_internal.h.
Referenced by alloc_frame(), and submit_frame().
| int QSVFrame::queued |
Definition at line 58 of file qsv_internal.h.
Referenced by ff_qsv_decode(), and qsv_clear_unused_frames().
| struct QSVFrame* QSVFrame::next |
Definition at line 60 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().
1.8.6