Searched refs:poseRotation (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
H A D | QCamera3HWI.h | 966 float poseRotation[4], float poseTranslation[3],
|
H A D | QCamera3HWI.cpp | 9861 float poseRotation[4] = {1.0f, 0.f, 0.f, 0.f}; // quaternion rotation in initStaticMetadata() local 9870 poseRotation, poseTranslation, cameraIntrinsics, radialDistortion); in initStaticMetadata() 9875 poseRotation, sizeof(poseRotation)/sizeof(float)); in initStaticMetadata() 16712 float poseRotation[4], float poseTranslation[3], in readSensorCalibration() 16847 poseRotation[i] = rotation[i]; in readSensorCalibration() 16860 poseRotation[0], poseRotation[1], poseRotation[2], poseRotation[3]); in readSensorCalibration()
|
/aosp12/hardware/interfaces/camera/metadata/3.2/ |
H A D | types.hal | 744 /** android.lens.poseRotation [dynamic, float[], public]
|