Searched refs:H264ParamSets (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_ps.h | 143 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);
|
D | h264_sei.h | 181 struct H264ParamSets; 184 const struct H264ParamSets *ps, void *logctx);
|
D | h264_parse.h | 84 int ff_h264_decode_extradata(const uint8_t *data, int size, H264ParamSets *ps,
|
D | h264_ps.c | 88 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()
|
D | h264_parse.c | 364 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()
|
D | h264_sei.c | 299 const H264ParamSets *ps, void *logctx) in decode_buffering_period() 414 const H264ParamSets *ps, void *logctx) in ff_h264_sei_decode()
|
D | mediacodecdec.c | 127 H264ParamSets ps; in h264_set_extradata()
|
D | h264dec.h | 463 H264ParamSets ps;
|
D | h264_parser.c | 52 H264ParamSets ps;
|