Home | History | Annotate | Download | only in HAL3

Lines Matching refs:lonRef

1502  *   @lonRef    : charater to indicate longitude reference
1509 char *lonRef, double value)
1519 lonRef[0] = 'W';
1521 lonRef[0] = 'E';
1523 lonRef[1] = '\0';
1699 char lonRef[2];
1700 rc = getExifLongitude(longitude, lonRef, *(mJpegSettings->gps_coordinates[1]));
1710 (void *)lonRef);