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/
DEmulatedSensor.h129 uint32_t max_stalling_streams = 0; member
DEmulatedSensor.cpp215 if (characteristics.max_stalling_streams > kMaxStallingStreams) { in AreCharacteristicsSupported()
217 __FUNCTION__, characteristics.max_stalling_streams, in AreCharacteristicsSupported()
322 if (stalling_stream_count > sensor_chars.max_stalling_streams) { in IsStreamCombinationSupported()
325 sensor_chars.max_stalling_streams); in IsStreamCombinationSupported()
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp69 sensor_chars->max_stalling_streams = entry.data.i32[2]; in GetSensorCharacteristics()