Searched refs:minVideoWidth (Results 1 – 1 of 1) sorted by relevance
77 int32_t minVideoWidth = MAX_PREVIEW_WIDTH; in initialize() local99 if (w0 < minVideoWidth) { in initialize()100 minVideoWidth = w0; in initialize()113 const Size VIDEO_SIZE_LOWER_BOUND = {minVideoWidth, minVideoHeight}; in initialize()