Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp71 int64_t prevTimeUs = 0; in isSampleMetadataValid() local
73 prevTimeUs = mLastTimestampUsByTrackIndex[trackIndex]; in isSampleMetadataValid()
76 if (timeUs < 0 || timeUs < prevTimeUs) { in isSampleMetadataValid()
79 int64_t lastDurationUs = timeUs - prevTimeUs; in isSampleMetadataValid()