Searched refs: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.c50 h->sei_cpb_removal_delay = get_bits(&s->gb, h->sps.cpb_removal_delay_length);
H A Dh264.h201 int cpb_removal_delay_length; ///< cpb_removal_delay_length_minus1 + 1 member in struct:SPS
H A Dh264_ps.c141 sps->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.c58 sps->cpb_removal_delay_length);
H A Dh264.h224 int cpb_removal_delay_length; ///< cpb_removal_delay_length_minus1 + 1 member in struct:SPS
H A Dh264_ps.c148 sps->cpb_removal_delay_length = get_bits(&h->gb, 5) + 1;

Completed in 54 milliseconds