Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h320 static const uint8_t kPipelineDepth; variable
DEmulatedSensor.cpp135 const uint8_t EmulatedSensor::kPipelineDepth = 3; member in android::EmulatedSensor
317 if (characteristics.max_pipeline_depth < kPipelineDepth) { in AreCharacteristicsSupported()
319 __FUNCTION__, characteristics.max_pipeline_depth, kPipelineDepth); in AreCharacteristicsSupported()
DEmulatedRequestProcessor.cpp92 while (pending_requests_.size() > EmulatedSensor::kPipelineDepth) { in ProcessPipelineRequests()