Home
last modified time | relevance | path

Searched refs:maxHoriSize (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/camera/device/default/
DExternalCameraDevice.cpp236 const auto& maxHoriSize = horizontalFmts[horizontalFmts.size() - 1]; in initSupportedFormatsLocked() local
241 if (maxHoriSize.width == maxVertSize.width && maxHoriSize.height == maxVertSize.height) { in initSupportedFormatsLocked()
249 } else if (maxHoriSize.width >= maxVertSize.width && maxHoriSize.height >= maxVertSize.height) { in initSupportedFormatsLocked()
252 } else if (maxHoriSize.width <= maxVertSize.width && maxHoriSize.height <= maxVertSize.height) { in initSupportedFormatsLocked()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp978 const auto& maxHoriSize = horizontalFmts[horizontalFmts.size() - 1]; in initSupportedFormatsLocked() local
983 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()