Home
last modified time | relevance | path

Searched refs:focalLength (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DExifInterfaceTest.java104 public final String focalLength; field in ExifInterfaceTest.ExpectedValue
147 focalLength = getString(typedArray, 13); in ExpectedValue()
294 assertStringTag(exifInterface, ExifInterface.TAG_FOCAL_LENGTH, expectedValue.focalLength); in compareWithExpectedValue()
/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp444 const dynamic_depth::Point<double> focalLength(inputFrame.mIntrinsicCalibration[0], in processDepthPhotoFrame() local
453 ImagingModelParams imagingParams(focalLength, imageSize); in processDepthPhotoFrame()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1676 uint32_t focalLength[] = { static_cast<uint32_t>(*(entry.data.f) * 100), 100 }; in DngCreator_setup() local
1677 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_FOCALLENGTH, 1, focalLength, in DngCreator_setup()