Searched defs:maxVertSize (Results 1 - 1 of 1) sorted by last modified time

/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDevice.cpp890 const auto& maxVertSize = verticalFmts[verticalFmts.size() - 1]; local
894 if (maxHoriSize.width == maxVertSize.width &&
895 maxHoriSize.height == maxVertSize.height) {
903 } else if (maxHoriSize.width >= maxVertSize.width &&
904 maxHoriSize.height >= maxVertSize.height) {
907 } else if (maxHoriSize.width <= maxVertSize.width &&
908 maxHoriSize.height <= maxVertSize.height) {

Completed in 27 milliseconds