Home
last modified time | relevance | path

Searched refs:HORIZONTAL (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp835 } else if (cropType == HORIZONTAL && ar < maxSizeAr) { in trimSupportedFormats()
945 fd, HORIZONTAL, mCfg.fpsLimits, mCfg.depthFpsLimits, mCfg.minStreamSize, mCfg.depthEnabled); in initSupportedFormatsLocked()
963 mCroppingType = HORIZONTAL; in initSupportedFormatsLocked()
976 mCroppingType = HORIZONTAL; in initSupportedFormatsLocked()
984 mCroppingType = HORIZONTAL; in initSupportedFormatsLocked()
992 mCroppingType = HORIZONTAL; in initSupportedFormatsLocked()
DExternalCameraDeviceSession.cpp1072 (mCroppingType == HORIZONTAL && inSz.height == outSz.height)) { in cropAndScaleLocked()
2665 (mCroppingType == HORIZONTAL && aspectRatio > desiredAr)) { in configureStreams()
2696 (mCroppingType == HORIZONTAL && aspectRatio > desiredAr)) { in configureStreams()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraUtils.h156 HORIZONTAL = 0, enumerator