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/libgav1/src/
Dobu_parser.cc2310 const auto seconds_value = static_cast<int>(scratch); in ParseMetadataTimecode() local
2311 if (seconds_value > 59) { in ParseMetadataTimecode()
2312 LIBGAV1_DLOG(ERROR, "Invalid seconds_value %d.", seconds_value); in ParseMetadataTimecode()
2336 const auto seconds_value = static_cast<int>(scratch); in ParseMetadataTimecode() local
2337 if (seconds_value > 59) { in ParseMetadataTimecode()
2338 LIBGAV1_DLOG(ERROR, "Invalid seconds_value %d.", seconds_value); in ParseMetadataTimecode()