Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp78 int32_t minVideoHeight = MAX_PREVIEW_HEIGHT; in initialize() local
102 if (h0 < minVideoHeight) { in initialize()
103 minVideoHeight = h0; in initialize()
113 const Size VIDEO_SIZE_LOWER_BOUND = {minVideoWidth, minVideoHeight}; in initialize()