Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp70 int32_t maxVideoWidth = 0; in initialize() local
79 if (width > maxVideoWidth) { in initialize()
80 maxVideoWidth = width; in initialize()
87 const Size VIDEO_SIZE_UPPER_BOUND = {maxVideoWidth, maxVideoHeight}; in initialize()