Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h255 static const uint8_t kPipelineDepth; variable
DEmulatedSensor.cpp110 const uint8_t EmulatedSensor::kPipelineDepth = 3; member in android::EmulatedSensor
245 if (characteristics.max_pipeline_depth < kPipelineDepth) { in AreCharacteristicsSupported()
247 __FUNCTION__, characteristics.max_pipeline_depth, kPipelineDepth); in AreCharacteristicsSupported()
DEmulatedRequestProcessor.cpp78 while (pending_requests_.size() > EmulatedSensor::kPipelineDepth) { in ProcessPipelineRequests()