Searched refs:poseTranslation (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.h | 966 float poseRotation[4], float poseTranslation[3],
|
D | QCamera3HWI.cpp | 9862 float poseTranslation[3] = {0.0f, 0.f, 0.f}; // xyz translation, meters in initStaticMetadata() local 9870 poseRotation, poseTranslation, cameraIntrinsics, radialDistortion); in initStaticMetadata() 9877 poseTranslation, sizeof(poseTranslation)/sizeof(float)); in initStaticMetadata() 16712 float poseRotation[4], float poseTranslation[3], in readSensorCalibration() 16850 poseTranslation[i] = position[i]; in readSensorCalibration() 16862 poseTranslation[0], poseTranslation[1], poseTranslation[2]); in readSensorCalibration()
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 751 /** android.lens.poseTranslation [dynamic, float[], public]
|