Home | History | Annotate | Download | only in HAL3

Lines Matching refs:lonRef

2112  *   @lonRef    : character to indicate longitude reference
2119 int32_t getExifLongitude(rat_t *longitude, char *lonRef, double value)
2129 lonRef[0] = 'W';
2131 lonRef[0] = 'E';
2133 lonRef[1] = '\0';
2352 char lonRef[2];
2353 rc = getExifLongitude(longitude, lonRef,
2364 (void *)lonRef);