Home | History | Annotate | Download | only in HAL3

Lines Matching defs: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';
1703 char lonRef[2];
1704 rc = getExifLongitude(longitude, lonRef, *(mJpegSettings->gps_coordinates[1]));
1714 (void *)lonRef);