Searched refs:full_timestamp_flag (Results 1 – 3 of 3) 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()
718 const int full_timestamp_flag = in read_metadata_timecode() local723 if (full_timestamp_flag) { in read_metadata_timecode()
2300 const auto full_timestamp_flag = static_cast<bool>(scratch); in ParseMetadataTimecode() local2307 if (full_timestamp_flag) { in ParseMetadataTimecode()