Searched refs:full_timestamp_flag (Results 1 – 2 of 2) sorted by relevance
575 int full_timestamp_flag; field in H264TrackImpl.SEIMessage655 … full_timestamp_flag = reader.readU(1, "pic_timing SEI: full_timestamp_flag"); in SEIMessage()659 if (full_timestamp_flag == 1) { in SEIMessage()724 ", full_timestamp_flag=" + full_timestamp_flag + in toString()
628 int full_timestamp_flag = aom_rb_read_bit(&rb); // full_timestamp_flag f(1) in read_metadata_timecode() local632 if (full_timestamp_flag) { in read_metadata_timecode()