OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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