Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp128 while (!mInputDepthBuffers.empty() && !mDepthBufferAcquired) { in compilePendingInputLocked()
129 auto it = mInputDepthBuffers.begin(); in compilePendingInputLocked()
138 mInputDepthBuffers.erase(it); in compilePendingInputLocked()
154 mInputDepthBuffers.erase(it); in compilePendingInputLocked()
658 mInputDepthBuffers.push_back(item.mTimestamp); in onFrameAvailable()
DDepthCompositeStream.h133 std::vector<int64_t> mInputDepthBuffers; variable