Home
last modified time | relevance | path

Searched refs:decode_slice (Results 1 – 25 of 70) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
Ddxva2_vc1.c386 .decode_slice = dxva2_vc1_decode_slice,
403 .decode_slice = dxva2_vc1_decode_slice,
420 .decode_slice = dxva2_vc1_decode_slice,
437 .decode_slice = dxva2_vc1_decode_slice,
454 .decode_slice = dxva2_vc1_decode_slice,
471 .decode_slice = dxva2_vc1_decode_slice,
Dnvdec_mpeg12.c105 .decode_slice = ff_nvdec_simple_decode_slice,
121 .decode_slice = ff_nvdec_simple_decode_slice,
Dvdpau_mpeg12.c113 .decode_slice = vdpau_mpeg_decode_slice,
148 .decode_slice = vdpau_mpeg_decode_slice,
Dnvdec_vc1.c120 .decode_slice = ff_nvdec_simple_decode_slice,
135 .decode_slice = ff_nvdec_simple_decode_slice,
Dvdpau_vc1.c146 .decode_slice = vdpau_vc1_decode_slice,
163 .decode_slice = vdpau_vc1_decode_slice,
Dvaapi_mpeg4.c188 .decode_slice = &vaapi_mpeg4_decode_slice,
206 .decode_slice = &vaapi_mpeg4_decode_slice,
Ddxva2_mpeg2.c325 .decode_slice = dxva2_mpeg2_decode_slice,
342 .decode_slice = dxva2_mpeg2_decode_slice,
359 .decode_slice = dxva2_mpeg2_decode_slice,
Ddxva2_vp9.c316 .decode_slice = dxva2_vp9_decode_slice,
333 .decode_slice = dxva2_vp9_decode_slice,
350 .decode_slice = dxva2_vp9_decode_slice,
Dnvdec_mjpeg.c80 .decode_slice = nvdec_mjpeg_decode_slice,
Dvc1dec.c913 …if ((ret = avctx->hwaccel->decode_slice(avctx, buf_start, buf_start_second_field - buf_start)) < 0) in vc1_decode_frame()
916 … if ((ret = avctx->hwaccel->decode_slice(avctx, buf_start, slices[0].rawbuf - buf_start)) < 0) in vc1_decode_frame()
934 … if ((ret = avctx->hwaccel->decode_slice(avctx, slices[i].rawbuf, slices[i].raw_size)) < 0) in vc1_decode_frame()
960 …if ((ret = avctx->hwaccel->decode_slice(avctx, buf_start_second_field, (buf + buf_size) - buf_star… in vc1_decode_frame()
963 …if ((ret = avctx->hwaccel->decode_slice(avctx, buf_start_second_field, slices[n_slices1 + 2].rawbu… in vc1_decode_frame()
981 … if ((ret = avctx->hwaccel->decode_slice(avctx, slices[i].rawbuf, slices[i].raw_size)) < 0) in vc1_decode_frame()
995 … if ((ret = avctx->hwaccel->decode_slice(avctx, buf_start, (buf + buf_size) - buf_start)) < 0) in vc1_decode_frame()
999 … if ((ret = avctx->hwaccel->decode_slice(avctx, buf_start, slices[0].rawbuf - buf_start)) < 0) in vc1_decode_frame()
1018 … if ((ret = avctx->hwaccel->decode_slice(avctx, slices[i].rawbuf, slices[i].raw_size)) < 0) in vc1_decode_frame()
Dvideotoolbox.c1133 .decode_slice = videotoolbox_mpeg_decode_slice,
1148 .decode_slice = videotoolbox_hevc_decode_slice,
1164 .decode_slice = ff_videotoolbox_h264_decode_slice,
1180 .decode_slice = videotoolbox_mpeg_decode_slice,
1195 .decode_slice = videotoolbox_mpeg_decode_slice,
1210 .decode_slice = videotoolbox_mpeg_decode_slice,
Dnvdec_vp8.c100 .decode_slice = ff_nvdec_simple_decode_slice,
Ddxva2_hevc.c429 .decode_slice = dxva2_hevc_decode_slice,
446 .decode_slice = dxva2_hevc_decode_slice,
463 .decode_slice = dxva2_hevc_decode_slice,
Dmpegvideo_xvmc.c358 .decode_slice = NULL,
372 .decode_slice = NULL,
Dh263dec.c193 static int decode_slice(MpegEncContext *s) in decode_slice() function
214 ret = s->avctx->hwaccel->decode_slice(s->avctx, start, s->gb.buffer_end - start); in decode_slice()
645 slice_ret = decode_slice(s); in ff_h263_decode_frame()
662 if (decode_slice(s) < 0) in ff_h263_decode_frame()
Dnvdec_mpeg4.c116 .decode_slice = nvdec_mpeg4_decode_slice,
Dvdpau_mpeg4.c120 .decode_slice = vdpau_mpeg4_decode_slice,
Ddxva2_h264.c525 .decode_slice = dxva2_h264_decode_slice,
542 .decode_slice = dxva2_h264_decode_slice,
559 .decode_slice = dxva2_h264_decode_slice,
Ddxva2_av1.c466 .decode_slice = dxva2_av1_decode_slice,
483 .decode_slice = dxva2_av1_decode_slice,
500 .decode_slice = dxva2_av1_decode_slice,
Dvaapi_mjpeg.c152 .decode_slice = &vaapi_mjpeg_decode_slice,
/third_party/openh264/codec/build/iOS/dec/welsdec/welsdec.xcodeproj/
Dproject.pbxproj16 …468E18BC5EAB0017DF25 /* decode_slice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4466B18…
63 …C5EAA0017DF25 /* decode_slice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
89 …AA0017DF25 /* decode_slice.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
200 4CE4464C18BC5EAA0017DF25 /* decode_slice.h */,
237 4CE4466B18BC5EAA0017DF25 /* decode_slice.cpp */,
362 4CE4468E18BC5EAB0017DF25 /* decode_slice.cpp in Sources */,
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstmpeg2decoder.h149 GstFlowReturn (*decode_slice) (GstMpeg2Decoder * decoder, member
Dgsth265decoder.h115 GstFlowReturn (*decode_slice) (GstH265Decoder * decoder, member
Dgsth264decoder.h192 GstFlowReturn (*decode_slice) (GstH264Decoder * decoder, member
/third_party/openh264/codec/decoder/
Dmeson.build7 'core/src/decode_slice.cpp',

123