FFmpeg
|
VAAPI connection details. More...
#include <hwcontext_vaapi.h>
Data Fields | |
VADisplay | display |
The VADisplay handle, to be filled by the user. More... | |
unsigned int | driver_quirks |
Driver quirks to apply - this is filled by av_hwdevice_ctx_init(), with reference to a table of known drivers, unless the AV_VAAPI_DRIVER_QUIRK_USER_SET bit is already present. More... | |
VAAPI connection details.
Allocated as AVHWDeviceContext.hwctx
Definition at line 68 of file hwcontext_vaapi.h.
VADisplay AVVAAPIDeviceContext::display |
The VADisplay handle, to be filled by the user.
Definition at line 72 of file hwcontext_vaapi.h.
Referenced by deint_vaapi_build_filter_params(), deint_vaapi_filter_frame(), denoise_vaapi_build_filter_params(), opencl_device_derive(), overlay_vaapi_build_filter_params(), procamp_vaapi_build_filter_params(), qsv_device_derive_from_child(), qsv_init_child_ctx(), sharpness_vaapi_build_filter_params(), tonemap_vaapi_build_filter_params(), tonemap_vaapi_set_filter_params(), transpose_vaapi_build_filter_params(), vaapi_buffer_free(), vaapi_decode_find_best_format(), vaapi_device_connect(), vaapi_device_free(), vaapi_device_init(), vaapi_frames_get_constraints(), vaapi_frames_init(), vaapi_map_frame(), vaapi_pool_alloc(), vaapi_unmap_frame(), and vulkan_device_derive().
unsigned int AVVAAPIDeviceContext::driver_quirks |
Driver quirks to apply - this is filled by av_hwdevice_ctx_init(), with reference to a table of known drivers, unless the AV_VAAPI_DRIVER_QUIRK_USER_SET bit is already present.
The user may need to refer to this field when performing any later operations using VAAPI with the same VADisplay.
Definition at line 80 of file hwcontext_vaapi.h.
Referenced by vaapi_device_init(), vaapi_frames_get_constraints(), and vaapi_frames_init().