Searched refs:sei_cpb_removal_delay (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_parser.c126 h->sei_cpb_removal_delay = -1;
284 if (h->sei_cpb_removal_delay >= 0) {
286 s->dts_ref_dts_delta = h->sei_cpb_removal_delay;
H A Dh264_sei.c43 h->sei_cpb_removal_delay = -1;
50 h->sei_cpb_removal_delay = get_bits(&s->gb, h->sps.cpb_removal_delay_length);
H A Dh264.h564 int sei_cpb_removal_delay; member in struct:H264Context
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_sei.c41 h->sei_cpb_removal_delay = -1;
57 h->sei_cpb_removal_delay = get_bits_long(&h->gb,
H A Dh264_parser.c494 if (h->sei_cpb_removal_delay >= 0) {
496 s->dts_ref_dts_delta = h->sei_cpb_removal_delay;
H A Dh264.h699 int sei_cpb_removal_delay; member in struct:H264Context

Completed in 38 milliseconds