Home
last modified time | relevance | path

Searched defs:decode_slice (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstmpeg2decoder.h149 GstFlowReturn (*decode_slice) (GstMpeg2Decoder * decoder, member
Dgsth264decoder.h192 GstFlowReturn (*decode_slice) (GstH264Decoder * decoder, member
Dgsth265decoder.h115 GstFlowReturn (*decode_slice) (GstH265Decoder * decoder, member
/third_party/ffmpeg/libavcodec/
Dh263dec.c193 static int decode_slice(MpegEncContext *s) in decode_slice() function
Dhqx.c327 static int decode_slice(HQXContext *ctx, int slice_no) in decode_slice() function
Dffv1dec.c243 static int decode_slice(AVCodecContext *c, void *arg) in decode_slice() function
Dhuffyuvdec.c877 static int decode_slice(AVCodecContext *avctx, AVFrame *p, int height, in decode_slice() function
Ddxtory.c428 decode_slice_func decode_slice, in dxtory_decode_v2()
Dh264_slice.c2588 static int decode_slice(struct AVCodecContext *avctx, void *arg) in decode_slice() function
Davcodec.h2528 int (*decode_slice)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size); member
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c803 decode_slice(struct vl_mpg12_bs *bs, struct pipe_video_buffer *target) in decode_slice() function