FFmpeg
|
#include <vaapi_decode.h>
Data Fields | |
VAConfigID | va_config |
VAContextID | va_context |
AVHWDeviceContext * | device |
AVVAAPIDeviceContext * | hwctx |
AVHWFramesContext * | frames |
AVVAAPIFramesContext * | hwfc |
enum AVPixelFormat | surface_format |
int | surface_count |
VASurfaceAttrib | pixel_format_attribute |
Definition at line 47 of file vaapi_decode.h.
VAConfigID VAAPIDecodeContext::va_config |
Definition at line 48 of file vaapi_decode.h.
VAContextID VAAPIDecodeContext::va_context |
Definition at line 49 of file vaapi_decode.h.
AVHWDeviceContext* VAAPIDecodeContext::device |
Definition at line 51 of file vaapi_decode.h.
AVVAAPIDeviceContext* VAAPIDecodeContext::hwctx |
Definition at line 52 of file vaapi_decode.h.
AVHWFramesContext* VAAPIDecodeContext::frames |
Definition at line 54 of file vaapi_decode.h.
AVVAAPIFramesContext* VAAPIDecodeContext::hwfc |
Definition at line 55 of file vaapi_decode.h.
enum AVPixelFormat VAAPIDecodeContext::surface_format |
Definition at line 57 of file vaapi_decode.h.
int VAAPIDecodeContext::surface_count |
Definition at line 58 of file vaapi_decode.h.
VASurfaceAttrib VAAPIDecodeContext::pixel_format_attribute |
Definition at line 60 of file vaapi_decode.h.