Lines Matching refs:pAttr
751 bool GetMpAttribute(MpAttribute* pAttr, const u8* src, size_t srcSize);
764 static bool GetMpIndividualNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpIndividualNum() argument
767 NN_ASSERT(pAttr); in GetMpIndividualNum()
769 if (pAttr->isMpIndividualNumValid) in GetMpIndividualNum()
771 *pBuffer = pAttr->mpIndividualNum; in GetMpIndividualNum()
789 static bool GetMpPanOrientation(u32* pBuffer, const MpAttribute* pAttr) in GetMpPanOrientation() argument
792 NN_ASSERT(pAttr); in GetMpPanOrientation()
794 if (pAttr->isPanOrientationValid) in GetMpPanOrientation()
796 *pBuffer = pAttr->panOrientation; in GetMpPanOrientation()
814 static bool GetMpPanOverlapH(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapH() argument
817 NN_ASSERT(pAttr); in GetMpPanOverlapH()
819 if (pAttr->isPanOverlapHValid) in GetMpPanOverlapH()
821 *pBuffer = pAttr->panOverlapH; in GetMpPanOverlapH()
839 static bool GetMpPanOverlapV(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapV() argument
842 NN_ASSERT(pAttr); in GetMpPanOverlapV()
844 if (pAttr->isPanOverlapVValid) in GetMpPanOverlapV()
846 *pBuffer = pAttr->panOverlapV; in GetMpPanOverlapV()
864 static bool GetMpBaseViewpointNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpBaseViewpointNum() argument
867 NN_ASSERT(pAttr); in GetMpBaseViewpointNum()
869 if (pAttr->isBaseViewpointNumValid) in GetMpBaseViewpointNum()
871 *pBuffer = pAttr->baseViewpointNum; in GetMpBaseViewpointNum()
889 static bool GetMpConvergenceAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpConvergenceAngle() argument
892 NN_ASSERT(pAttr); in GetMpConvergenceAngle()
894 if (pAttr->isConvergenceAngleValid) in GetMpConvergenceAngle()
896 *pBuffer = pAttr->convergenceAngle; in GetMpConvergenceAngle()
914 static bool GetMpBaselineLength(Rational* pBuffer, const MpAttribute* pAttr) in GetMpBaselineLength() argument
917 NN_ASSERT(pAttr); in GetMpBaselineLength()
919 if (pAttr->isBaselineLengthValid) in GetMpBaselineLength()
921 *pBuffer = pAttr->baselineLength; in GetMpBaselineLength()
939 static bool GetMpVerticalDivergence(Srational* pBuffer, const MpAttribute* pAttr) in GetMpVerticalDivergence() argument
942 NN_ASSERT(pAttr); in GetMpVerticalDivergence()
944 if (pAttr->isVerticalDivergenceValid) in GetMpVerticalDivergence()
946 *pBuffer = pAttr->verticalDivergence; in GetMpVerticalDivergence()
964 static bool GetMpAxisDistanceX(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceX() argument
967 NN_ASSERT(pAttr); in GetMpAxisDistanceX()
969 if (pAttr->isAxisDistanceXValid) in GetMpAxisDistanceX()
971 *pBuffer = pAttr->axisDistanceX; in GetMpAxisDistanceX()
989 static bool GetMpAxisDistanceY(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceY() argument
992 NN_ASSERT(pAttr); in GetMpAxisDistanceY()
994 if (pAttr->isAxisDistanceYValid) in GetMpAxisDistanceY()
996 *pBuffer = pAttr->axisDistanceY; in GetMpAxisDistanceY()
1014 static bool GetMpAxisDistanceZ(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceZ() argument
1017 NN_ASSERT(pAttr); in GetMpAxisDistanceZ()
1019 if (pAttr->isAxisDistanceZValid) in GetMpAxisDistanceZ()
1021 *pBuffer = pAttr->axisDistanceZ; in GetMpAxisDistanceZ()
1039 static bool GetMpYawAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpYawAngle() argument
1042 NN_ASSERT(pAttr); in GetMpYawAngle()
1044 if (pAttr->isYawAngleValid) in GetMpYawAngle()
1046 *pBuffer = pAttr->yawAngle; in GetMpYawAngle()
1064 static bool GetMpPitchAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpPitchAngle() argument
1067 NN_ASSERT(pAttr); in GetMpPitchAngle()
1069 if (pAttr->isPitchAngleValid) in GetMpPitchAngle()
1071 *pBuffer = pAttr->pitchAngle; in GetMpPitchAngle()
1089 static bool GetMpRollAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpRollAngle() argument
1092 NN_ASSERT(pAttr); in GetMpRollAngle()
1094 if (pAttr->isRollAngleValid) in GetMpRollAngle()
1096 *pBuffer = pAttr->rollAngle; in GetMpRollAngle()