Home
last modified time | relevance | path

Searched refs:H264ParamSets (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_ps.h143 typedef struct H264ParamSets { struct
153 } H264ParamSets; argument
159 H264ParamSets *ps, int ignore_truncation);
165 H264ParamSets *ps, int bit_length);
170 void ff_h264_ps_uninit(H264ParamSets *ps);
Dh264_sei.h181 struct H264ParamSets;
184 const struct H264ParamSets *ps, void *logctx);
Dh264_parse.h84 int ff_h264_decode_extradata(const uint8_t *data, int size, H264ParamSets *ps,
Dh264_ps.c88 static void remove_pps(H264ParamSets *s, int id) in remove_pps()
93 static void remove_sps(H264ParamSets *s, int id) in remove_sps()
317 void ff_h264_ps_uninit(H264ParamSets *ps) in ff_h264_ps_uninit()
334 H264ParamSets *ps, int ignore_truncation) in ff_h264_decode_seq_parameter_set()
750 H264ParamSets *ps, int bit_length) in ff_h264_decode_picture_parameter_set()
Dh264_parse.c364 static int decode_extradata_ps(const uint8_t *data, int size, H264ParamSets *ps, in decode_extradata_ps()
417 static int decode_extradata_ps_mp4(const uint8_t *buf, int buf_size, H264ParamSets *ps, in decode_extradata_ps_mp4()
462 int ff_h264_decode_extradata(const uint8_t *data, int size, H264ParamSets *ps, in ff_h264_decode_extradata()
Dh264_sei.c299 const H264ParamSets *ps, void *logctx) in decode_buffering_period()
414 const H264ParamSets *ps, void *logctx) in ff_h264_sei_decode()
Dmediacodecdec.c127 H264ParamSets ps; in h264_set_extradata()
Dh264dec.h463 H264ParamSets ps;
Dh264_parser.c52 H264ParamSets ps;