OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:focalLength
(Results
1 - 21
of
21
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java
238
float
focalLength
= focalLengthPixels(mFovDegrees, dstWidth);
239
float dx = markerX / markerZ *
focalLength
;
/device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI_Metatags.cpp
127
static float
focalLength
= 0.0f;
130
(void *)&
focalLength
);
132
&
focalLength
, 1);
450
static const float
focalLength
= 5.0f;
451
ADD_OR_SIZE(ANDROID_LENS_FOCAL_LENGTH, &
focalLength
, 1);
/device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.cpp
[
all
...]
QCamera3HWI.cpp
[
all
...]
/device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp
[
all
...]
QCamera3HWI.cpp
[
all
...]
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraHWI.h
176
rat_t
focalLength
;
/device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.cpp
[
all
...]
/device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp
485
static const float
focalLength
= 5.0f;
486
settings.update(ANDROID_LENS_FOCAL_LENGTH, &
focalLength
, 1);
[
all
...]
/device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2HWI.cpp
[
all
...]
/device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp
[
all
...]
QCamera3HWI.cpp
[
all
...]
/cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java
627
float
focalLength
= parameters.getFocalLength();
645
assertTrue(
focalLength
> 0);
[
all
...]
/device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h
221
rat_t
focalLength
;
/device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp
[
all
...]
/device/lge/mako/camera/
QCameraHWI.h
223
rat_t
focalLength
;
QCameraHWI_Parm.cpp
[
all
...]
QualcommCameraHardware.cpp
[
all
...]
/device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.cpp
[
all
...]
/device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h
233
rat_t
focalLength
;
[
all
...]
/device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp
[
all
...]
Completed in 1521 milliseconds