Loading camera/provider/2.4/vts/functional/VtsHalCameraProviderV2_4TargetTest.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -8140,7 +8140,7 @@ void CameraHidlTest::verifyCameraCharacteristics(Status status, const CameraMeta ANDROID_LENS_POSE_REFERENCE, &entry); if (0 == retcode && entry.count > 0) { uint8_t poseReference = entry.data.u8[0]; ASSERT_TRUE(poseReference <= ANDROID_LENS_POSE_REFERENCE_UNDEFINED && ASSERT_TRUE(poseReference <= ANDROID_LENS_POSE_REFERENCE_AUTOMOTIVE && poseReference >= ANDROID_LENS_POSE_REFERENCE_PRIMARY_CAMERA); } Loading camera/provider/aidl/vts/camera_aidl_test.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -656,7 +656,7 @@ void CameraAidlTest::verifyCameraCharacteristics(const CameraMetadata& chars) { retcode = find_camera_metadata_ro_entry(metadata, ANDROID_LENS_POSE_REFERENCE, &entry); if (0 == retcode && entry.count > 0) { uint8_t poseReference = entry.data.u8[0]; ASSERT_TRUE(poseReference <= ANDROID_LENS_POSE_REFERENCE_UNDEFINED && ASSERT_TRUE(poseReference <= ANDROID_LENS_POSE_REFERENCE_AUTOMOTIVE && poseReference >= ANDROID_LENS_POSE_REFERENCE_PRIMARY_CAMERA); } Loading Loading
camera/provider/2.4/vts/functional/VtsHalCameraProviderV2_4TargetTest.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -8140,7 +8140,7 @@ void CameraHidlTest::verifyCameraCharacteristics(Status status, const CameraMeta ANDROID_LENS_POSE_REFERENCE, &entry); if (0 == retcode && entry.count > 0) { uint8_t poseReference = entry.data.u8[0]; ASSERT_TRUE(poseReference <= ANDROID_LENS_POSE_REFERENCE_UNDEFINED && ASSERT_TRUE(poseReference <= ANDROID_LENS_POSE_REFERENCE_AUTOMOTIVE && poseReference >= ANDROID_LENS_POSE_REFERENCE_PRIMARY_CAMERA); } Loading
camera/provider/aidl/vts/camera_aidl_test.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -656,7 +656,7 @@ void CameraAidlTest::verifyCameraCharacteristics(const CameraMetadata& chars) { retcode = find_camera_metadata_ro_entry(metadata, ANDROID_LENS_POSE_REFERENCE, &entry); if (0 == retcode && entry.count > 0) { uint8_t poseReference = entry.data.u8[0]; ASSERT_TRUE(poseReference <= ANDROID_LENS_POSE_REFERENCE_UNDEFINED && ASSERT_TRUE(poseReference <= ANDROID_LENS_POSE_REFERENCE_AUTOMOTIVE && poseReference >= ANDROID_LENS_POSE_REFERENCE_PRIMARY_CAMERA); } Loading