Home
last modified time | relevance | path

Searched refs:streamInfoIt (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp2298 auto const streamInfoIt = mStreamInfoMap.find(it); in isSensorPixelModeConsistent() local
2299 if (streamInfoIt == mStreamInfoMap.end()) { in isSensorPixelModeConsistent()
2304 streamInfoIt->second.sensorPixelModesUsed.find(sensorPixelMode) != in isSensorPixelModeConsistent()
2305 streamInfoIt->second.sensorPixelModesUsed.end(); in isSensorPixelModeConsistent()
2308 for (auto m : streamInfoIt->second.sensorPixelModesUsed) { in isSensorPixelModeConsistent()