Home
last modified time | relevance | path

Searched refs:AVHWAccel (Results 1 – 25 of 45) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dhwaccels.h24 extern const AVHWAccel ff_av1_d3d11va_hwaccel;
25 extern const AVHWAccel ff_av1_d3d11va2_hwaccel;
26 extern const AVHWAccel ff_av1_dxva2_hwaccel;
27 extern const AVHWAccel ff_av1_nvdec_hwaccel;
28 extern const AVHWAccel ff_av1_vaapi_hwaccel;
29 extern const AVHWAccel ff_h263_vaapi_hwaccel;
30 extern const AVHWAccel ff_h263_videotoolbox_hwaccel;
31 extern const AVHWAccel ff_h264_d3d11va_hwaccel;
32 extern const AVHWAccel ff_h264_d3d11va2_hwaccel;
33 extern const AVHWAccel ff_h264_dxva2_hwaccel;
[all …]
Ddxva2_vc1.c378 const AVHWAccel ff_wmv3_dxva2_hwaccel = {
395 const AVHWAccel ff_vc1_dxva2_hwaccel = {
412 const AVHWAccel ff_wmv3_d3d11va_hwaccel = {
429 const AVHWAccel ff_wmv3_d3d11va2_hwaccel = {
446 const AVHWAccel ff_vc1_d3d11va_hwaccel = {
463 const AVHWAccel ff_vc1_d3d11va2_hwaccel = {
Dnvdec_mpeg12.c98 const AVHWAccel ff_mpeg2_nvdec_hwaccel = {
114 const AVHWAccel ff_mpeg1_nvdec_hwaccel = {
Dvdpau_mpeg12.c106 const AVHWAccel ff_mpeg1_vdpau_hwaccel = {
141 const AVHWAccel ff_mpeg2_vdpau_hwaccel = {
Dnvdec_vc1.c113 const AVHWAccel ff_vc1_nvdec_hwaccel = {
128 const AVHWAccel ff_wmv3_nvdec_hwaccel = {
Dvdpau_vc1.c139 const AVHWAccel ff_wmv3_vdpau_hwaccel = {
156 const AVHWAccel ff_vc1_vdpau_hwaccel = {
Davcodec.h1680 const struct AVHWAccel *hwaccel;
2438 typedef struct AVHWAccel { struct
2598 } AVHWAccel; typedef
4106 void av_register_hwaccel(AVHWAccel *hwaccel);
4117 AVHWAccel *av_hwaccel_next(const AVHWAccel *hwaccel);
Dvaapi_mpeg4.c181 const AVHWAccel ff_mpeg4_vaapi_hwaccel = {
199 const AVHWAccel ff_h263_vaapi_hwaccel = {
Ddxva2_mpeg2.c317 const AVHWAccel ff_mpeg2_dxva2_hwaccel = {
334 const AVHWAccel ff_mpeg2_d3d11va_hwaccel = {
351 const AVHWAccel ff_mpeg2_d3d11va2_hwaccel = {
Ddxva2_vp9.c308 const AVHWAccel ff_vp9_dxva2_hwaccel = {
325 const AVHWAccel ff_vp9_d3d11va_hwaccel = {
342 const AVHWAccel ff_vp9_d3d11va2_hwaccel = {
Dnvdec_mjpeg.c73 AVHWAccel ff_mjpeg_nvdec_hwaccel = {
Dvideotoolbox.c1126 const AVHWAccel ff_h263_videotoolbox_hwaccel = {
1141 const AVHWAccel ff_hevc_videotoolbox_hwaccel = {
1157 const AVHWAccel ff_h264_videotoolbox_hwaccel = {
1173 const AVHWAccel ff_mpeg1_videotoolbox_hwaccel = {
1188 const AVHWAccel ff_mpeg2_videotoolbox_hwaccel = {
1203 const AVHWAccel ff_mpeg4_videotoolbox_hwaccel = {
Dnvdec_vp8.c93 AVHWAccel ff_vp8_nvdec_hwaccel = {
Dhwconfig.h39 const AVHWAccel *hwaccel;
Ddxva2_hevc.c421 const AVHWAccel ff_hevc_dxva2_hwaccel = {
438 const AVHWAccel ff_hevc_d3d11va_hwaccel = {
455 const AVHWAccel ff_hevc_d3d11va2_hwaccel = {
Dmpegvideo_xvmc.c351 const AVHWAccel ff_mpeg1_xvmc_hwaccel = {
365 const AVHWAccel ff_mpeg2_xvmc_hwaccel = {
Dnvdec_mpeg4.c109 const AVHWAccel ff_mpeg4_nvdec_hwaccel = {
Dvdpau_mpeg4.c113 const AVHWAccel ff_mpeg4_vdpau_hwaccel = {
Ddxva2_h264.c517 const AVHWAccel ff_h264_dxva2_hwaccel = {
534 const AVHWAccel ff_h264_d3d11va_hwaccel = {
551 const AVHWAccel ff_h264_d3d11va2_hwaccel = {
Ddxva2_av1.c458 const AVHWAccel ff_av1_dxva2_hwaccel = {
475 const AVHWAccel ff_av1_d3d11va_hwaccel = {
492 const AVHWAccel ff_av1_d3d11va2_hwaccel = {
Dvaapi_mjpeg.c145 const AVHWAccel ff_mjpeg_vaapi_hwaccel = {
Dvaapi_mpeg2.c175 const AVHWAccel ff_mpeg2_vaapi_hwaccel = {
Dvaapi_vp9.c171 const AVHWAccel ff_vp9_vaapi_hwaccel = {
Dutils.c917 AVHWAccel *av_hwaccel_next(const AVHWAccel *hwaccel) in av_hwaccel_next()
922 void av_register_hwaccel(AVHWAccel *hwaccel) in av_register_hwaccel()
Dvaapi_vc1.c504 const AVHWAccel ff_wmv3_vaapi_hwaccel = {
521 const AVHWAccel ff_vc1_vaapi_hwaccel = {

12