Home | History | Annotate | Download | only in HAL3

Lines Matching refs:lonRef

2215  *   @lonRef    : character to indicate longitude reference
2222 int32_t getExifLongitude(rat_t *longitude, char *lonRef, double value)
2232 lonRef[0] = 'W';
2234 lonRef[0] = 'E';
2236 lonRef[1] = '\0';
2462 char lonRef[2];
2463 rc = getExifLongitude(longitude, lonRef,
2474 (void *)lonRef);