Home
last modified time | relevance | path

Searched refs:decode_slice (Results 1 - 25 of 52) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
H A Ddxva2_vc1.c389 .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 Dnvdec_vc1.c123 .decode_slice = ff_nvdec_simple_decode_slice,
138 .decode_slice = ff_nvdec_simple_decode_slice,
H A Dnvdec_mpeg12.c109 .decode_slice = ff_nvdec_simple_decode_slice,
125 .decode_slice = ff_nvdec_simple_decode_slice,
H A Dvdpau_mpeg12.c116 .decode_slice = vdpau_mpeg_decode_slice,
151 .decode_slice = vdpau_mpeg_decode_slice,
H A Dvdpau_vc1.c148 .decode_slice = vdpau_vc1_decode_slice,
165 .decode_slice = vdpau_vc1_decode_slice,
H A Dvaapi_mpeg4.c190 .decode_slice = &vaapi_mpeg4_decode_slice,
208 .decode_slice = &vaapi_mpeg4_decode_slice,
H A Dvideotoolbox.c1274 .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 Dnvdec_mjpeg.c82 .decode_slice = nvdec_mjpeg_decode_slice,
H A Ddxva2_hevc.c431 .decode_slice = dxva2_hevc_decode_slice,
448 .decode_slice = dxva2_hevc_decode_slice,
465 .decode_slice = dxva2_hevc_decode_slice,
H A Ddxva2_mpeg2.c327 .decode_slice = dxva2_mpeg2_decode_slice,
344 .decode_slice = dxva2_mpeg2_decode_slice,
361 .decode_slice = dxva2_mpeg2_decode_slice,
H A Ddxva2_vp9.c318 .decode_slice = dxva2_vp9_decode_slice,
335 .decode_slice = dxva2_vp9_decode_slice,
352 .decode_slice = dxva2_vp9_decode_slice,
H A Dnvdec_vp8.c100 .decode_slice = ff_nvdec_simple_decode_slice,
H A Dmpegvideo_xvmc.c358 .decode_slice = NULL,
372 .decode_slice = NULL,
H A Dvc1dec.c911 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 Dh263dec.c199 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 Ddxva2_h264.c527 .decode_slice = dxva2_h264_decode_slice,
544 .decode_slice = dxva2_h264_decode_slice,
561 .decode_slice = dxva2_h264_decode_slice,
H A Dnvdec_mpeg4.c119 .decode_slice = nvdec_mpeg4_decode_slice,
H A Dvdpau_mpeg4.c121 .decode_slice = vdpau_mpeg4_decode_slice,
H A Dvideotoolbox_vp9.c134 .decode_slice = videotoolbox_vp9_decode_slice,
H A Dvaapi_mpeg2.c182 .decode_slice = &vaapi_mpeg2_decode_slice,
H A Dvaapi_mjpeg.c152 .decode_slice = &vaapi_mjpeg_decode_slice,
H A Ddxva2_av1.c468 .decode_slice = dxva2_av1_decode_slice,
485 .decode_slice = dxva2_av1_decode_slice,
502 .decode_slice = dxva2_av1_decode_slice,
H A Dnvdec_h264.c179 .decode_slice = nvdec_h264_decode_slice,
H A Dnvdec_vp9.c179 .decode_slice = ff_nvdec_simple_decode_slice,
H A Dvaapi_vp9.c178 .decode_slice = vaapi_vp9_decode_slice,

Completed in 14 milliseconds

123