Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DH264TrackImpl.java579 int seconds_value; field in H264TrackImpl.SEIMessage
660seconds_value = reader.readU(6, "pic_timing SEI: seconds_value"); in SEIMessage()
665seconds_value = reader.readU(6, "pic_timing SEI: seconds_value"); in SEIMessage()
728 ", seconds_value=" + seconds_value + in toString()
/external/libgav1/src/
Dobu_parser.cc2300 const auto seconds_value = static_cast<int>(scratch); in ParseMetadataTimecode() local
2301 if (seconds_value > 59) { in ParseMetadataTimecode()
2302 LIBGAV1_DLOG(ERROR, "Invalid seconds_value %d.", seconds_value); in ParseMetadataTimecode()
2326 const auto seconds_value = static_cast<int>(scratch); in ParseMetadataTimecode() local
2327 if (seconds_value > 59) { in ParseMetadataTimecode()
2328 LIBGAV1_DLOG(ERROR, "Invalid seconds_value %d.", seconds_value); in ParseMetadataTimecode()