Searched refs:minVideoHeight (Results 1 – 1 of 1) sorted by relevance
78 int32_t minVideoHeight = MAX_PREVIEW_HEIGHT; in initialize() local102 if (h0 < minVideoHeight) { in initialize()103 minVideoHeight = h0; in initialize()113 const Size VIDEO_SIZE_LOWER_BOUND = {minVideoWidth, minVideoHeight}; in initialize()