Searched refs:sei_dpb_output_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_sei.c42 h->sei_dpb_output_delay = 0;
51 h->sei_dpb_output_delay = get_bits(&s->gb, h->sps.dpb_output_delay_length);
H A Dh264_parser.c125 h->sei_dpb_output_delay = 0;
287 s->pts_dts_delta = h->sei_dpb_output_delay;
H A Dh264.h559 int sei_dpb_output_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.c40 h->sei_dpb_output_delay = 0;
59 h->sei_dpb_output_delay = get_bits_long(&h->gb,
H A Dh264.h694 int sei_dpb_output_delay; member in struct:H264Context
H A Dh264_parser.c497 s->pts_dts_delta = h->sei_dpb_output_delay;

Completed in 37 milliseconds