Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp192 sensor_chars->max_pipeline_depth = entry.data.u8[0]; in GetSensorCharacteristics()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h136 uint32_t max_pipeline_depth = 0; member
DEmulatedSensor.cpp245 if (characteristics.max_pipeline_depth < kPipelineDepth) { in AreCharacteristicsSupported()
247 __FUNCTION__, characteristics.max_pipeline_depth, kPipelineDepth); in AreCharacteristicsSupported()