Home | History | Annotate | Download | only in camera

Lines Matching full:rat_t

700 rat_t getRational(int num, int denom)
702 rat_t temp = {num, denom};
4018 mExifData[index].tag_entry.data._rats = (rat_t *)data;
4020 mExifData[index].tag_entry.data._rat = *(rat_t *)data;
4159 rat_t temp;
4295 //coord is rat_t[3]
4296 void QCameraHardwareInterface::parseGPSCoordinate(const char *latlonString, rat_t* coord)