HomeSort by relevance Sort by last modified time
    Searched full:clampedcount (Results 1 - 1 of 1) sorted by null

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Stream.cpp 331 size_t clampedCount = (pipelineMax < static_cast<size_t>(maxCount)) ?
334 pipelineMax : clampedCount;

Completed in 453 milliseconds