Searched refs:eosSampleTimestampUs (Results 1 – 1 of 1) sorted by relevance
3544 int64_t eosSampleTimestampUs = -1; in threadEntry() local3545 CHECK(buffer->meta_data().findInt64(kKeyTime, &eosSampleTimestampUs)); in threadEntry()3546 if (eosSampleTimestampUs > 0) { in threadEntry()3547 lastSampleDurationUs = eosSampleTimestampUs - in threadEntry()