Home | History | Annotate | Download | only in camera

Lines Matching refs:lonRef

4052         if(mExifValues.lonRef) {
4054 1, (void *)mExifValues.lonRef);
4200 mExifValues.lonRef[0] = 'W';
4202 mExifValues.lonRef[0] = 'E';
4204 mExifValues.lonRef[1] = '\0';
4206 ALOGV("EXIFTAGID_GPS_LONGITUDE_REF = %s", mExifValues.lonRef);
4207 mParameters.set(QCameraParameters::KEY_GPS_LONGITUDE_REF, mExifValues.lonRef);