Searched refs:mPendingInputFrames (Results 1 – 4 of 4) sorted by relevance
130 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 …]
518 mPendingInputFrames[it->first].orientation = it->second.first; in compilePendingInputLocked()519 mPendingInputFrames[it->first].quality = it->second.second; in compilePendingInputLocked()539 mPendingInputFrames[*it].error = true; in compilePendingInputLocked()544 if ((mPendingInputFrames.find(imgBuffer.timestamp) != mPendingInputFrames.end()) && in compilePendingInputLocked()545 (mPendingInputFrames[imgBuffer.timestamp].error)) { in compilePendingInputLocked()548 mPendingInputFrames[imgBuffer.timestamp].appSegmentBuffer = imgBuffer; in compilePendingInputLocked()564 mPendingInputFrames[*it].error = true; in compilePendingInputLocked()570 mPendingInputFrames[*it].error = true; in compilePendingInputLocked()575 if ((mPendingInputFrames.find(imgBuffer.timestamp) != mPendingInputFrames.end()) && in compilePendingInputLocked()576 (mPendingInputFrames[imgBuffer.timestamp].error)) { in compilePendingInputLocked()[all …]
139 std::unordered_map<int64_t, InputFrame> mPendingInputFrames; variable
247 std::map<int64_t, InputFrame> mPendingInputFrames; variable