Searched refs:clampedCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp302 size_t clampedCount = (pipelineMax < static_cast<size_t>(maxCount)) ? local
305 pipelineMax : clampedCount;

Completed in 1161 milliseconds