Lines Matching refs:pAttr
1159 bool GetMpAttribute(MpAttribute* pAttr, const u8* src, size_t srcSize);
1172 static bool GetMpIndividualNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpIndividualNum() argument
1175 NN_ASSERT(pAttr); in GetMpIndividualNum()
1177 if (pAttr->isMpIndividualNumValid) in GetMpIndividualNum()
1179 *pBuffer = pAttr->mpIndividualNum; in GetMpIndividualNum()
1197 static bool GetMpPanOrientation(u32* pBuffer, const MpAttribute* pAttr) in GetMpPanOrientation() argument
1200 NN_ASSERT(pAttr); in GetMpPanOrientation()
1202 if (pAttr->isPanOrientationValid) in GetMpPanOrientation()
1204 *pBuffer = pAttr->panOrientation; in GetMpPanOrientation()
1222 static bool GetMpPanOverlapH(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapH() argument
1225 NN_ASSERT(pAttr); in GetMpPanOverlapH()
1227 if (pAttr->isPanOverlapHValid) in GetMpPanOverlapH()
1229 *pBuffer = pAttr->panOverlapH; in GetMpPanOverlapH()
1247 static bool GetMpPanOverlapV(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapV() argument
1250 NN_ASSERT(pAttr); in GetMpPanOverlapV()
1252 if (pAttr->isPanOverlapVValid) in GetMpPanOverlapV()
1254 *pBuffer = pAttr->panOverlapV; in GetMpPanOverlapV()
1272 static bool GetMpBaseViewpointNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpBaseViewpointNum() argument
1275 NN_ASSERT(pAttr); in GetMpBaseViewpointNum()
1277 if (pAttr->isBaseViewpointNumValid) in GetMpBaseViewpointNum()
1279 *pBuffer = pAttr->baseViewpointNum; in GetMpBaseViewpointNum()
1297 static bool GetMpConvergenceAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpConvergenceAngle() argument
1300 NN_ASSERT(pAttr); in GetMpConvergenceAngle()
1302 if (pAttr->isConvergenceAngleValid) in GetMpConvergenceAngle()
1304 *pBuffer = pAttr->convergenceAngle; in GetMpConvergenceAngle()
1322 static bool GetMpBaselineLength(Rational* pBuffer, const MpAttribute* pAttr) in GetMpBaselineLength() argument
1325 NN_ASSERT(pAttr); in GetMpBaselineLength()
1327 if (pAttr->isBaselineLengthValid) in GetMpBaselineLength()
1329 *pBuffer = pAttr->baselineLength; in GetMpBaselineLength()
1347 static bool GetMpVerticalDivergence(Srational* pBuffer, const MpAttribute* pAttr) in GetMpVerticalDivergence() argument
1350 NN_ASSERT(pAttr); in GetMpVerticalDivergence()
1352 if (pAttr->isVerticalDivergenceValid) in GetMpVerticalDivergence()
1354 *pBuffer = pAttr->verticalDivergence; in GetMpVerticalDivergence()
1372 static bool GetMpAxisDistanceX(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceX() argument
1375 NN_ASSERT(pAttr); in GetMpAxisDistanceX()
1377 if (pAttr->isAxisDistanceXValid) in GetMpAxisDistanceX()
1379 *pBuffer = pAttr->axisDistanceX; in GetMpAxisDistanceX()
1397 static bool GetMpAxisDistanceY(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceY() argument
1400 NN_ASSERT(pAttr); in GetMpAxisDistanceY()
1402 if (pAttr->isAxisDistanceYValid) in GetMpAxisDistanceY()
1404 *pBuffer = pAttr->axisDistanceY; in GetMpAxisDistanceY()
1422 static bool GetMpAxisDistanceZ(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceZ() argument
1425 NN_ASSERT(pAttr); in GetMpAxisDistanceZ()
1427 if (pAttr->isAxisDistanceZValid) in GetMpAxisDistanceZ()
1429 *pBuffer = pAttr->axisDistanceZ; in GetMpAxisDistanceZ()
1447 static bool GetMpYawAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpYawAngle() argument
1450 NN_ASSERT(pAttr); in GetMpYawAngle()
1452 if (pAttr->isYawAngleValid) in GetMpYawAngle()
1454 *pBuffer = pAttr->yawAngle; in GetMpYawAngle()
1472 static bool GetMpPitchAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpPitchAngle() argument
1475 NN_ASSERT(pAttr); in GetMpPitchAngle()
1477 if (pAttr->isPitchAngleValid) in GetMpPitchAngle()
1479 *pBuffer = pAttr->pitchAngle; in GetMpPitchAngle()
1497 static bool GetMpRollAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpRollAngle() argument
1500 NN_ASSERT(pAttr); in GetMpRollAngle()
1502 if (pAttr->isRollAngleValid) in GetMpRollAngle()
1504 *pBuffer = pAttr->rollAngle; in GetMpRollAngle()