Searched refs:getFloat (Results 1 – 10 of 10) sorted by relevance
55 bool getFloat(float *value) const;124 bool getFloat(KEY key, float *out) const { in getFloat() function126 return value.getFloat(out); in getFloat()
405 bool JSONValue::getFloat(float *value) const { in getFloat() function in android::JSONValue
243 if ((param.getFloat(kHDMIDelayCompParamKey, floatVal) == NO_ERROR) && in setParameters()256 if ((param.getFloat(kFixedHDMIOutputLevelParamKey, floatVal) == NO_ERROR) in setParameters()265 if ((param.getFloat(kVideoDelayCompParamKey, floatVal) == NO_ERROR) && in setParameters()
94 success = json->getFloat(key, &value); in GetCalibrationBytes()
253 if (!array->getFloat(i, &out[i])) { in getCalibrationFloat()869 if (settings->getFloat("barometer", &barometer)) in sendCalibrationOffsets()878 if (settings->getFloat("light", &light)) in sendCalibrationOffsets()
451 new_param.getFloat( in setParameters()
3943 int focalLengthValue = (int) (mParameters.getFloat( in setExifTags()3993 float latitudeValue = mParameters.getFloat(QCameraParameters::KEY_GPS_LATITUDE); in setExifTagsGPS()4015 float longitudeValue = mParameters.getFloat(QCameraParameters::KEY_GPS_LONGITUDE); in setExifTagsGPS()
5939 float prevDiopterPos = getFloat(KEY_QC_FOCUS_POSITION_DIOPTER); in updateCurrentFocusPosition()9637 (int)(getFloat(QCameraParameters::KEY_FOCAL_LENGTH) * FOCAL_LENGTH_DECIMAL_PRECISION); in getExifFocalLength()9734 float latitudeValue = getFloat(KEY_GPS_LATITUDE); in getExifLatitude()9768 float longitudeValue = getFloat(KEY_GPS_LONGITUDE); in getExifLongitude()
7580 (int)(getFloat(QCameraParameters::KEY_FOCAL_LENGTH) * FOCAL_LENGTH_DECIMAL_PRECISION); in getExifFocalLength()7675 float latitudeValue = getFloat(KEY_GPS_LATITUDE); in getExifLatitude()7709 float longitudeValue = getFloat(KEY_GPS_LONGITUDE); in getExifLongitude()