Searched refs:maxVertSize (Results 1 – 1 of 1) sorted by relevance
968 const auto& maxVertSize = verticalFmts[verticalFmts.size() - 1]; in initSupportedFormatsLocked() local972 if (maxHoriSize.width == maxVertSize.width && in initSupportedFormatsLocked()973 maxHoriSize.height == maxVertSize.height) { in initSupportedFormatsLocked()981 } else if (maxHoriSize.width >= maxVertSize.width && in initSupportedFormatsLocked()982 maxHoriSize.height >= maxVertSize.height) { in initSupportedFormatsLocked()985 } else if (maxHoriSize.width <= maxVertSize.width && in initSupportedFormatsLocked()986 maxHoriSize.height <= maxVertSize.height) { in initSupportedFormatsLocked()