Home
last modified time | relevance | path

Searched refs:fy (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DCamUtils.java88 float fy = (lstar + 16.0f) / 116.0f; in intFromLstar() local
91 float fz = fy; in intFromLstar()
92 float fx = fy; in intFromLstar()
97 float yT = lExceedsEpsilonKappa ? fy * fy * fy : lstar / kappa; in intFromLstar()
98 boolean cubeExceedEpsilon = (fy * fy * fy) > epsilon; in intFromLstar()
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp140 float fy = centerY - eyeY; in newLookAt() local
144 float rlf = 1.0f / (float) sqrt(fx * fx + fy * fy + fz * fz); in newLookAt()
146 fy *= rlf; in newLookAt()
150 float sx = fy * upZ - fz * upY; in newLookAt()
152 float sz = fx * upY - fy * upX; in newLookAt()
161 float ux = sy * fz - sz * fy; in newLookAt()
163 float uz = sx * fy - sy * fx; in newLookAt()
173 d[6] = -fy; in newLookAt()
/cts/apps/CameraITS/tests/scene2_b/
Dtest_yuv_jpeg_capture_sameness.py135 rgb_jpg, None, fx=scale_factor, fy=scale_factor)
/cts/apps/CameraITS/tests/scene6/
Dtest_in_sensor_zoom.py159 rgb_zoomed_raw, None, fx=inv_scale_factor, fy=inv_scale_factor)
/cts/apps/CameraITS/utils/
Dimage_fov_utils.py218 img = cv2.resize(img, (0, 0), fx=2.0, fy=2.0)
/cts/apps/CameraITS/tests/scene4/
Dtest_multi_camera_alignment.py71 img = cv2.resize(img, None, fx=2, fy=2)
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java2578 float fy = cameraIntrinsics[1]; in verifyLensCalibration() local
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...