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

  /device/generic/goldfish/camera/
Exif.cpp 352 float focalLength;
375 focalLength = (entry.count > 0) ? entry.data.f[0] : 5.0f;
376 createEntry(exifData, EXIF_IFD_EXIF, EXIF_TAG_FOCAL_LENGTH, focalLength);
379 ALOGV("degrees %d focalLength %f", degrees, focalLength);
EmulatedFakeCamera3.cpp 452 static const float focalLength = 5.0f;
453 settings.update(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1);
    [all...]
EmulatedQemuCamera3.cpp 500 static const float focalLength = 5.0f;
501 settings.update(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 238 float focalLength = focalLengthPixels(mFovDegrees, dstWidth);
239 float dx = markerX / markerZ * focalLength;
  /cts/tests/tests/media/src/android/media/cts/
ExifInterfaceTest.java 119 public final String focalLength;
174 focalLength = getString(typedArray, index++);
320 assertStringTag(exifInterface, ExifInterface.TAG_FOCAL_LENGTH, expectedValue.focalLength);
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3PostProc.cpp     [all...]
QCamera3HWI.cpp     [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
LogicalCameraDeviceTest.java     [all...]
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedFakeCamera3.cpp 415 static const float focalLength = 5.0f;
416 settings.update(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1);
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /cts/tests/camera/src/android/hardware/cts/
CameraTest.java 703 float focalLength = parameters.getFocalLength();
725 assertTrue(focalLength == -1.0 || focalLength > 0);
731 assertTrue(focalLength > 0);
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 1324 milliseconds