Searched refs:time_offset_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.c87 if(h->sps.time_offset_length > 0)
88 skip_bits(&s->gb, h->sps.time_offset_length); /* time_offset */
H A Dh264_ps.c143 sps->time_offset_length = get_bits(&s->gb, 5);
327 sps->time_offset_length = 24;
H A Dh264.h198 int time_offset_length; member in struct:SPS
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_sei.c98 if (sps->time_offset_length > 0)
100 sps->time_offset_length); /* time_offset */
H A Dh264_ps.c150 sps->time_offset_length = get_bits(&h->gb, 5);
353 sps->time_offset_length = 24;
H A Dh264.h221 int time_offset_length; member in struct:SPS

Completed in 43 milliseconds