FFmpeg
|
#include <vaapi_decode.h>
Data Fields | |
VAProfile | va_profile |
VAEntrypoint | va_entrypoint |
VAConfigID | va_config |
VAContextID | va_context |
int | have_old_context |
struct vaapi_context * | old_context |
AVBufferRef * | device_ref |
AVHWDeviceContext * | device |
AVVAAPIDeviceContext * | hwctx |
AVHWFramesContext * | frames |
AVVAAPIFramesContext * | hwfc |
enum AVPixelFormat | surface_format |
int | surface_count |
Definition at line 55 of file vaapi_decode.h.
VAProfile VAAPIDecodeContext::va_profile |
Definition at line 56 of file vaapi_decode.h.
Referenced by vaapi_decode_make_config().
VAEntrypoint VAAPIDecodeContext::va_entrypoint |
Definition at line 57 of file vaapi_decode.h.
Referenced by vaapi_decode_make_config().
VAConfigID VAAPIDecodeContext::va_config |
Definition at line 58 of file vaapi_decode.h.
Referenced by ff_vaapi_decode_init(), ff_vaapi_decode_uninit(), and vaapi_decode_make_config().
VAContextID VAAPIDecodeContext::va_context |
Definition at line 59 of file vaapi_decode.h.
Referenced by ff_vaapi_decode_init(), ff_vaapi_decode_issue(), ff_vaapi_decode_make_param_buffer(), ff_vaapi_decode_make_slice_buffer(), and ff_vaapi_decode_uninit().
int VAAPIDecodeContext::have_old_context |
Definition at line 62 of file vaapi_decode.h.
Referenced by ff_vaapi_decode_init(), and ff_vaapi_decode_uninit().
struct vaapi_context* VAAPIDecodeContext::old_context |
Definition at line 63 of file vaapi_decode.h.
Referenced by ff_vaapi_decode_init().
AVBufferRef* VAAPIDecodeContext::device_ref |
Definition at line 64 of file vaapi_decode.h.
Referenced by ff_vaapi_decode_init(), and ff_vaapi_decode_uninit().
AVHWDeviceContext* VAAPIDecodeContext::device |
Definition at line 67 of file vaapi_decode.h.
Referenced by ff_vaapi_decode_init().
AVVAAPIDeviceContext* VAAPIDecodeContext::hwctx |
Definition at line 68 of file vaapi_decode.h.
Referenced by ff_vaapi_decode_destroy_buffers(), ff_vaapi_decode_init(), ff_vaapi_decode_issue(), ff_vaapi_decode_make_param_buffer(), ff_vaapi_decode_make_slice_buffer(), ff_vaapi_decode_uninit(), and vaapi_decode_make_config().
AVHWFramesContext* VAAPIDecodeContext::frames |
Definition at line 70 of file vaapi_decode.h.
Referenced by ff_vaapi_decode_init(), and vaapi_decode_make_config().
AVVAAPIFramesContext* VAAPIDecodeContext::hwfc |
Definition at line 71 of file vaapi_decode.h.
Referenced by ff_vaapi_decode_init().
enum AVPixelFormat VAAPIDecodeContext::surface_format |
Definition at line 73 of file vaapi_decode.h.
Referenced by ff_vaapi_decode_init(), and vaapi_decode_make_config().
int VAAPIDecodeContext::surface_count |
Definition at line 74 of file vaapi_decode.h.
Referenced by ff_vaapi_decode_init(), and vaapi_decode_make_config().