Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp315 std::map<uint32_t, uint32_t> stalling_stream_count; in IsStreamCombinationSupported() local
373 stalling_stream_count[stream.physical_camera_id]++; in IsStreamCombinationSupported()
376 stalling_stream_count[p.first]++; in IsStreamCombinationSupported()
447 for (const auto& stalling_count : stalling_stream_count) { in IsStreamCombinationSupported()