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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp69 int32_t maxVideoWidth = 0; local
78 if (width > maxVideoWidth) {
79 maxVideoWidth = width;
86 const Size VIDEO_SIZE_UPPER_BOUND = {maxVideoWidth, maxVideoHeight};

Completed in 49 milliseconds