Searched refs:HORIZONTAL (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraDevice.cpp | 212 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()
|
D | ExternalCameraUtils.h | 192 enum CroppingType { HORIZONTAL = 0, VERTICAL = 1 }; enumerator
|
D | ExternalCameraDeviceSession.cpp | 351 (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/ |
D | ExternalCameraDevice.cpp | 846 } 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()
|
D | ExternalCameraDeviceSession.cpp | 966 (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/ |
D | ExternalCameraUtils.h | 182 HORIZONTAL = 0, enumerator
|