Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp70 int32_t maxVideoHeight = 0; in initialize() local
81 if (height > maxVideoHeight) { in initialize()
82 maxVideoHeight = height; in initialize()
86 const Size VIDEO_SIZE_UPPER_BOUND = {maxVideoWidth, maxVideoHeight}; in initialize()