Searched refs:HEVCParamSets (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevc_ps.h | 327 typedef struct HEVCParamSets { struct 336 } HEVCParamSets; typedef 351 HEVCParamSets *ps); 353 HEVCParamSets *ps, int apply_defdispwin); 355 HEVCParamSets *ps); 357 void ff_hevc_ps_uninit(HEVCParamSets *ps);
|
D | hevc_sei.h | 125 struct HEVCParamSets; 128 const struct HEVCParamSets *ps, int type);
|
D | hevc_parse.c | 24 static int hevc_decode_nal_units(const uint8_t *buf, int buf_size, HEVCParamSets *ps, in hevc_decode_nal_units() 80 int ff_hevc_decode_extradata(const uint8_t *data, int size, HEVCParamSets *ps, in ff_hevc_decode_extradata()
|
D | hevc_sei.c | 130 static int decode_nal_sei_pic_timing(HEVCSEI *s, GetBitContext *gb, const HEVCParamSets *ps, in decode_nal_sei_pic_timing() 400 const HEVCParamSets *ps, int type, int size) in decode_nal_sei_prefix() 446 const HEVCParamSets *ps, int nal_unit_type) in decode_nal_sei_message() 481 const HEVCParamSets *ps, int type) in ff_hevc_decode_nal_sei()
|
D | hevc_parser.c | 43 HEVCParamSets ps; 58 HEVCParamSets *ps = &ctx->ps; in hevc_parse_slice_header() 188 HEVCParamSets *ps = &ctx->ps; in parse_nal_units()
|
D | hevc_parse.h | 32 int ff_hevc_decode_extradata(const uint8_t *data, int size, HEVCParamSets *ps,
|
D | hevc_ps.c | 81 static void remove_pps(HEVCParamSets *s, int id) in remove_pps() 88 static void remove_sps(HEVCParamSets *s, int id) in remove_sps() 105 static void remove_vps(HEVCParamSets *s, int id) in remove_vps() 459 HEVCParamSets *ps) in ff_hevc_decode_nal_vps() 1251 HEVCParamSets *ps, int apply_defdispwin) in ff_hevc_decode_nal_sps() 1500 HEVCParamSets *ps) in ff_hevc_decode_nal_pps() 1747 void ff_hevc_ps_uninit(HEVCParamSets *ps) in ff_hevc_ps_uninit()
|
D | hevcdec.h | 494 HEVCParamSets ps;
|
D | mediacodecdec.c | 190 HEVCParamSets ps; in hevc_set_extradata()
|
D | hevcdec.c | 320 const HEVCParamSets *ps = &s->ps; in export_stream_params()
|