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 …]
525 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 …]
139 std::unordered_map<int64_t, InputFrame> mPendingInputFrames; variable
253 std::map<int64_t, InputFrame> mPendingInputFrames; variable