Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp62 sensor_chars->max_stalling_streams = entry.data.i32[2]; in GetSensorCharacteristics()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h131 uint32_t max_stalling_streams = 0; member
DEmulatedSensor.cpp223 if (characteristics.max_stalling_streams > kMaxStallingStreams) { in AreCharacteristicsSupported()
225 __FUNCTION__, characteristics.max_stalling_streams, in AreCharacteristicsSupported()
449 sensor_chars.at(stalling_count.first).max_stalling_streams) { in IsStreamCombinationSupported()
452 sensor_chars.at(stalling_count.first).max_stalling_streams); in IsStreamCombinationSupported()