Home
last modified time | relevance | path

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

/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()
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp362 sensor_chars->max_pipeline_depth = entry.data.u8[0]; in GetSensorCharacteristics()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp10718 …uint8_t max_pipeline_depth = (uint8_t)(MAX_INFLIGHT_REQUESTS + EMPTY_PIPELINE_DELAY + FRAME_SKIP_D… in initStaticMetadata() local
10720 &max_pipeline_depth, in initStaticMetadata()