Searched refs:mCodecOutputBufferTimestamps (Results 1 – 2 of 2) sorted by relevance
241 std::queue<int64_t> mCodecOutputBufferTimestamps; variable
233 mCodecOutputBufferTimestamps.push(bufferInfo.mTimestamp); in onBufferReleased()235 __FUNCTION__, bufferInfo.mTimestamp, mCodecOutputBufferTimestamps.size()); in onBufferReleased()599 if (mCodecOutputBufferTimestamps.empty()) { in compilePendingInputLocked()604 bufferTime = mCodecOutputBufferTimestamps.front(); in compilePendingInputLocked()607 mCodecOutputBufferTimestamps.pop(); in compilePendingInputLocked()