Lines Matching refs:pValue

406     static void SetGpsLatitude(GpsData* pGps, char ref, const Rational* pValue)  in SetGpsLatitude()  argument
413 if (pValue) in SetGpsLatitude()
415 memcpy(pGps->latitude, pValue, sizeof(pGps->latitude)); in SetGpsLatitude()
426 static void SetGpsLongitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsLongitude() argument
433 if (pValue) in SetGpsLongitude()
435 memcpy(pGps->longitude, pValue, sizeof(pGps->longitude)); in SetGpsLongitude()
446 static void SetGpsAltitude(GpsData* pGps, u8 ref, const Rational* pValue) in SetGpsAltitude() argument
450 if (pValue) in SetGpsAltitude()
453 memcpy(&pGps->altitude, pValue, sizeof(pGps->altitude)); in SetGpsAltitude()
464 static void SetGpsTimeStamp(GpsData* pGps, const Rational* pValue) in SetGpsTimeStamp() argument
468 if (pValue) in SetGpsTimeStamp()
470 memcpy(pGps->timeStamp, pValue, sizeof(pGps->timeStamp)); in SetGpsTimeStamp()
510 static void SetGpsDop(GpsData* pGps, const Rational* pValue) in SetGpsDop() argument
514 if (pValue) in SetGpsDop()
516 memcpy(&pGps->dop, pValue, sizeof(pGps->dop)); in SetGpsDop()
527 static void SetGpsSpeed(GpsData* pGps, char ref, const Rational* pValue) in SetGpsSpeed() argument
534 if (pValue) in SetGpsSpeed()
536 memcpy(&pGps->speed, pValue, sizeof(pGps->speed)); in SetGpsSpeed()
547 static void SetGpsTrack(GpsData* pGps, char ref, const Rational* pValue) in SetGpsTrack() argument
554 if (pValue) in SetGpsTrack()
556 memcpy(&pGps->track, pValue, sizeof(pGps->track)); in SetGpsTrack()
567 static void SetGpsImgDirection(GpsData* pGps, char ref, const Rational* pValue) in SetGpsImgDirection() argument
574 if (pValue) in SetGpsImgDirection()
576 memcpy(&pGps->imgDirection, pValue, sizeof(pGps->imgDirection)); in SetGpsImgDirection()
596 static void SetGpsDestLatitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsDestLatitude() argument
603 if (pValue) in SetGpsDestLatitude()
605 memcpy(pGps->destLatitude, pValue, sizeof(pGps->destLatitude)); in SetGpsDestLatitude()
616 static void SetGpsDestLongitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsDestLongitude() argument
623 if (pValue) in SetGpsDestLongitude()
625 memcpy(pGps->destLongitude, pValue, sizeof(pGps->destLongitude)); in SetGpsDestLongitude()
636 static void SetGpsDestBearing(GpsData* pGps, char ref, const Rational* pValue) in SetGpsDestBearing() argument
643 if (pValue) in SetGpsDestBearing()
645 memcpy(&pGps->destBearing, pValue, sizeof(pGps->destBearing)); in SetGpsDestBearing()
656 static void SetGpsDestDistance(GpsData* pGps, char ref, const Rational* pValue) in SetGpsDestDistance() argument
663 if (pValue) in SetGpsDestDistance()
665 memcpy(&pGps->destDistance, pValue, sizeof(pGps->destDistance)); in SetGpsDestDistance()
1007 void SetMpPanOverlapH(const Rational* pValue) in SetMpPanOverlapH() argument
1011 if (pValue) in SetMpPanOverlapH()
1013 m_TemporarySetting.mpAttribute.panOverlapH = *pValue; in SetMpPanOverlapH()
1050 void SetMpPanOverlapV(const Rational* pValue) in SetMpPanOverlapV() argument
1054 if (pValue) in SetMpPanOverlapV()
1056 m_TemporarySetting.mpAttribute.panOverlapV = *pValue; in SetMpPanOverlapV()
1139 void SetMpConvergenceAngle(const Srational* pValue) in SetMpConvergenceAngle() argument
1143 if (pValue) in SetMpConvergenceAngle()
1145 m_TemporarySetting.mpAttribute.convergenceAngle = *pValue; in SetMpConvergenceAngle()
1183 void SetMpBaselineLength(const Rational* pValue) in SetMpBaselineLength() argument
1187 if (pValue) in SetMpBaselineLength()
1189 m_TemporarySetting.mpAttribute.baselineLength = *pValue; in SetMpBaselineLength()
1226 void SetMpVerticalDivergence(const Srational* pValue) in SetMpVerticalDivergence() argument
1230 if (pValue) in SetMpVerticalDivergence()
1232 m_TemporarySetting.mpAttribute.verticalDivergence = *pValue; in SetMpVerticalDivergence()
1269 void SetMpAxisDistanceX(const Srational* pValue) in SetMpAxisDistanceX() argument
1273 if (pValue) in SetMpAxisDistanceX()
1275 m_TemporarySetting.mpAttribute.axisDistanceX = *pValue; in SetMpAxisDistanceX()
1312 void SetMpAxisDistanceY(const Srational* pValue) in SetMpAxisDistanceY() argument
1316 if (pValue) in SetMpAxisDistanceY()
1318 m_TemporarySetting.mpAttribute.axisDistanceY = *pValue; in SetMpAxisDistanceY()
1355 void SetMpAxisDistanceZ(const Srational* pValue) in SetMpAxisDistanceZ() argument
1359 if (pValue) in SetMpAxisDistanceZ()
1361 m_TemporarySetting.mpAttribute.axisDistanceZ = *pValue; in SetMpAxisDistanceZ()
1398 void SetMpYawAngle(const Srational* pValue) in SetMpYawAngle() argument
1402 if (pValue) in SetMpYawAngle()
1404 m_TemporarySetting.mpAttribute.yawAngle = *pValue; in SetMpYawAngle()
1441 void SetMpPitchAngle(const Srational* pValue) in SetMpPitchAngle() argument
1445 if (pValue) in SetMpPitchAngle()
1447 m_TemporarySetting.mpAttribute.pitchAngle = *pValue; in SetMpPitchAngle()
1484 void SetMpRollAngle(const Srational* pValue) in SetMpRollAngle() argument
1488 if (pValue) in SetMpRollAngle()
1490 m_TemporarySetting.mpAttribute.rollAngle = *pValue; in SetMpRollAngle()