Searched refs:mStreamInfoCache (Results 1 – 4 of 4) sorted by relevance
305 LOG_ALWAYS_FATAL_IF(!mStreamInfoCache.empty()); in configure()309 StreamInfo& si = mStreamInfoCache[id]; in configure()329 mStreamInfoCache.clear(); in configure()422 LOG_ALWAYS_FATAL_IF(!mStreamInfoCache.empty() && !currentContext.ok()); in closeImpl()423 mStreamInfoCache.clear(); in closeImpl()482 const auto sii = mStreamInfoCache.find(csb->getStreamId()); in processCaptureRequest()483 if (sii == mStreamInfoCache.end()) { in processCaptureRequest()
186 mStreamInfoCache.clear(); in configure()190 StreamInfo& si = mStreamInfoCache[id]; in configure()201 mStreamInfoCache.clear(); in close()233 const auto sii = mStreamInfoCache.find(csb->getStreamId()); in processCaptureRequest()234 if (sii == mStreamInfoCache.end()) { in processCaptureRequest()
107 std::unordered_map<int32_t, StreamInfo> mStreamInfoCache; member
125 std::unordered_map<int32_t, StreamInfo> mStreamInfoCache; member