Home
last modified time | relevance | path

Searched refs:getRotationTransform (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/camera/include/camera/
H A DCameraUtils.h42 static status_t getRotationTransform(const CameraMetadata& staticInfo,
/aosp12/frameworks/av/camera/
H A DCameraUtils.cpp33 status_t CameraUtils::getRotationTransform(const CameraMetadata& staticInfo, in getRotationTransform() function in android::CameraUtils
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputUtils.cpp571 ret = CameraUtils::getRotationTransform(deviceInfo->second, in processCaptureResult()
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp2004 return CameraUtils::getRotationTransform(staticInfo, transform); in getRotationTransformLocked()