Home
last modified time | relevance | path

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

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