HomeSort by relevance Sort by last modified time
    Searched defs:fov (Results 1 - 10 of 10) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
CalibrationPreferenceActivity.java 3 package 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;
CameraPreviewView.java 2 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';
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;
188 // It should be guaranteed that the FOV is correctly updated after setParameters().
279 // Show error if FOV does not match the value reported before takePicture().
312 // FOV.
587 // External camera doesn't support FOV informations
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
shadertoy_renderer.cpp 120 float fov = 45; local
  /cts/tests/camera/src/android/hardware/camera2/cts/
LogicalCameraDeviceTest.java 614 // resulting angle of view is the same. This is to make sure that no sudden FOV
661 float fov = activeArraySize.width()/(2*focalLengths[i+1]); local
675 Math.abs(newFov - fov)/fov < FOV_MARGIN);
823 double fov = 2 * local
940 float fov = cropRegion.width() \/ (2 * focalLength); local
    [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c 10167 QTFloatSingle fov; local
10190 QTFloatSingle fov; local
    [all...]

Completed in 743 milliseconds