Home
last modified time | relevance | path

Searched refs:ANDROID_SCALER_ROTATE_AND_CROP_AUTO (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/interfaces/camera/metadata/3.5/
H A Dtypes.hal142 ANDROID_SCALER_ROTATE_AND_CROP_AUTO,
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DRotateAndCropMapper.cpp45 if (entry.data.u8[i] == ANDROID_SCALER_ROTATE_AND_CROP_AUTO) return true; in isNeeded()
H A DCamera3Device.cpp2445 rotateAndCropEntry.data.u8[0] == ANDROID_SCALER_ROTATE_AND_CROP_AUTO) { in createCaptureRequest()
5349 if (rotateAndCropValue == ANDROID_SCALER_ROTATE_AND_CROP_AUTO) { in setRotateAndCropAutoBehavior()
/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DRotateAndCropMapperTest.cpp51 ANDROID_SCALER_ROTATE_AND_CROP_AUTO
/aosp12/system/media/camera/include/system/
H A Dcamera_metadata_tags.h962 ANDROID_SCALER_ROTATE_AND_CROP_AUTO , // HIDL v3.5 enumerator
/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h1178 uint8_t mOverrideRotateAndCropMode = ANDROID_SCALER_ROTATE_AND_CROP_AUTO;
H A DCameraService.cpp1835 if (mOverrideRotateAndCropMode != ANDROID_SCALER_ROTATE_AND_CROP_AUTO) { in connectHelper()
2215 if (mOverrideRotateAndCropMode != ANDROID_SCALER_ROTATE_AND_CROP_AUTO) return Status::ok(); in notifyDisplayConfigurationChange()
4503 rotateValue > ANDROID_SCALER_ROTATE_AND_CROP_AUTO) return BAD_VALUE; in handleSetRotateAndCrop()
4508 if (rotateValue == ANDROID_SCALER_ROTATE_AND_CROP_AUTO) return OK; in handleSetRotateAndCrop()
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedRequestState.cpp2350 if (entry.data.u8[i] == ANDROID_SCALER_ROTATE_AND_CROP_AUTO) { in InitializeScalerDefaults()
2351 rotate_and_crop_ = ANDROID_SCALER_ROTATE_AND_CROP_AUTO; in InitializeScalerDefaults()
/aosp12/system/media/camera/src/
H A Dcamera_metadata_tag_info.c2425 case ANDROID_SCALER_ROTATE_AND_CROP_AUTO: in camera_metadata_enum_snprint()
5201 *value = ANDROID_SCALER_ROTATE_AND_CROP_AUTO; in camera_metadata_enum_value()
/aosp12/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp2297 if (rotateAndCrop > ANDROID_SCALER_ROTATE_AND_CROP_AUTO) return BAD_VALUE; in setRotateAndCropOverride()
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp1635 if (rotateAndCrop > ANDROID_SCALER_ROTATE_AND_CROP_AUTO) return BAD_VALUE; in setRotateAndCropOverride()
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp8817 if ((entry.count > 0) && (entry.data.u8[0] == ANDROID_SCALER_ROTATE_AND_CROP_AUTO)) { in overrideRotateAndCrop()