Home
last modified time | relevance | path

Searched refs:getExifFocalLength (Results 1 – 6 of 6) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/
DQCameraParametersIntf.h126 int32_t getExifFocalLength(rat_t *focalLenght);
DQCameraParametersIntf.cpp381 int32_t QCameraParametersIntf::getExifFocalLength(rat_t *focalLength) in getExifFocalLength() function in qcamera::QCameraParametersIntf
385 return mImpl->getExifFocalLength(focalLength); in getExifFocalLength()
DQCameraParameters.h686 int32_t getExifFocalLength(rat_t *focalLenght);
DQCamera2HWI.cpp9101 rc = mParameters.getExifFocalLength(&focalLength); in getExifData()
DQCameraParameters.cpp10905 int32_t QCameraParameters::getExifFocalLength(rat_t *focalLength) in getExifFocalLength() function in qcamera::QCameraParameters
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp2124 int32_t getExifFocalLength(rat_t *focalLength, float value) in getExifFocalLength() function
2405 rc = getExifFocalLength(&focalLength, *focal_length); in getExifData()