Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp3544 int64_t eosSampleTimestampUs = -1; in threadEntry() local
3545 CHECK(buffer->meta_data().findInt64(kKeyTime, &eosSampleTimestampUs)); in threadEntry()
3546 if (eosSampleTimestampUs > 0) { in threadEntry()
3547 lastSampleDurationUs = eosSampleTimestampUs - in threadEntry()