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.cpp387 std::map<uint32_t, uint32_t> stalling_stream_count; in IsStreamCombinationSupported() local
484 stalling_stream_count[stream.physical_camera_id]++; in IsStreamCombinationSupported()
487 stalling_stream_count[p.first]++; in IsStreamCombinationSupported()
600 for (const auto& stalling_count : stalling_stream_count) { in IsStreamCombinationSupported()