Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.6/default/
DExternalCameraDevice.cpp40 const CroppingType& croppingType, in createSession() argument
45 cb, cfg, sortedFormats, croppingType, chars, cameraId, std::move(v4l2Fd)); in createSession()
DExternalCameraDeviceSession.cpp34 const CroppingType& croppingType, in ExternalCameraDeviceSession() argument
39 callback, cfg, sortedFormats, croppingType, chars, cameraId, std::move(v4l2Fd)) { in ExternalCameraDeviceSession()
DExternalCameraOfflineSession.cpp50 const CroppingType& croppingType, in ExternalCameraOfflineSession() argument
60 mCroppingType(croppingType), mChars(chars), mCameraId(cameraId), in ExternalCameraOfflineSession()
/hardware/interfaces/camera/device/3.5/default/
DExternalCameraDevice.cpp48 const CroppingType& croppingType, in createSession() argument
53 cb, cfg, sortedFormats, croppingType, chars, cameraId, std::move(v4l2Fd)); in createSession()
DExternalCameraDeviceSession.cpp34 const CroppingType& croppingType, in ExternalCameraDeviceSession() argument
39 callback, cfg, sortedFormats, croppingType, chars, cameraId, std::move(v4l2Fd)) { in ExternalCameraDeviceSession()
/hardware/interfaces/camera/device/3.6/default/include/ext_device_v3_6_impl/
DExternalCameraDevice_3_6.h67 const CroppingType& croppingType,
DExternalCameraOfflineSession.h92 const CroppingType& croppingType,
/hardware/interfaces/camera/device/3.5/default/include/ext_device_v3_5_impl/
DExternalCameraDevice_3_5.h79 const CroppingType& croppingType,
DExternalCameraDeviceSession.h82 const CroppingType& croppingType,
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp413 const uint8_t croppingType = ANDROID_SCALER_CROPPING_TYPE_CENTER_ONLY; in initDefaultCharsKeys() local
414 UPDATE(ANDROID_SCALER_CROPPING_TYPE, &croppingType, 1); in initDefaultCharsKeys()
1015 const CroppingType& croppingType, in createSession() argument
1020 cb, cfg, sortedFormats, croppingType, chars, cameraId, std::move(v4l2Fd)); in createSession()
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/
DExternalCameraDevice_3_4.h97 const CroppingType& croppingType,
DExternalCameraDeviceSession.h93 const CroppingType& croppingType,
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal1138 /** android.scaler.croppingType [static, enum, public]
2261 /** android.scaler.croppingType enumeration values
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp8426 int8_t croppingType = entry.data.u8[0]; in verifyZoomCharacteristics() local
8427 ASSERT_EQ(croppingType, ANDROID_SCALER_CROPPING_TYPE_CENTER_ONLY); in verifyZoomCharacteristics()