Searched refs:full_timestamp_flag (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_sei.c65 unsigned int full_timestamp_flag; local
69 full_timestamp_flag = get_bits(&s->gb, 1);
73 if(full_timestamp_flag){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_sei.c75 unsigned int full_timestamp_flag; local
80 full_timestamp_flag = get_bits(&h->gb, 1);
84 if (full_timestamp_flag) {

Completed in 129 milliseconds