Home
last modified time | relevance | path

Searched refs:hours_value (Results 1 – 2 of 2) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DH264TrackImpl.java581 int hours_value; field in H264TrackImpl.SEIMessage
662hours_value = reader.readU(5, "pic_timing SEI: hours_value"); in SEIMessage()
669hours_value = reader.readU(5, "pic_timing SEI: hours_value"); in SEIMessage()
730 ", hours_value=" + hours_value + in toString()
/external/libgav1/libgav1/src/
Dobu_parser.cc2324 const auto hours_value = static_cast<int>(scratch); in ParseMetadataTimecode() local
2325 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() local
2359 if (hours_value > 23) { in ParseMetadataTimecode()
2360 LIBGAV1_DLOG(ERROR, "Invalid hours_value %d.", hours_value); in ParseMetadataTimecode()