Searched refs:poseRotation (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.h | 963 float poseRotation[4], float poseTranslation[3],
|
D | QCamera3HWI.cpp | 9821 float poseRotation[4] = {1.0f, 0.f, 0.f, 0.f}; // quaternion rotation in initStaticMetadata() local 9830 poseRotation, poseTranslation, cameraIntrinsics, radialDistortion); in initStaticMetadata() 9835 poseRotation, sizeof(poseRotation)/sizeof(float)); in initStaticMetadata() 16612 float poseRotation[4], float poseTranslation[3], in readSensorCalibration() 16747 poseRotation[i] = rotation[i]; in readSensorCalibration() 16760 poseRotation[0], poseRotation[1], poseRotation[2], poseRotation[3]); in readSensorCalibration()
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 742 /** android.lens.poseRotation [dynamic, float[], public]
|