Searched refs:getExifFocalLength (Results 1 - 14 of 14) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/
H A DQCameraParametersIntf.h126 int32_t getExifFocalLength(rat_t *focalLenght);
H A DQCameraParametersIntf.cpp381 int32_t QCameraParametersIntf::getExifFocalLength(rat_t *focalLength) function in class:qcamera::QCameraParametersIntf
385 return mImpl->getExifFocalLength(focalLength);
H A DQCameraParameters.h684 int32_t getExifFocalLength(rat_t *focalLenght);
H A DQCamera2HWI.cpp9086 rc = mParameters.getExifFocalLength(&focalLength);
9093 LOGW("getExifFocalLength failed");
H A DQCameraParameters.cpp10894 * FUNCTION : getExifFocalLength
10905 int32_t QCameraParameters::getExifFocalLength(rat_t *focalLength) function in class:qcamera::QCameraParameters
/device/huawei/angler/camera/QCamera2/HAL/
H A DQCameraParameters.h633 int32_t getExifFocalLength(rat_t *focalLenght);
H A DQCamera2HWI.cpp7225 rc = mParameters.getExifFocalLength(&focalLength);
7232 ALOGE("%s: getExifFocalLength failed", __func__);
H A DQCameraParameters.cpp9624 * FUNCTION : getExifFocalLength
9635 int32_t QCameraParameters::getExifFocalLength(rat_t *focalLength) function in class:qcamera::QCameraParameters
/device/lge/bullhead/camera/QCamera2/HAL/
H A DQCameraParameters.h633 int32_t getExifFocalLength(rat_t *focalLenght);
H A DQCamera2HWI.cpp7223 rc = mParameters.getExifFocalLength(&focalLength);
7230 ALOGE("%s: getExifFocalLength failed", __func__);
H A DQCameraParameters.cpp9624 * FUNCTION : getExifFocalLength
9635 int32_t QCameraParameters::getExifFocalLength(rat_t *focalLength) function in class:qcamera::QCameraParameters
/device/google/marlin/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp2099 * FUNCTION : getExifFocalLength
2111 int32_t getExifFocalLength(rat_t *focalLength, float value) function in namespace:qcamera
2391 rc = getExifFocalLength(&focalLength, *focal_length);
2398 LOGW("getExifFocalLength failed");
/device/huawei/angler/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp1996 * FUNCTION : getExifFocalLength
2008 int32_t getExifFocalLength(rat_t *focalLength, float value) function in namespace:qcamera
2281 rc = getExifFocalLength(&focalLength, *focal_length);
2288 ALOGE("%s: getExifFocalLength failed", __func__);
/device/lge/bullhead/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp1996 * FUNCTION : getExifFocalLength
2008 int32_t getExifFocalLength(rat_t *focalLength, float value) function in namespace:qcamera
2281 rc = getExifFocalLength(&focalLength, *focal_length);
2288 ALOGE("%s: getExifFocalLength failed", __func__);

Completed in 223 milliseconds