Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp150 while (!mInputDepthBuffers.empty() && !mDepthBufferAcquired) { in compilePendingInputLocked()
151 auto it = mInputDepthBuffers.begin(); in compilePendingInputLocked()
160 mInputDepthBuffers.erase(it); in compilePendingInputLocked()
176 mInputDepthBuffers.erase(it); in compilePendingInputLocked()
676 mInputDepthBuffers.push_back(item.mTimestamp); in onFrameAvailable()
DDepthCompositeStream.h133 std::vector<int64_t> mInputDepthBuffers; variable