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
164 H264ParamSets *ps, int ignore_truncation);
170 H264ParamSets *ps, int bit_length);
175 void ff_h264_ps_uninit(H264ParamSets *ps);
Dh264_sei.h203 struct H264ParamSets;
206 const struct H264ParamSets *ps, void *logctx);
Dh264_ps.c87 static void remove_pps(H264ParamSets *s, int id) in remove_pps()
92 static void remove_sps(H264ParamSets *s, int id) in remove_sps()
316 void ff_h264_ps_uninit(H264ParamSets *ps) in ff_h264_ps_uninit()
333 H264ParamSets *ps, int ignore_truncation) in ff_h264_decode_seq_parameter_set()
748 H264ParamSets *ps, int bit_length) in ff_h264_decode_picture_parameter_set()
Dh264_parse.c366 static int decode_extradata_ps(const uint8_t *data, int size, H264ParamSets *ps, in decode_extradata_ps()
419 static int decode_extradata_ps_mp4(const uint8_t *buf, int buf_size, H264ParamSets *ps, in decode_extradata_ps_mp4()
464 int ff_h264_decode_extradata(const uint8_t *data, int size, H264ParamSets *ps, in ff_h264_decode_extradata()
Dh264_parse.h123 int ff_h264_decode_extradata(const uint8_t *data, int size, H264ParamSets *ps,
Dh264_sei.c306 const H264ParamSets *ps, void *logctx) in decode_buffering_period()
464 const H264ParamSets *ps, void *logctx) in ff_h264_sei_decode()
Dmediacodecdec.c131 H264ParamSets ps; in h264_set_extradata()
Dh264dec.h454 H264ParamSets ps;
Dh264_parser.c54 H264ParamSets ps;