Home
last modified time | relevance | path

Searched refs:latitudeValue (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp2180 float latitudeValue = strtof(str, 0); in getExifLatitude() local
2181 if(latitudeValue < 0.0f) { in getExifLatitude()
/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.cpp10965 float latitudeValue = getFloat(KEY_GPS_LATITUDE); in getExifLatitude() local
10966 if(latitudeValue < 0.0f) { in getExifLatitude()