Searched refs:timing_info_present_flag (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_ps.c212 sps->timing_info_present_flag = get_bits1(&h->gb);
213 if (sps->timing_info_present_flag) {
562 sps->timing_info_present_flag ? sps->num_units_in_tick : 0,
563 sps->timing_info_present_flag ? sps->time_scale : 0,
H A Dh264.h208 int timing_info_present_flag; member in struct:SPS
H A Dh264_slice.c1157 if (h->sps.timing_info_present_flag) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_ps.c200 sps->timing_info_present_flag = get_bits1(&s->gb);
201 if(sps->timing_info_present_flag){
461 sps->timing_info_present_flag ? sps->num_units_in_tick : 0,
462 sps->timing_info_present_flag ? sps->time_scale : 0
H A Dh264.h185 int timing_info_present_flag; member in struct:SPS
H A Dh264.c2763 if(h->sps.timing_info_present_flag){

Completed in 97 milliseconds