Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Stream.cpp330 size_t pipelineMax = getBufferCountLocked(); in startPrepare() local
331 size_t clampedCount = (pipelineMax < static_cast<size_t>(maxCount)) ? in startPrepare()
332 pipelineMax : static_cast<size_t>(maxCount); in startPrepare()
334 pipelineMax : clampedCount; in startPrepare()