Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp210 if (characteristics.max_raw_streams > kMaxRAWStreams) { in AreCharacteristicsSupported()
212 __FUNCTION__, characteristics.max_raw_streams, kMaxRAWStreams); in AreCharacteristicsSupported()
435 unsigned int max_raw_streams = in IsStreamCombinationSupported() local
436 sensor_chars.at(raw_count.first).max_raw_streams + in IsStreamCombinationSupported()
440 if (raw_count.second > max_raw_streams) { in IsStreamCombinationSupported()
442 __FUNCTION__, raw_count.second, max_raw_streams); in IsStreamCombinationSupported()
DEmulatedSensor.h129 uint32_t max_raw_streams = 0; member
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp60 sensor_chars->max_raw_streams = entry.data.i32[0]; in GetSensorCharacteristics()