Searched refs:decodingTimeUs (Results 1 – 2 of 2) sorted by relevance
830 int64_t decodingTimeUs; in onMessageReceived() local842 decodingTimeUs = timeUs; in onMessageReceived()845 decodingTimeUs = *(mDecodingTimeQueue.begin()); in onMessageReceived()848 mbuf->meta_data()->setInt64(kKeyDecodingTime, decodingTimeUs); in onMessageReceived()851 timeUs, timeUs / 1E6, decodingTimeUs - timeUs); in onMessageReceived()
2458 int64_t decodingTimeUs; in threadEntry() local2459 CHECK(meta_data->findInt64(kKeyDecodingTime, &decodingTimeUs)); in threadEntry()2460 decodingTimeUs -= previousPausedDurationUs; in threadEntry()2462 timestampUs + kMaxCttsOffsetTimeUs - decodingTimeUs; in threadEntry()2468 timestampUs = decodingTimeUs; in threadEntry()