Home
last modified time | relevance | path

Searched refs:destLatitude (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-1.3.0/CTR_SDK/include/nn/jpeg/CTR/
Djpeg_MpTypes.h318 Rational destLatitude[NUM_GPS_LATITUDE_RATIONALS]; //!< 目的地の緯度(数値)。 member
Djpeg_MpEncoder.h1767 memcpy(pGps->destLatitude, pValue, sizeof(pGps->destLatitude)); in SetGpsDestLatitude()
Djpeg_MpDecoder.h1885 return pGps->isDestLatitudeValid ? pGps->destLatitude : NULL; in GetGpsDestLatitude()