Lines Matching refs:pAttr
1181 bool GetMpAttribute(MpAttribute* pAttr, const u8* src, size_t srcSize);
1194 static bool GetMpIndividualNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpIndividualNum() argument
1197 NN_ASSERT(pAttr); in GetMpIndividualNum()
1199 if (pAttr->isMpIndividualNumValid) in GetMpIndividualNum()
1201 *pBuffer = pAttr->mpIndividualNum; in GetMpIndividualNum()
1219 static bool GetMpPanOrientation(u32* pBuffer, const MpAttribute* pAttr) in GetMpPanOrientation() argument
1222 NN_ASSERT(pAttr); in GetMpPanOrientation()
1224 if (pAttr->isPanOrientationValid) in GetMpPanOrientation()
1226 *pBuffer = pAttr->panOrientation; in GetMpPanOrientation()
1244 static bool GetMpPanOverlapH(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapH() argument
1247 NN_ASSERT(pAttr); in GetMpPanOverlapH()
1249 if (pAttr->isPanOverlapHValid) in GetMpPanOverlapH()
1251 *pBuffer = pAttr->panOverlapH; in GetMpPanOverlapH()
1269 static bool GetMpPanOverlapV(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapV() argument
1272 NN_ASSERT(pAttr); in GetMpPanOverlapV()
1274 if (pAttr->isPanOverlapVValid) in GetMpPanOverlapV()
1276 *pBuffer = pAttr->panOverlapV; in GetMpPanOverlapV()
1294 static bool GetMpBaseViewpointNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpBaseViewpointNum() argument
1297 NN_ASSERT(pAttr); in GetMpBaseViewpointNum()
1299 if (pAttr->isBaseViewpointNumValid) in GetMpBaseViewpointNum()
1301 *pBuffer = pAttr->baseViewpointNum; in GetMpBaseViewpointNum()
1319 static bool GetMpConvergenceAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpConvergenceAngle() argument
1322 NN_ASSERT(pAttr); in GetMpConvergenceAngle()
1324 if (pAttr->isConvergenceAngleValid) in GetMpConvergenceAngle()
1326 *pBuffer = pAttr->convergenceAngle; in GetMpConvergenceAngle()
1344 static bool GetMpBaselineLength(Rational* pBuffer, const MpAttribute* pAttr) in GetMpBaselineLength() argument
1347 NN_ASSERT(pAttr); in GetMpBaselineLength()
1349 if (pAttr->isBaselineLengthValid) in GetMpBaselineLength()
1351 *pBuffer = pAttr->baselineLength; in GetMpBaselineLength()
1369 static bool GetMpVerticalDivergence(Srational* pBuffer, const MpAttribute* pAttr) in GetMpVerticalDivergence() argument
1372 NN_ASSERT(pAttr); in GetMpVerticalDivergence()
1374 if (pAttr->isVerticalDivergenceValid) in GetMpVerticalDivergence()
1376 *pBuffer = pAttr->verticalDivergence; in GetMpVerticalDivergence()
1394 static bool GetMpAxisDistanceX(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceX() argument
1397 NN_ASSERT(pAttr); in GetMpAxisDistanceX()
1399 if (pAttr->isAxisDistanceXValid) in GetMpAxisDistanceX()
1401 *pBuffer = pAttr->axisDistanceX; in GetMpAxisDistanceX()
1419 static bool GetMpAxisDistanceY(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceY() argument
1422 NN_ASSERT(pAttr); in GetMpAxisDistanceY()
1424 if (pAttr->isAxisDistanceYValid) in GetMpAxisDistanceY()
1426 *pBuffer = pAttr->axisDistanceY; in GetMpAxisDistanceY()
1444 static bool GetMpAxisDistanceZ(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceZ() argument
1447 NN_ASSERT(pAttr); in GetMpAxisDistanceZ()
1449 if (pAttr->isAxisDistanceZValid) in GetMpAxisDistanceZ()
1451 *pBuffer = pAttr->axisDistanceZ; in GetMpAxisDistanceZ()
1469 static bool GetMpYawAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpYawAngle() argument
1472 NN_ASSERT(pAttr); in GetMpYawAngle()
1474 if (pAttr->isYawAngleValid) in GetMpYawAngle()
1476 *pBuffer = pAttr->yawAngle; in GetMpYawAngle()
1494 static bool GetMpPitchAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpPitchAngle() argument
1497 NN_ASSERT(pAttr); in GetMpPitchAngle()
1499 if (pAttr->isPitchAngleValid) in GetMpPitchAngle()
1501 *pBuffer = pAttr->pitchAngle; in GetMpPitchAngle()
1519 static bool GetMpRollAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpRollAngle() argument
1522 NN_ASSERT(pAttr); in GetMpRollAngle()
1524 if (pAttr->isRollAngleValid) in GetMpRollAngle()
1526 *pBuffer = pAttr->rollAngle; in GetMpRollAngle()