/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
Size.java | 17 package com.android.cts.verifier.camera.fov;
|
SelectableResolution.java | 17 package com.android.cts.verifier.camera.fov;
|
CalibrationPreferenceActivity.java | 3 package com.android.cts.verifier.camera.fov;
|
CtsTestHelper.java | 17 package com.android.cts.verifier.camera.fov; 50 String details = "PhotoSphere FOV test result:\n"; 54 + ", Measured FOV = " + res.measuredFOV + '\n';
|
CameraPreviewView.java | 2 package com.android.cts.verifier.camera.fov;
|
DetermineFovActivity.java | 17 package com.android.cts.verifier.camera.fov; 43 * Shows the picture taken and lets the user specify the field of view (FOV). 215 // Draw the fov indicator text.
|
PhotoCaptureActivity.java | 17 package com.android.cts.verifier.camera.fov; 170 // It should be guaranteed that the FOV is correctly updated after setParameters(). 247 // Show error if FOV does not match the value reported before takePicture(). 279 // FOV.
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
Camera.java | 54 public void setFOV(float fov) { 55 mData.horizontalFOV = fov; 57 mField.set_horizontalFOV(0, fov, true);
|
ColladaParser.java | 454 float fov = 30.0f;
local 456 fov = getFloat(camera, "yfov");
459 fov = getFloat(camera, "xfov") / aspect;
466 sceneCamera.setFOV(fov);
|
/external/fio/engines/ |
windowsaio.c | 265 struct fio_overlapped *fov; local 282 fov = (struct fio_overlapped*)io_u->engine_data; 284 if (fov->io_complete) { 285 fov->io_complete = FALSE; 286 ResetEvent(fov->o.hEvent); 366 struct fio_overlapped *fov; local 380 fov = CONTAINING_RECORD(ovl, struct fio_overlapped, o); 381 io_u = fov->io_u; 391 fov->io_complete = TRUE;
|
rbd.c | 210 struct fio_rbd_iou *fov; local 217 fov = (struct fio_rbd_iou *)io_u->engine_data; 219 if (fov->io_complete) { 220 fov->io_complete = 0;
|
/external/chromium_org/third_party/angle/samples/angle/sample_util/ |
Matrix.h | 27 static Matrix4 perspective(float fov, float aspectRatio, float n, float f);
|
/external/chromium_org/third_party/skia/tools/skpdiff/ |
SkPMetric.cpp | 292 const float fov = SK_ScalarPI / 180.0f * 45.0f; 294 float pixelsPerDegree = width / (2.0f * tanf(fov * 0.5f) * 180.0f / SK_ScalarPI);
|
/external/skia/tools/skpdiff/ |
SkPMetric.cpp | 292 const float fov = SK_ScalarPI / 180.0f * 45.0f; 294 float pixelsPerDegree = width / (2.0f * tanf(fov * 0.5f) * 180.0f / SK_ScalarPI);
|