Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp447 for (const auto& stalling_count : stalling_stream_count) { in IsStreamCombinationSupported() local
448 if (stalling_count.second > in IsStreamCombinationSupported()
449 sensor_chars.at(stalling_count.first).max_stalling_streams) { in IsStreamCombinationSupported()
451 __FUNCTION__, stalling_count.second, in IsStreamCombinationSupported()
452 sensor_chars.at(stalling_count.first).max_stalling_streams); in IsStreamCombinationSupported()