Lines Matching refs:pBuffer

624 …bool GetMpRegionsToBuildJpegData(MpRegionsToBuildJpegData* pBuffer, const u8* src, size_t srcSize);
720 size_t GetLastDateTime(char* pBuffer) const;
821 bool GetLastTwlPhotoMakerNote(u8* pBuffer) const;
879 size_t GetLastImageUid(char* pBuffer);
893 bool GetLastOrientation(u16* pBuffer);
1194 static bool GetMpIndividualNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpIndividualNum() argument
1196 NN_ASSERT(pBuffer); in GetMpIndividualNum()
1201 *pBuffer = pAttr->mpIndividualNum; in GetMpIndividualNum()
1219 static bool GetMpPanOrientation(u32* pBuffer, const MpAttribute* pAttr) in GetMpPanOrientation() argument
1221 NN_ASSERT(pBuffer); in GetMpPanOrientation()
1226 *pBuffer = pAttr->panOrientation; in GetMpPanOrientation()
1244 static bool GetMpPanOverlapH(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapH() argument
1246 NN_ASSERT(pBuffer); in GetMpPanOverlapH()
1251 *pBuffer = pAttr->panOverlapH; in GetMpPanOverlapH()
1269 static bool GetMpPanOverlapV(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapV() argument
1271 NN_ASSERT(pBuffer); in GetMpPanOverlapV()
1276 *pBuffer = pAttr->panOverlapV; in GetMpPanOverlapV()
1294 static bool GetMpBaseViewpointNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpBaseViewpointNum() argument
1296 NN_ASSERT(pBuffer); in GetMpBaseViewpointNum()
1301 *pBuffer = pAttr->baseViewpointNum; in GetMpBaseViewpointNum()
1319 static bool GetMpConvergenceAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpConvergenceAngle() argument
1321 NN_ASSERT(pBuffer); in GetMpConvergenceAngle()
1326 *pBuffer = pAttr->convergenceAngle; in GetMpConvergenceAngle()
1344 static bool GetMpBaselineLength(Rational* pBuffer, const MpAttribute* pAttr) in GetMpBaselineLength() argument
1346 NN_ASSERT(pBuffer); in GetMpBaselineLength()
1351 *pBuffer = pAttr->baselineLength; in GetMpBaselineLength()
1369 static bool GetMpVerticalDivergence(Srational* pBuffer, const MpAttribute* pAttr) in GetMpVerticalDivergence() argument
1371 NN_ASSERT(pBuffer); in GetMpVerticalDivergence()
1376 *pBuffer = pAttr->verticalDivergence; in GetMpVerticalDivergence()
1394 static bool GetMpAxisDistanceX(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceX() argument
1396 NN_ASSERT(pBuffer); in GetMpAxisDistanceX()
1401 *pBuffer = pAttr->axisDistanceX; in GetMpAxisDistanceX()
1419 static bool GetMpAxisDistanceY(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceY() argument
1421 NN_ASSERT(pBuffer); in GetMpAxisDistanceY()
1426 *pBuffer = pAttr->axisDistanceY; in GetMpAxisDistanceY()
1444 static bool GetMpAxisDistanceZ(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceZ() argument
1446 NN_ASSERT(pBuffer); in GetMpAxisDistanceZ()
1451 *pBuffer = pAttr->axisDistanceZ; in GetMpAxisDistanceZ()
1469 static bool GetMpYawAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpYawAngle() argument
1471 NN_ASSERT(pBuffer); in GetMpYawAngle()
1476 *pBuffer = pAttr->yawAngle; in GetMpYawAngle()
1494 static bool GetMpPitchAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpPitchAngle() argument
1496 NN_ASSERT(pBuffer); in GetMpPitchAngle()
1501 *pBuffer = pAttr->pitchAngle; in GetMpPitchAngle()
1519 static bool GetMpRollAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpRollAngle() argument
1521 NN_ASSERT(pBuffer); in GetMpRollAngle()
1526 *pBuffer = pAttr->rollAngle; in GetMpRollAngle()
1554 bool GetLastGpsData(GpsData* pBuffer);
1649 static bool GetGpsAltitudeRef(u8* pBuffer, const GpsData* pGps) in GetGpsAltitudeRef() argument
1651 NN_ASSERT(pBuffer); in GetGpsAltitudeRef()
1656 *pBuffer = pGps->altitudeRef; in GetGpsAltitudeRef()
2142 static bool GetGpsDifferential(u16* pBuffer, const GpsData* pGps) in GetGpsDifferential() argument
2144 NN_ASSERT(pBuffer); in GetGpsDifferential()
2149 *pBuffer = pGps->differential; in GetGpsDifferential()