Searched refs:mPendingInputFrames (Results 1 – 4 of 4) sorted by relevance
243 if (mPendingInputFrames.size() > 0) { in deleteInternalStreams()245 __FUNCTION__, mPendingInputFrames.size()); in deleteInternalStreams()246 mPendingInputFrames.clear(); in deleteInternalStreams()574 mPendingInputFrames[i->first].orientation = i->second.orientation; in compilePendingInputLocked()575 mPendingInputFrames[i->first].quality = i->second.quality; in compilePendingInputLocked()576 mPendingInputFrames[i->first].timestamp = i->second.timestamp; in compilePendingInputLocked()577 mPendingInputFrames[i->first].requestId = i->second.requestId; in compilePendingInputLocked()583 if (mPendingInputFrames.size() == 1) { in compilePendingInputLocked()590 int32_t newQuality = mPendingInputFrames.begin()->second.quality; in compilePendingInputLocked()615 mPendingInputFrames[*it].error = true; in compilePendingInputLocked()[all …]
108 mPendingInputFrames[*it].error = true; in compilePendingInputLocked()118 if ((mPendingInputFrames.find(imgBuffer.timestamp) != mPendingInputFrames.end()) && in compilePendingInputLocked()119 (mPendingInputFrames[imgBuffer.timestamp].error)) { in compilePendingInputLocked()122 mPendingInputFrames[imgBuffer.timestamp].jpegBuffer = imgBuffer; in compilePendingInputLocked()137 mPendingInputFrames[*it].error = true; in compilePendingInputLocked()147 if ((mPendingInputFrames.find(imgBuffer.timestamp) != mPendingInputFrames.end()) && in compilePendingInputLocked()148 (mPendingInputFrames[imgBuffer.timestamp].error)) { in compilePendingInputLocked()151 mPendingInputFrames[imgBuffer.timestamp].depthBuffer = imgBuffer; in compilePendingInputLocked()162 mPendingInputFrames[it->first].frameNumber = std::get<0>(it->second); in compilePendingInputLocked()163 mPendingInputFrames[it->first].result = std::get<1>(it->second); in compilePendingInputLocked()[all …]
139 std::unordered_map<int64_t, InputFrame> mPendingInputFrames; variable
273 std::map<int64_t, InputFrame> mPendingInputFrames; variable