Home | History | Annotate | Download | only in src

Lines Matching refs:latRef

3861         if(mExifValues.latRef) {
3863 1, (void *)mExifValues.latRef);
3958 mExifValues.latRef[0] = 'S';
3960 mExifValues.latRef[0] = 'N';
3962 mExifValues.latRef[1] = '\0';
3964 mParameters.set(CameraParameters::KEY_GPS_LATITUDE_REF,mExifValues.latRef);
3965 LOGE("EXIFTAGID_GPS_LATITUDE_REF = %s", mExifValues.latRef);