Lines Matching refs:pValue
670 void SetMpPanOverlapH(const Rational* pValue) in SetMpPanOverlapH() argument
674 if (pValue) in SetMpPanOverlapH()
676 m_TemporarySetting.mpAttribute.panOverlapH = *pValue; in SetMpPanOverlapH()
713 void SetMpPanOverlapV(const Rational* pValue) in SetMpPanOverlapV() argument
717 if (pValue) in SetMpPanOverlapV()
719 m_TemporarySetting.mpAttribute.panOverlapV = *pValue; in SetMpPanOverlapV()
802 void SetMpConvergenceAngle(const Srational* pValue) in SetMpConvergenceAngle() argument
806 if (pValue) in SetMpConvergenceAngle()
808 m_TemporarySetting.mpAttribute.convergenceAngle = *pValue; in SetMpConvergenceAngle()
846 void SetMpBaselineLength(const Rational* pValue) in SetMpBaselineLength() argument
850 if (pValue) in SetMpBaselineLength()
852 m_TemporarySetting.mpAttribute.baselineLength = *pValue; in SetMpBaselineLength()
889 void SetMpVerticalDivergence(const Srational* pValue) in SetMpVerticalDivergence() argument
893 if (pValue) in SetMpVerticalDivergence()
895 m_TemporarySetting.mpAttribute.verticalDivergence = *pValue; in SetMpVerticalDivergence()
932 void SetMpAxisDistanceX(const Srational* pValue) in SetMpAxisDistanceX() argument
936 if (pValue) in SetMpAxisDistanceX()
938 m_TemporarySetting.mpAttribute.axisDistanceX = *pValue; in SetMpAxisDistanceX()
975 void SetMpAxisDistanceY(const Srational* pValue) in SetMpAxisDistanceY() argument
979 if (pValue) in SetMpAxisDistanceY()
981 m_TemporarySetting.mpAttribute.axisDistanceY = *pValue; in SetMpAxisDistanceY()
1018 void SetMpAxisDistanceZ(const Srational* pValue) in SetMpAxisDistanceZ() argument
1022 if (pValue) in SetMpAxisDistanceZ()
1024 m_TemporarySetting.mpAttribute.axisDistanceZ = *pValue; in SetMpAxisDistanceZ()
1061 void SetMpYawAngle(const Srational* pValue) in SetMpYawAngle() argument
1065 if (pValue) in SetMpYawAngle()
1067 m_TemporarySetting.mpAttribute.yawAngle = *pValue; in SetMpYawAngle()
1104 void SetMpPitchAngle(const Srational* pValue) in SetMpPitchAngle() argument
1108 if (pValue) in SetMpPitchAngle()
1110 m_TemporarySetting.mpAttribute.pitchAngle = *pValue; in SetMpPitchAngle()
1147 void SetMpRollAngle(const Srational* pValue) in SetMpRollAngle() argument
1151 if (pValue) in SetMpRollAngle()
1153 m_TemporarySetting.mpAttribute.rollAngle = *pValue; in SetMpRollAngle()
1270 static void SetGpsLatitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsLatitude() argument
1277 if (pValue) in SetGpsLatitude()
1279 memcpy(pGps->latitude, pValue, sizeof(pGps->latitude)); in SetGpsLatitude()
1316 static void SetGpsLongitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsLongitude() argument
1323 if (pValue) in SetGpsLongitude()
1325 memcpy(pGps->longitude, pValue, sizeof(pGps->longitude)); in SetGpsLongitude()
1364 static void SetGpsAltitude(GpsData* pGps, u8 ref, const Rational* pValue) in SetGpsAltitude() argument
1368 if (pValue) in SetGpsAltitude()
1371 memcpy(&pGps->altitude, pValue, sizeof(pGps->altitude)); in SetGpsAltitude()
1405 static void SetGpsTimeStamp(GpsData* pGps, const Rational* pValue) in SetGpsTimeStamp() argument
1409 if (pValue) in SetGpsTimeStamp()
1411 memcpy(pGps->timeStamp, pValue, sizeof(pGps->timeStamp)); in SetGpsTimeStamp()
1544 static void SetGpsDop(GpsData* pGps, const Rational* pValue) in SetGpsDop() argument
1548 if (pValue) in SetGpsDop()
1550 memcpy(&pGps->dop, pValue, sizeof(pGps->dop)); in SetGpsDop()
1587 static void SetGpsSpeed(GpsData* pGps, char ref, const Rational* pValue) in SetGpsSpeed() argument
1594 if (pValue) in SetGpsSpeed()
1596 memcpy(&pGps->speed, pValue, sizeof(pGps->speed)); in SetGpsSpeed()
1633 static void SetGpsTrack(GpsData* pGps, char ref, const Rational* pValue) in SetGpsTrack() argument
1640 if (pValue) in SetGpsTrack()
1642 memcpy(&pGps->track, pValue, sizeof(pGps->track)); in SetGpsTrack()
1679 static void SetGpsImgDirection(GpsData* pGps, char ref, const Rational* pValue) in SetGpsImgDirection() argument
1686 if (pValue) in SetGpsImgDirection()
1688 memcpy(&pGps->imgDirection, pValue, sizeof(pGps->imgDirection)); in SetGpsImgDirection()
1758 static void SetGpsDestLatitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsDestLatitude() argument
1765 if (pValue) in SetGpsDestLatitude()
1767 memcpy(pGps->destLatitude, pValue, sizeof(pGps->destLatitude)); in SetGpsDestLatitude()
1804 static void SetGpsDestLongitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsDestLongitude() argument
1811 if (pValue) in SetGpsDestLongitude()
1813 memcpy(pGps->destLongitude, pValue, sizeof(pGps->destLongitude)); in SetGpsDestLongitude()
1850 static void SetGpsDestBearing(GpsData* pGps, char ref, const Rational* pValue) in SetGpsDestBearing() argument
1857 if (pValue) in SetGpsDestBearing()
1859 memcpy(&pGps->destBearing, pValue, sizeof(pGps->destBearing)); in SetGpsDestBearing()
1896 static void SetGpsDestDistance(GpsData* pGps, char ref, const Rational* pValue) in SetGpsDestDistance() argument
1903 if (pValue) in SetGpsDestDistance()
1905 memcpy(&pGps->destDistance, pValue, sizeof(pGps->destDistance)); in SetGpsDestDistance()