Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/default/
DExternalCameraDevice.cpp212 getCandidateSupportedFormatsLocked(fd, HORIZONTAL, mCfg.fpsLimits, mCfg.depthFpsLimits, in initSupportedFormatsLocked()
232 mCroppingType = HORIZONTAL; in initSupportedFormatsLocked()
244 mCroppingType = HORIZONTAL; in initSupportedFormatsLocked()
251 mCroppingType = HORIZONTAL; in initSupportedFormatsLocked()
258 mCroppingType = HORIZONTAL; in initSupportedFormatsLocked()
981 } else if (cropType == HORIZONTAL && ar < maxSizeAr) { in trimSupportedFormats()
DExternalCameraUtils.h192 enum CroppingType { HORIZONTAL = 0, VERTICAL = 1 }; enumerator
DExternalCameraDeviceSession.cpp351 (mCroppingType == HORIZONTAL && aspectRatio > desiredAr)) { in configureStreams()
384 (mCroppingType == HORIZONTAL && aspectRatio > desiredAr)) { in configureStreams()
2381 (mCroppingType == HORIZONTAL && inSz.height == outSz.height)) { in cropAndScaleLocked()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp846 } else if (cropType == HORIZONTAL && ar < maxSizeAr) { in trimSupportedFormats()
956 fd, HORIZONTAL, mCfg.fpsLimits, mCfg.depthFpsLimits, mCfg.minStreamSize, mCfg.depthEnabled); in initSupportedFormatsLocked()
974 mCroppingType = HORIZONTAL; in initSupportedFormatsLocked()
987 mCroppingType = HORIZONTAL; in initSupportedFormatsLocked()
995 mCroppingType = HORIZONTAL; in initSupportedFormatsLocked()
1003 mCroppingType = HORIZONTAL; in initSupportedFormatsLocked()
DExternalCameraDeviceSession.cpp966 (mCroppingType == HORIZONTAL && inSz.height == outSz.height)) { in cropAndScaleLocked()
2365 (mCroppingType == HORIZONTAL && aspectRatio > desiredAr)) { in configureStreams()
2396 (mCroppingType == HORIZONTAL && aspectRatio > desiredAr)) { in configureStreams()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraUtils.h182 HORIZONTAL = 0, enumerator