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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp71 int32_t maxVideoHeight = 0; local
82 if (height > maxVideoHeight) {
83 maxVideoHeight = height;
87 const Size VIDEO_SIZE_UPPER_BOUND = {maxVideoWidth, maxVideoHeight};

Completed in 94 milliseconds