Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264_ps.h98 int cpb_removal_delay_length; ///< cpb_removal_delay_length_minus1 + 1 member
Dh264_sei.c71 h->cpb_removal_delay = get_bits_long(&gb, sps->cpb_removal_delay_length); in ff_h264_sei_process_picture_timing()
Dh264_ps.c126 sps->cpb_removal_delay_length = get_bits(gb, 5) + 1; in decode_hrd_parameters()