Searched refs:pipelineDepth (Results 1 – 2 of 2) sorted by relevance
436 Byte pipelineDepth = getValueNotNull(result, CaptureResult.REQUEST_PIPELINE_DEPTH); in validatePipelineDepth() local438 MIN_PIPELINE_DEPTH, maxPipelineDepth), pipelineDepth, MIN_PIPELINE_DEPTH, in validatePipelineDepth()
9013 auto pipelineDepth = presentLatency.count() / refreshRate.getPeriodNsecs(); in calculateMaxAcquiredBufferCount() local9015 pipelineDepth++; in calculateMaxAcquiredBufferCount()9017 return std::max(minAcquiredBuffers, static_cast<int64_t>(pipelineDepth - 1)); in calculateMaxAcquiredBufferCount()