Searched refs:mCodecOutputBufferTimestamps (Results 1 – 2 of 2) sorted by relevance
235 std::queue<int64_t> mCodecOutputBufferTimestamps; variable
233 mCodecOutputBufferTimestamps.push(bufferInfo.mTimestamp); in onBufferReleased()591 if (mCodecOutputBufferTimestamps.empty()) { in compilePendingInputLocked()595 bufferTime = mCodecOutputBufferTimestamps.front(); in compilePendingInputLocked()598 mCodecOutputBufferTimestamps.pop(); in compilePendingInputLocked()