Home
last modified time | relevance | path

Searched refs:mPendingInputFrames (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp130 mPendingInputFrames[*it].error = true; in compilePendingInputLocked()
140 if ((mPendingInputFrames.find(imgBuffer.timestamp) != mPendingInputFrames.end()) && in compilePendingInputLocked()
141 (mPendingInputFrames[imgBuffer.timestamp].error)) { in compilePendingInputLocked()
144 mPendingInputFrames[imgBuffer.timestamp].jpegBuffer = imgBuffer; in compilePendingInputLocked()
159 mPendingInputFrames[*it].error = true; in compilePendingInputLocked()
169 if ((mPendingInputFrames.find(imgBuffer.timestamp) != mPendingInputFrames.end()) && in compilePendingInputLocked()
170 (mPendingInputFrames[imgBuffer.timestamp].error)) { in compilePendingInputLocked()
173 mPendingInputFrames[imgBuffer.timestamp].depthBuffer = imgBuffer; in compilePendingInputLocked()
184 mPendingInputFrames[it->first].frameNumber = std::get<0>(it->second); in compilePendingInputLocked()
185 mPendingInputFrames[it->first].result = std::get<1>(it->second); in compilePendingInputLocked()
[all …]
DHeicCompositeStream.cpp525 mPendingInputFrames[it->first].orientation = it->second.first; in compilePendingInputLocked()
526 mPendingInputFrames[it->first].quality = it->second.second; in compilePendingInputLocked()
547 mPendingInputFrames[*it].error = true; in compilePendingInputLocked()
552 if ((mPendingInputFrames.find(imgBuffer.timestamp) != mPendingInputFrames.end()) && in compilePendingInputLocked()
553 (mPendingInputFrames[imgBuffer.timestamp].error)) { in compilePendingInputLocked()
556 mPendingInputFrames[imgBuffer.timestamp].appSegmentBuffer = imgBuffer; in compilePendingInputLocked()
572 mPendingInputFrames[*it].error = true; in compilePendingInputLocked()
578 mPendingInputFrames[*it].error = true; in compilePendingInputLocked()
583 if ((mPendingInputFrames.find(imgBuffer.timestamp) != mPendingInputFrames.end()) && in compilePendingInputLocked()
584 (mPendingInputFrames[imgBuffer.timestamp].error)) { in compilePendingInputLocked()
[all …]
DDepthCompositeStream.h139 std::unordered_map<int64_t, InputFrame> mPendingInputFrames; variable
DHeicCompositeStream.h253 std::map<int64_t, InputFrame> mPendingInputFrames; variable