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.c32 static const HWContextType * const hw_table[] = {
147 const HWContextType *hw_type = NULL; in av_hwdevice_ctx_alloc()
251 const HWContextType *hw_type = device_ctx->internal->hw_type; in av_hwframe_ctx_alloc()
569 const HWContextType *hw_type = ctx->internal->hw_type; in av_hwdevice_hwconfig_alloc()
581 const HWContextType *hw_type = ctx->internal->hw_type; in av_hwdevice_get_hwframe_constraints()
Dhwcontext_drm.c304 const HWContextType ff_hwcontext_type_drm = {
Dhwcontext_vdpau.c507 const HWContextType ff_hwcontext_type_vdpau = {
Dhwcontext_cuda.c530 const HWContextType ff_hwcontext_type_cuda = {
Dhwcontext_dxva2.c577 const HWContextType ff_hwcontext_type_dxva2 = {
Dhwcontext_videotoolbox.c746 const HWContextType ff_hwcontext_type_videotoolbox = {
Dhwcontext_d3d11va.c622 const HWContextType ff_hwcontext_type_d3d11va = {
Dhwcontext_qsv.c1665 const HWContextType ff_hwcontext_type_qsv = {
Dhwcontext_vaapi.c1863 const HWContextType ff_hwcontext_type_vaapi = {
Dhwcontext_opencl.c2931 const HWContextType ff_hwcontext_type_opencl = {
Dhwcontext_vulkan.c4125 const HWContextType ff_hwcontext_type_vulkan = {