Searched refs:initial_cpb_removal_delay_length (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_sei.c149 h->initial_cpb_removal_delay[sched_sel_idx] = get_bits(&s->gb, sps->initial_cpb_removal_delay_length);
150 skip_bits(&s->gb, sps->initial_cpb_removal_delay_length); // initial_cpb_removal_delay_offset
155 h->initial_cpb_removal_delay[sched_sel_idx] = get_bits(&s->gb, sps->initial_cpb_removal_delay_length);
156 skip_bits(&s->gb, sps->initial_cpb_removal_delay_length); // initial_cpb_removal_delay_offset
H A Dh264.h200 int initial_cpb_removal_delay_length; ///< initial_cpb_removal_delay_length_minus1 +1 member in struct:SPS
H A Dh264_ps.c140 sps->initial_cpb_removal_delay_length = get_bits(&s->gb, 5) + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_sei.c210 get_bits_long(&h->gb, sps->initial_cpb_removal_delay_length);
212 skip_bits(&h->gb, sps->initial_cpb_removal_delay_length);
218 get_bits_long(&h->gb, sps->initial_cpb_removal_delay_length);
220 skip_bits(&h->gb, sps->initial_cpb_removal_delay_length);
H A Dh264.h223 int initial_cpb_removal_delay_length; ///< initial_cpb_removal_delay_length_minus1 + 1 member in struct:SPS
H A Dh264_ps.c147 sps->initial_cpb_removal_delay_length = get_bits(&h->gb, 5) + 1;

Completed in 46 milliseconds