Searched refs:maxVertSize (Results 1 – 1 of 1) sorted by relevance
979 const auto& maxVertSize = verticalFmts[verticalFmts.size() - 1]; in initSupportedFormatsLocked() local983 if (maxHoriSize.width == maxVertSize.width && in initSupportedFormatsLocked()984 maxHoriSize.height == maxVertSize.height) { in initSupportedFormatsLocked()992 } else if (maxHoriSize.width >= maxVertSize.width && in initSupportedFormatsLocked()993 maxHoriSize.height >= maxVertSize.height) { in initSupportedFormatsLocked()996 } else if (maxHoriSize.width <= maxVertSize.width && in initSupportedFormatsLocked()997 maxHoriSize.height <= maxVertSize.height) { in initSupportedFormatsLocked()