Lines Matching refs:pBuffer

622 …bool GetMpRegionsToBuildJpegData(MpRegionsToBuildJpegData* pBuffer, const u8* src, size_t srcSize);
716 size_t GetLastDateTime(char* pBuffer) const;
799 bool GetLastTwlPhotoMakerNote(u8* pBuffer) const;
857 size_t GetLastImageUid(char* pBuffer);
871 bool GetLastOrientation(u16* pBuffer);
1172 static bool GetMpIndividualNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpIndividualNum() argument
1174 NN_ASSERT(pBuffer); in GetMpIndividualNum()
1179 *pBuffer = pAttr->mpIndividualNum; in GetMpIndividualNum()
1197 static bool GetMpPanOrientation(u32* pBuffer, const MpAttribute* pAttr) in GetMpPanOrientation() argument
1199 NN_ASSERT(pBuffer); in GetMpPanOrientation()
1204 *pBuffer = pAttr->panOrientation; in GetMpPanOrientation()
1222 static bool GetMpPanOverlapH(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapH() argument
1224 NN_ASSERT(pBuffer); in GetMpPanOverlapH()
1229 *pBuffer = pAttr->panOverlapH; in GetMpPanOverlapH()
1247 static bool GetMpPanOverlapV(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapV() argument
1249 NN_ASSERT(pBuffer); in GetMpPanOverlapV()
1254 *pBuffer = pAttr->panOverlapV; in GetMpPanOverlapV()
1272 static bool GetMpBaseViewpointNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpBaseViewpointNum() argument
1274 NN_ASSERT(pBuffer); in GetMpBaseViewpointNum()
1279 *pBuffer = pAttr->baseViewpointNum; in GetMpBaseViewpointNum()
1297 static bool GetMpConvergenceAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpConvergenceAngle() argument
1299 NN_ASSERT(pBuffer); in GetMpConvergenceAngle()
1304 *pBuffer = pAttr->convergenceAngle; in GetMpConvergenceAngle()
1322 static bool GetMpBaselineLength(Rational* pBuffer, const MpAttribute* pAttr) in GetMpBaselineLength() argument
1324 NN_ASSERT(pBuffer); in GetMpBaselineLength()
1329 *pBuffer = pAttr->baselineLength; in GetMpBaselineLength()
1347 static bool GetMpVerticalDivergence(Srational* pBuffer, const MpAttribute* pAttr) in GetMpVerticalDivergence() argument
1349 NN_ASSERT(pBuffer); in GetMpVerticalDivergence()
1354 *pBuffer = pAttr->verticalDivergence; in GetMpVerticalDivergence()
1372 static bool GetMpAxisDistanceX(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceX() argument
1374 NN_ASSERT(pBuffer); in GetMpAxisDistanceX()
1379 *pBuffer = pAttr->axisDistanceX; in GetMpAxisDistanceX()
1397 static bool GetMpAxisDistanceY(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceY() argument
1399 NN_ASSERT(pBuffer); in GetMpAxisDistanceY()
1404 *pBuffer = pAttr->axisDistanceY; in GetMpAxisDistanceY()
1422 static bool GetMpAxisDistanceZ(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceZ() argument
1424 NN_ASSERT(pBuffer); in GetMpAxisDistanceZ()
1429 *pBuffer = pAttr->axisDistanceZ; in GetMpAxisDistanceZ()
1447 static bool GetMpYawAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpYawAngle() argument
1449 NN_ASSERT(pBuffer); in GetMpYawAngle()
1454 *pBuffer = pAttr->yawAngle; in GetMpYawAngle()
1472 static bool GetMpPitchAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpPitchAngle() argument
1474 NN_ASSERT(pBuffer); in GetMpPitchAngle()
1479 *pBuffer = pAttr->pitchAngle; in GetMpPitchAngle()
1497 static bool GetMpRollAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpRollAngle() argument
1499 NN_ASSERT(pBuffer); in GetMpRollAngle()
1504 *pBuffer = pAttr->rollAngle; in GetMpRollAngle()
1532 bool GetLastGpsData(GpsData* pBuffer);
1627 static bool GetGpsAltitudeRef(u8* pBuffer, const GpsData* pGps) in GetGpsAltitudeRef() argument
1629 NN_ASSERT(pBuffer); in GetGpsAltitudeRef()
1634 *pBuffer = pGps->altitudeRef; in GetGpsAltitudeRef()
2120 static bool GetGpsDifferential(u16* pBuffer, const GpsData* pGps) in GetGpsDifferential() argument
2122 NN_ASSERT(pBuffer); in GetGpsDifferential()
2127 *pBuffer = pGps->differential; in GetGpsDifferential()