Lines Matching refs:pValue
672 void SetMpPanOverlapH(const Rational* pValue) in SetMpPanOverlapH() argument
676 if (pValue) in SetMpPanOverlapH()
678 m_TemporarySetting.mpAttribute.panOverlapH = *pValue; in SetMpPanOverlapH()
715 void SetMpPanOverlapV(const Rational* pValue) in SetMpPanOverlapV() argument
719 if (pValue) in SetMpPanOverlapV()
721 m_TemporarySetting.mpAttribute.panOverlapV = *pValue; in SetMpPanOverlapV()
804 void SetMpConvergenceAngle(const Srational* pValue) in SetMpConvergenceAngle() argument
808 if (pValue) in SetMpConvergenceAngle()
810 m_TemporarySetting.mpAttribute.convergenceAngle = *pValue; in SetMpConvergenceAngle()
848 void SetMpBaselineLength(const Rational* pValue) in SetMpBaselineLength() argument
852 if (pValue) in SetMpBaselineLength()
854 m_TemporarySetting.mpAttribute.baselineLength = *pValue; in SetMpBaselineLength()
891 void SetMpVerticalDivergence(const Srational* pValue) in SetMpVerticalDivergence() argument
895 if (pValue) in SetMpVerticalDivergence()
897 m_TemporarySetting.mpAttribute.verticalDivergence = *pValue; in SetMpVerticalDivergence()
934 void SetMpAxisDistanceX(const Srational* pValue) in SetMpAxisDistanceX() argument
938 if (pValue) in SetMpAxisDistanceX()
940 m_TemporarySetting.mpAttribute.axisDistanceX = *pValue; in SetMpAxisDistanceX()
977 void SetMpAxisDistanceY(const Srational* pValue) in SetMpAxisDistanceY() argument
981 if (pValue) in SetMpAxisDistanceY()
983 m_TemporarySetting.mpAttribute.axisDistanceY = *pValue; in SetMpAxisDistanceY()
1020 void SetMpAxisDistanceZ(const Srational* pValue) in SetMpAxisDistanceZ() argument
1024 if (pValue) in SetMpAxisDistanceZ()
1026 m_TemporarySetting.mpAttribute.axisDistanceZ = *pValue; in SetMpAxisDistanceZ()
1063 void SetMpYawAngle(const Srational* pValue) in SetMpYawAngle() argument
1067 if (pValue) in SetMpYawAngle()
1069 m_TemporarySetting.mpAttribute.yawAngle = *pValue; in SetMpYawAngle()
1106 void SetMpPitchAngle(const Srational* pValue) in SetMpPitchAngle() argument
1110 if (pValue) in SetMpPitchAngle()
1112 m_TemporarySetting.mpAttribute.pitchAngle = *pValue; in SetMpPitchAngle()
1149 void SetMpRollAngle(const Srational* pValue) in SetMpRollAngle() argument
1153 if (pValue) in SetMpRollAngle()
1155 m_TemporarySetting.mpAttribute.rollAngle = *pValue; in SetMpRollAngle()
1272 static void SetGpsLatitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsLatitude() argument
1279 if (pValue) in SetGpsLatitude()
1281 memcpy(pGps->latitude, pValue, sizeof(pGps->latitude)); in SetGpsLatitude()
1318 static void SetGpsLongitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsLongitude() argument
1325 if (pValue) in SetGpsLongitude()
1327 memcpy(pGps->longitude, pValue, sizeof(pGps->longitude)); in SetGpsLongitude()
1366 static void SetGpsAltitude(GpsData* pGps, u8 ref, const Rational* pValue) in SetGpsAltitude() argument
1370 if (pValue) in SetGpsAltitude()
1373 memcpy(&pGps->altitude, pValue, sizeof(pGps->altitude)); in SetGpsAltitude()
1407 static void SetGpsTimeStamp(GpsData* pGps, const Rational* pValue) in SetGpsTimeStamp() argument
1411 if (pValue) in SetGpsTimeStamp()
1413 memcpy(pGps->timeStamp, pValue, sizeof(pGps->timeStamp)); in SetGpsTimeStamp()
1546 static void SetGpsDop(GpsData* pGps, const Rational* pValue) in SetGpsDop() argument
1550 if (pValue) in SetGpsDop()
1552 memcpy(&pGps->dop, pValue, sizeof(pGps->dop)); in SetGpsDop()
1589 static void SetGpsSpeed(GpsData* pGps, char ref, const Rational* pValue) in SetGpsSpeed() argument
1596 if (pValue) in SetGpsSpeed()
1598 memcpy(&pGps->speed, pValue, sizeof(pGps->speed)); in SetGpsSpeed()
1635 static void SetGpsTrack(GpsData* pGps, char ref, const Rational* pValue) in SetGpsTrack() argument
1642 if (pValue) in SetGpsTrack()
1644 memcpy(&pGps->track, pValue, sizeof(pGps->track)); in SetGpsTrack()
1681 static void SetGpsImgDirection(GpsData* pGps, char ref, const Rational* pValue) in SetGpsImgDirection() argument
1688 if (pValue) in SetGpsImgDirection()
1690 memcpy(&pGps->imgDirection, pValue, sizeof(pGps->imgDirection)); in SetGpsImgDirection()
1760 static void SetGpsDestLatitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsDestLatitude() argument
1767 if (pValue) in SetGpsDestLatitude()
1769 memcpy(pGps->destLatitude, pValue, sizeof(pGps->destLatitude)); in SetGpsDestLatitude()
1806 static void SetGpsDestLongitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsDestLongitude() argument
1813 if (pValue) in SetGpsDestLongitude()
1815 memcpy(pGps->destLongitude, pValue, sizeof(pGps->destLongitude)); in SetGpsDestLongitude()
1852 static void SetGpsDestBearing(GpsData* pGps, char ref, const Rational* pValue) in SetGpsDestBearing() argument
1859 if (pValue) in SetGpsDestBearing()
1861 memcpy(&pGps->destBearing, pValue, sizeof(pGps->destBearing)); in SetGpsDestBearing()
1898 static void SetGpsDestDistance(GpsData* pGps, char ref, const Rational* pValue) in SetGpsDestDistance() argument
1905 if (pValue) in SetGpsDestDistance()
1907 memcpy(&pGps->destDistance, pValue, sizeof(pGps->destDistance)); in SetGpsDestDistance()