OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:availableFocalLengths
(Results
1 - 2
of
2
) sorted by null
/packages/apps/DevCamera/src/com/android/devcamera/
CameraInfoCache.java
173
float[]
availableFocalLengths
=
176
if (
availableFocalLengths
== null ||
availableFocalLengths
.length == 0) {
180
focalLength =
availableFocalLengths
[0];
/frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp
755
camera_metadata_ro_entry_t
availableFocalLengths
=
757
if (!
availableFocalLengths
.count) return NO_INIT;
759
float minFocalLength =
availableFocalLengths
.data.f[0];
[
all
...]
Completed in 486 milliseconds