Home
last modified time | relevance | path

Searched refs:HWContextType (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhwcontext_internal.h29 typedef struct HWContextType { struct
101 } HWContextType; argument
104 const HWContextType *hw_type;
115 const HWContextType *hw_type;
166 extern const HWContextType ff_hwcontext_type_cuda;
167 extern const HWContextType ff_hwcontext_type_d3d11va;
168 extern const HWContextType ff_hwcontext_type_drm;
169 extern const HWContextType ff_hwcontext_type_dxva2;
170 extern const HWContextType ff_hwcontext_type_opencl;
171 extern const HWContextType ff_hwcontext_type_qsv;
[all …]
Dhwcontext_mediacodec.c38 const HWContextType ff_hwcontext_type_mediacodec = {
Dhwcontext.c31 static const HWContextType * const hw_table[] = {
146 const HWContextType *hw_type = NULL; in av_hwdevice_ctx_alloc()
250 const HWContextType *hw_type = device_ctx->internal->hw_type; in av_hwframe_ctx_alloc()
568 const HWContextType *hw_type = ctx->internal->hw_type; in av_hwdevice_hwconfig_alloc()
580 const HWContextType *hw_type = ctx->internal->hw_type; in av_hwdevice_get_hwframe_constraints()
Dhwcontext_videotoolbox.c243 const HWContextType ff_hwcontext_type_videotoolbox = {
Dhwcontext_drm.c304 const HWContextType ff_hwcontext_type_drm = {
Dhwcontext_cuda.c499 const HWContextType ff_hwcontext_type_cuda = {
Dhwcontext_vdpau.c507 const HWContextType ff_hwcontext_type_vdpau = {
Dhwcontext_dxva2.c576 const HWContextType ff_hwcontext_type_dxva2 = {
Dhwcontext_d3d11va.c596 const HWContextType ff_hwcontext_type_d3d11va = {
Dhwcontext_qsv.c1275 const HWContextType ff_hwcontext_type_qsv = {
Dhwcontext_vaapi.c1737 const HWContextType ff_hwcontext_type_vaapi = {
Dhwcontext_opencl.c2911 const HWContextType ff_hwcontext_type_opencl = {
Dhwcontext_vulkan.c3356 const HWContextType ff_hwcontext_type_vulkan = {