/third_party/ffmpeg/libavcodec/ |
H A D | dxva2_vc1.c | 389 .decode_slice = dxva2_vc1_decode_slice, 406 .decode_slice = dxva2_vc1_decode_slice, 423 .decode_slice = dxva2_vc1_decode_slice, 440 .decode_slice = dxva2_vc1_decode_slice, 457 .decode_slice = dxva2_vc1_decode_slice, 474 .decode_slice = dxva2_vc1_decode_slice,
|
H A D | nvdec_vc1.c | 123 .decode_slice = ff_nvdec_simple_decode_slice, 138 .decode_slice = ff_nvdec_simple_decode_slice,
|
H A D | nvdec_mpeg12.c | 109 .decode_slice = ff_nvdec_simple_decode_slice, 125 .decode_slice = ff_nvdec_simple_decode_slice,
|
H A D | vdpau_mpeg12.c | 116 .decode_slice = vdpau_mpeg_decode_slice, 151 .decode_slice = vdpau_mpeg_decode_slice,
|
H A D | vdpau_vc1.c | 148 .decode_slice = vdpau_vc1_decode_slice, 165 .decode_slice = vdpau_vc1_decode_slice,
|
H A D | vaapi_mpeg4.c | 190 .decode_slice = &vaapi_mpeg4_decode_slice, 208 .decode_slice = &vaapi_mpeg4_decode_slice,
|
H A D | videotoolbox.c | 1274 .decode_slice = videotoolbox_mpeg_decode_slice, 1289 .decode_slice = videotoolbox_hevc_decode_slice, 1305 .decode_slice = ff_videotoolbox_h264_decode_slice, 1321 .decode_slice = videotoolbox_mpeg_decode_slice, 1336 .decode_slice = videotoolbox_mpeg_decode_slice, 1351 .decode_slice = videotoolbox_mpeg_decode_slice, 1366 .decode_slice = videotoolbox_prores_decode_slice,
|
H A D | nvdec_mjpeg.c | 82 .decode_slice = nvdec_mjpeg_decode_slice,
|
H A D | dxva2_hevc.c | 431 .decode_slice = dxva2_hevc_decode_slice, 448 .decode_slice = dxva2_hevc_decode_slice, 465 .decode_slice = dxva2_hevc_decode_slice,
|
H A D | dxva2_mpeg2.c | 327 .decode_slice = dxva2_mpeg2_decode_slice, 344 .decode_slice = dxva2_mpeg2_decode_slice, 361 .decode_slice = dxva2_mpeg2_decode_slice,
|
H A D | dxva2_vp9.c | 318 .decode_slice = dxva2_vp9_decode_slice, 335 .decode_slice = dxva2_vp9_decode_slice, 352 .decode_slice = dxva2_vp9_decode_slice,
|
H A D | nvdec_vp8.c | 100 .decode_slice = ff_nvdec_simple_decode_slice,
|
H A D | mpegvideo_xvmc.c | 358 .decode_slice = NULL, 372 .decode_slice = NULL,
|
H A D | vc1dec.c | 911 if ((ret = avctx->hwaccel->decode_slice(avctx, buf_start, buf_start_second_field - buf_start)) < 0) in vc1_decode_frame() 914 if ((ret = avctx->hwaccel->decode_slice(avctx, buf_start, slices[0].rawbuf - buf_start)) < 0) in vc1_decode_frame() 932 if ((ret = avctx->hwaccel->decode_slice(avctx, slices[i].rawbuf, slices[i].raw_size)) < 0) in vc1_decode_frame() 958 if ((ret = avctx->hwaccel->decode_slice(avctx, buf_start_second_field, (buf + buf_size) - buf_start_second_field)) < 0) in vc1_decode_frame() 961 if ((ret = avctx->hwaccel->decode_slice(avctx, buf_start_second_field, slices[n_slices1 + 2].rawbuf - buf_start_second_field)) < 0) in vc1_decode_frame() 979 if ((ret = avctx->hwaccel->decode_slice(avctx, slices[i].rawbuf, slices[i].raw_size)) < 0) in vc1_decode_frame() 993 if ((ret = avctx->hwaccel->decode_slice(avctx, buf_start, (buf + buf_size) - buf_start)) < 0) in vc1_decode_frame() 997 if ((ret = avctx->hwaccel->decode_slice(avctx, buf_start, slices[0].rawbuf - buf_start)) < 0) in vc1_decode_frame() 1016 if ((ret = avctx->hwaccel->decode_slice(avctx, slices[i].rawbuf, slices[i].raw_size)) < 0) in vc1_decode_frame()
|
H A D | h263dec.c | 199 static int decode_slice(MpegEncContext *s) in decode_slice() function 220 ret = s->avctx->hwaccel->decode_slice(s->avctx, start, s->gb.buffer_end - start); in decode_slice() 647 slice_ret = decode_slice(s); in ff_h263_decode_frame() 664 if (decode_slice(s) < 0) in ff_h263_decode_frame()
|
H A D | dxva2_h264.c | 527 .decode_slice = dxva2_h264_decode_slice, 544 .decode_slice = dxva2_h264_decode_slice, 561 .decode_slice = dxva2_h264_decode_slice,
|
H A D | nvdec_mpeg4.c | 119 .decode_slice = nvdec_mpeg4_decode_slice,
|
H A D | vdpau_mpeg4.c | 121 .decode_slice = vdpau_mpeg4_decode_slice,
|
H A D | videotoolbox_vp9.c | 134 .decode_slice = videotoolbox_vp9_decode_slice,
|
H A D | vaapi_mpeg2.c | 182 .decode_slice = &vaapi_mpeg2_decode_slice,
|
H A D | vaapi_mjpeg.c | 152 .decode_slice = &vaapi_mjpeg_decode_slice,
|
H A D | dxva2_av1.c | 468 .decode_slice = dxva2_av1_decode_slice, 485 .decode_slice = dxva2_av1_decode_slice, 502 .decode_slice = dxva2_av1_decode_slice,
|
H A D | nvdec_h264.c | 179 .decode_slice = nvdec_h264_decode_slice,
|
H A D | nvdec_vp9.c | 179 .decode_slice = ff_nvdec_simple_decode_slice,
|
H A D | vaapi_vp9.c | 178 .decode_slice = vaapi_vp9_decode_slice,
|