Home | History | Annotate | Download | only in HAL3

Lines Matching refs:lonRef

2470  *   @lonRef    : character to indicate longitude reference
2477 int32_t getExifLongitude(rat_t *longitude, char *lonRef, double value)
2487 lonRef[0] = 'W';
2489 lonRef[0] = 'E';
2491 lonRef[1] = '\0';
2718 char lonRef[2];
2719 rc = getExifLongitude(longitude, lonRef,
2730 (void *)lonRef);