Searched refs:minVideoWidth (Results 1 – 1 of 1) sorted by relevance
78 int32_t minVideoWidth = MAX_PREVIEW_WIDTH; in initialize() local100 if (w0 < minVideoWidth) { in initialize()101 minVideoWidth = w0; in initialize()114 const Size VIDEO_SIZE_LOWER_BOUND = {minVideoWidth, minVideoHeight}; in initialize()