Searched refs:hours_value (Results 1 – 2 of 2) sorted by relevance
581 int hours_value; field in H264TrackImpl.SEIMessage662 … hours_value = reader.readU(5, "pic_timing SEI: hours_value"); in SEIMessage()669 … hours_value = reader.readU(5, "pic_timing SEI: hours_value"); in SEIMessage()730 ", hours_value=" + hours_value + in toString()
2324 const auto hours_value = static_cast<int>(scratch); in ParseMetadataTimecode() local2325 if (hours_value > 23) { in ParseMetadataTimecode()2326 LIBGAV1_DLOG(ERROR, "Invalid hours_value %d.", hours_value); in ParseMetadataTimecode()2358 const auto hours_value = static_cast<int>(scratch); in ParseMetadataTimecode() local2359 if (hours_value > 23) { in ParseMetadataTimecode()2360 LIBGAV1_DLOG(ERROR, "Invalid hours_value %d.", hours_value); in ParseMetadataTimecode()