Home
last modified time | relevance | path

Searched refs:ff_h264_decode_extradata (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_parse.h123 int ff_h264_decode_extradata(const uint8_t *data, int size, H264ParamSets *ps,
Dh264dec.c395 ret = ff_h264_decode_extradata(avctx->extradata, avctx->extradata_size, in h264_decode_init()
1003 ff_h264_decode_extradata(side, side_size, in h264_decode_frame()
1009 return ff_h264_decode_extradata(buf, buf_size, in h264_decode_frame()
Dmediacodecdec.c139 ret = ff_h264_decode_extradata(avctx->extradata, avctx->extradata_size, in h264_set_extradata()
Dh264_parse.c464 int ff_h264_decode_extradata(const uint8_t *data, int size, H264ParamSets *ps, in ff_h264_decode_extradata() function
Dh264_parser.c601 ff_h264_decode_extradata(avctx->extradata, avctx->extradata_size, in h264_parse()