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