Searched defs:decode_slice (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gstmpeg2decoder.h | 149 GstFlowReturn (*decode_slice) (GstMpeg2Decoder * decoder, member
|
D | gsth264decoder.h | 192 GstFlowReturn (*decode_slice) (GstH264Decoder * decoder, member
|
D | gsth265decoder.h | 115 GstFlowReturn (*decode_slice) (GstH265Decoder * decoder, member
|
/third_party/ffmpeg/libavcodec/ |
D | h263dec.c | 193 static int decode_slice(MpegEncContext *s) in decode_slice() function
|
D | hqx.c | 327 static int decode_slice(HQXContext *ctx, int slice_no) in decode_slice() function
|
D | ffv1dec.c | 243 static int decode_slice(AVCodecContext *c, void *arg) in decode_slice() function
|
D | huffyuvdec.c | 877 static int decode_slice(AVCodecContext *avctx, AVFrame *p, int height, in decode_slice() function
|
D | dxtory.c | 428 decode_slice_func decode_slice, in dxtory_decode_v2()
|
D | h264_slice.c | 2588 static int decode_slice(struct AVCodecContext *avctx, void *arg) in decode_slice() function
|
D | avcodec.h | 2528 int (*decode_slice)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size); member
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_bitstream.c | 803 decode_slice(struct vl_mpg12_bs *bs, struct pipe_video_buffer *target) in decode_slice() function
|