Home
last modified time | relevance | path

Searched refs:AVHWFramesConstraints (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhwcontext.h453 typedef struct AVHWFramesConstraints { struct
480 } AVHWFramesConstraints; argument
506 AVHWFramesConstraints *av_hwdevice_get_hwframe_constraints(AVBufferRef *ref,
514 void av_hwframe_constraints_free(AVHWFramesConstraints **constraints);
Dhwcontext_internal.h78 AVHWFramesConstraints *constraints);
Dhwcontext.c576 AVHWFramesConstraints *av_hwdevice_get_hwframe_constraints(AVBufferRef *ref, in av_hwdevice_get_hwframe_constraints()
581 AVHWFramesConstraints *constraints; in av_hwdevice_get_hwframe_constraints()
601 void av_hwframe_constraints_free(AVHWFramesConstraints **constraints) in av_hwframe_constraints_free()
Dhwcontext_cuda.c57 AVHWFramesConstraints *constraints) in cuda_frames_get_constraints()
Dhwcontext_vdpau.c192 AVHWFramesConstraints *constraints) in vdpau_frames_get_constraints()
Dhwcontext_d3d11va.c119 AVHWFramesConstraints *constraints) in d3d11va_frames_get_constraints()
Dhwcontext_qsv.c1066 AVHWFramesConstraints *constraints) in qsv_frames_get_constraints()
Dhwcontext_vaapi.c194 AVHWFramesConstraints *constraints) in vaapi_frames_get_constraints()
Dhwcontext_opencl.c1477 AVHWFramesConstraints *constraints) in opencl_frames_get_constraints()
Dhwcontext_vulkan.c1258 AVHWFramesConstraints *constraints) in vulkan_frames_get_constraints()
/third_party/ffmpeg/libavfilter/
Dvf_hwupload.c45 AVHWFramesConstraints *constraints = NULL; in hwupload_query_formats()
Dvaapi_vpp.c100 AVHWFramesConstraints *constraints = NULL; in ff_vaapi_vpp_config_output()
/third_party/ffmpeg/libavcodec/
Dvaapi_decode.c431 AVHWFramesConstraints *constraints = NULL; in vaapi_decode_make_config()
Dvaapi_encode.c2278 AVHWFramesConstraints *constraints = NULL; in vaapi_encode_create_recon_frames()
/third_party/ffmpeg/doc/
DAPIchanges811 Add AVHWFramesConstraints and associated API.