Home
last modified time | relevance | path

Searched refs:initial_cpb_removal_delay_length (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_sei.c324 get_bits_long(gb, sps->initial_cpb_removal_delay_length); in decode_buffering_period()
326 skip_bits(gb, sps->initial_cpb_removal_delay_length); in decode_buffering_period()
332 get_bits_long(gb, sps->initial_cpb_removal_delay_length); in decode_buffering_period()
334 skip_bits(gb, sps->initial_cpb_removal_delay_length); in decode_buffering_period()
Dh264_ps.h97 int initial_cpb_removal_delay_length; ///< initial_cpb_removal_delay_length_minus1 + 1 member
Dh264_ps.c124 sps->initial_cpb_removal_delay_length = get_bits(gb, 5) + 1; in decode_hrd_parameters()