Home | History | Annotate | Download | only in HAL3

Lines Matching defs:lonRef

1505  *   @lonRef    : charater to indicate longitude reference
1512 char *lonRef, double value)
1522 lonRef[0] = 'W';
1524 lonRef[0] = 'E';
1526 lonRef[1] = '\0';
1707 char lonRef[2];
1708 rc = getExifLongitude(longitude, lonRef, *(mJpegSettings->gps_coordinates[1]));
1718 (void *)lonRef);