Home | History | Annotate | Download | only in HAL

Lines Matching full:rat_t

533     int32_t getExifFocalLength(rat_t *focalLenght);
536 int32_t getExifLatitude(rat_t *latitude, char *latRef);
537 int32_t getExifLongitude(rat_t *longitude, char *lonRef);
538 int32_t getExifAltitude(rat_t *altitude, char *altRef);
539 int32_t getExifGpsDateTimeStamp(char *gpsDateStamp, uint32_t bufLen, rat_t *gpsTimeStamp);
737 int parseGPSCoordinate(const char *coord_str, rat_t *coord);
738 int32_t getRational(rat_t *rat, int num, int denom);