Home
last modified time | relevance | path

Searched refs:mCodecOutputBufferTimestamps (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.h241 std::queue<int64_t> mCodecOutputBufferTimestamps; variable
DHeicCompositeStream.cpp233 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()