/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; 176 // It should be guaranteed that the FOV is correctly updated after setParameters(). 253 // Show error if FOV does not match the value reported before takePicture(). 286 // FOV.
|
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
field_of_view.h | 25 explicit FieldOfView(const float* fov) 26 : FieldOfView(fov[0], fov[1], fov[2], fov[3]) {}
|
log_helpers.h | 54 inline std::ostream& operator<<(std::ostream& out, const FieldOfView& fov) { 55 return out << "fov(" << (fov.GetLeft() * 180.0f / M_PI) << ',' 56 << (fov.GetRight() * 180.0f / M_PI) << ',' 57 << (fov.GetBottom() * 180.0f / M_PI) << ',' 58 << (fov.GetTop() * 180.0f / M_PI) << ')';
|
/cts/apps/CameraITS/tests/scene0/ |
test_metadata.py | 85 # Test: pixel_pitch, FOV, and hyperfocal distance are reasonable 100 fov = 2 * math.degrees(math.atan(diag / (2 * fl))) 101 print "Assert field of view: %.1f degrees" % fov 102 assert 30 <= fov <= 130
|
/external/fio/engines/ |
windowsaio.c | 266 struct fio_overlapped *fov; local 283 fov = (struct fio_overlapped*)io_u->engine_data; 285 if (fov->io_complete) { 286 fov->io_complete = FALSE; 287 ResetEvent(fov->o.hEvent); 367 struct fio_overlapped *fov; local 381 fov = CONTAINING_RECORD(ovl, struct fio_overlapped, o); 382 io_u = fov->io_u; 392 fov->io_complete = TRUE;
|
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
shadertoy_renderer.cpp | 120 float fov = 45;
local
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
matrix_transform.hpp | 193 /// @param fov Expressed in radians if GLM_FORCE_RADIANS is define or degrees otherwise. 202 T const & fov,
|
/frameworks/native/libs/math/include/math/ |
mat4.h | 281 enum class Fov { 285 static CONSTEXPR TMat44 perspective(T fov, T aspect, T near, T far, Fov direction = Fov::VERTICAL); 473 CONSTEXPR TMat44<T> TMat44<T>::perspective(T fov, T aspect, T near, T far, TMat44::Fov direction) { 477 if (direction == TMat44::Fov::VERTICAL) { 478 h = std::tan(fov * M_PI / 360.0f) * near; 481 w = std::tan(fov * M_PI / 360.0f) * near;
|
/external/syslinux/gpxe/src/drivers/net/ |
via-rhine.c | 509 unsigned long fov:1; member in struct:rhine_rx_desc::VTC_rx_status_tag::__anon33096 [all...] |