Home
last modified time | relevance | path

Searched refs:pipelineDepth (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2CaptureRequestTest.java436 Byte pipelineDepth = getValueNotNull(result, CaptureResult.REQUEST_PIPELINE_DEPTH); in validatePipelineDepth() local
438 MIN_PIPELINE_DEPTH, maxPipelineDepth), pipelineDepth, MIN_PIPELINE_DEPTH, in validatePipelineDepth()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp9013 auto pipelineDepth = presentLatency.count() / refreshRate.getPeriodNsecs(); in calculateMaxAcquiredBufferCount() local
9015 pipelineDepth++; in calculateMaxAcquiredBufferCount()
9017 return std::max(minAcquiredBuffers, static_cast<int64_t>(pipelineDepth - 1)); in calculateMaxAcquiredBufferCount()