Home
last modified time | relevance | path

Searched refs:croppingType (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp357 const uint8_t croppingType = ANDROID_SCALER_CROPPING_TYPE_CENTER_ONLY; in initDefaultCharsKeys() local
358 UPDATE(ANDROID_SCALER_CROPPING_TYPE, &croppingType, 1); in initDefaultCharsKeys()
DExternalCameraDeviceSession.cpp95 const CroppingType& croppingType, in ExternalCameraDeviceSession() argument
103 mCroppingType(croppingType), in ExternalCameraDeviceSession()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h92 const CroppingType& croppingType,
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal1136 /** android.scaler.croppingType [static, enum, public]
2258 /** android.scaler.croppingType enumeration values
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp9948 uint8_t croppingType = ANDROID_SCALER_CROPPING_TYPE_CENTER_ONLY; in initStaticMetadata() local
9949 staticInfo.update(ANDROID_SCALER_CROPPING_TYPE, &croppingType, 1); in initStaticMetadata()