Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h134 int32_t getExifFocalLength(rat_t *focalLenght);
DQCameraParametersIntf.cpp398 int32_t QCameraParametersIntf::getExifFocalLength(rat_t *focalLength) in getExifFocalLength() function in qcamera::QCameraParametersIntf
402 return mImpl->getExifFocalLength(focalLength); in getExifFocalLength()
DQCameraParameters.h703 int32_t getExifFocalLength(rat_t *focalLenght);
DQCamera2HWI.cpp10025 rc = mParameters.getExifFocalLength(&focalLength); in getExifData()
DQCameraParameters.cpp11281 int32_t QCameraParameters::getExifFocalLength(rat_t *focalLength) in getExifFocalLength() function in qcamera::QCameraParameters
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3PostProc.cpp2422 int32_t getExifFocalLength(rat_t *focalLength, float value) in getExifFocalLength() function
2703 rc = getExifFocalLength(&focalLength, *focal_length); in getExifData()