Searched refs:ff_h264_decode_extradata (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_parse.h | 123 int ff_h264_decode_extradata(const uint8_t *data, int size, H264ParamSets *ps,
|
D | h264dec.c | 395 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()
|
D | mediacodecdec.c | 139 ret = ff_h264_decode_extradata(avctx->extradata, avctx->extradata_size, in h264_set_extradata()
|
D | h264_parse.c | 464 int ff_h264_decode_extradata(const uint8_t *data, int size, H264ParamSets *ps, in ff_h264_decode_extradata() function
|
D | h264_parser.c | 601 ff_h264_decode_extradata(avctx->extradata, avctx->extradata_size, in h264_parse()
|