OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fov
(Results
1 - 9
of
9
) 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
;
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
.
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
shadertoy_renderer.cpp
120
float
fov
= 45;
local
/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;
Completed in 399 milliseconds