Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp77 int32_t minVideoWidth = MAX_PREVIEW_WIDTH; in initialize() local
99 if (w0 < minVideoWidth) { in initialize()
100 minVideoWidth = w0; in initialize()
113 const Size VIDEO_SIZE_LOWER_BOUND = {minVideoWidth, minVideoHeight}; in initialize()