Searched refs:mPendingInputFrames (Results 1 – 4 of 4) sorted by relevance
247 if (mPendingInputFrames.size() > 0) { in deleteInternalStreams()249 __FUNCTION__, mPendingInputFrames.size()); in deleteInternalStreams()250 mPendingInputFrames.clear(); in deleteInternalStreams()577 mPendingInputFrames[i->first].orientation = i->second.orientation; in compilePendingInputLocked()578 mPendingInputFrames[i->first].quality = i->second.quality; in compilePendingInputLocked()579 mPendingInputFrames[i->first].timestamp = i->second.timestamp; in compilePendingInputLocked()580 mPendingInputFrames[i->first].requestId = i->second.requestId; in compilePendingInputLocked()586 if (mPendingInputFrames.size() == 1) { in compilePendingInputLocked()593 int32_t newQuality = mPendingInputFrames.begin()->second.quality; in compilePendingInputLocked()618 mPendingInputFrames[*it].error = true; in compilePendingInputLocked()[all …]
124 mPendingInputFrames[*it].error = true; in compilePendingInputLocked()134 if ((mPendingInputFrames.find(imgBuffer.timestamp) != mPendingInputFrames.end()) && in compilePendingInputLocked()135 (mPendingInputFrames[imgBuffer.timestamp].error)) { in compilePendingInputLocked()138 mPendingInputFrames[imgBuffer.timestamp].jpegBuffer = imgBuffer; in compilePendingInputLocked()153 mPendingInputFrames[*it].error = true; in compilePendingInputLocked()163 if ((mPendingInputFrames.find(imgBuffer.timestamp) != mPendingInputFrames.end()) && in compilePendingInputLocked()164 (mPendingInputFrames[imgBuffer.timestamp].error)) { in compilePendingInputLocked()167 mPendingInputFrames[imgBuffer.timestamp].depthBuffer = imgBuffer; in compilePendingInputLocked()178 mPendingInputFrames[it->first].frameNumber = std::get<0>(it->second); in compilePendingInputLocked()179 mPendingInputFrames[it->first].result = std::get<1>(it->second); in compilePendingInputLocked()[all …]
153 std::unordered_map<int64_t, InputFrame> mPendingInputFrames; variable
274 std::map<int64_t, InputFrame> mPendingInputFrames; variable