Lines Matching refs:pBuffer

764     static bool GetMpIndividualNum(u32* pBuffer, const MpAttribute* pAttr)  in GetMpIndividualNum()  argument
766 NN_ASSERT(pBuffer); in GetMpIndividualNum()
771 *pBuffer = pAttr->mpIndividualNum; in GetMpIndividualNum()
789 static bool GetMpPanOrientation(u32* pBuffer, const MpAttribute* pAttr) in GetMpPanOrientation() argument
791 NN_ASSERT(pBuffer); in GetMpPanOrientation()
796 *pBuffer = pAttr->panOrientation; in GetMpPanOrientation()
814 static bool GetMpPanOverlapH(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapH() argument
816 NN_ASSERT(pBuffer); in GetMpPanOverlapH()
821 *pBuffer = pAttr->panOverlapH; in GetMpPanOverlapH()
839 static bool GetMpPanOverlapV(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapV() argument
841 NN_ASSERT(pBuffer); in GetMpPanOverlapV()
846 *pBuffer = pAttr->panOverlapV; in GetMpPanOverlapV()
864 static bool GetMpBaseViewpointNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpBaseViewpointNum() argument
866 NN_ASSERT(pBuffer); in GetMpBaseViewpointNum()
871 *pBuffer = pAttr->baseViewpointNum; in GetMpBaseViewpointNum()
889 static bool GetMpConvergenceAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpConvergenceAngle() argument
891 NN_ASSERT(pBuffer); in GetMpConvergenceAngle()
896 *pBuffer = pAttr->convergenceAngle; in GetMpConvergenceAngle()
914 static bool GetMpBaselineLength(Rational* pBuffer, const MpAttribute* pAttr) in GetMpBaselineLength() argument
916 NN_ASSERT(pBuffer); in GetMpBaselineLength()
921 *pBuffer = pAttr->baselineLength; in GetMpBaselineLength()
939 static bool GetMpVerticalDivergence(Srational* pBuffer, const MpAttribute* pAttr) in GetMpVerticalDivergence() argument
941 NN_ASSERT(pBuffer); in GetMpVerticalDivergence()
946 *pBuffer = pAttr->verticalDivergence; in GetMpVerticalDivergence()
964 static bool GetMpAxisDistanceX(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceX() argument
966 NN_ASSERT(pBuffer); in GetMpAxisDistanceX()
971 *pBuffer = pAttr->axisDistanceX; in GetMpAxisDistanceX()
989 static bool GetMpAxisDistanceY(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceY() argument
991 NN_ASSERT(pBuffer); in GetMpAxisDistanceY()
996 *pBuffer = pAttr->axisDistanceY; in GetMpAxisDistanceY()
1014 static bool GetMpAxisDistanceZ(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceZ() argument
1016 NN_ASSERT(pBuffer); in GetMpAxisDistanceZ()
1021 *pBuffer = pAttr->axisDistanceZ; in GetMpAxisDistanceZ()
1039 static bool GetMpYawAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpYawAngle() argument
1041 NN_ASSERT(pBuffer); in GetMpYawAngle()
1046 *pBuffer = pAttr->yawAngle; in GetMpYawAngle()
1064 static bool GetMpPitchAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpPitchAngle() argument
1066 NN_ASSERT(pBuffer); in GetMpPitchAngle()
1071 *pBuffer = pAttr->pitchAngle; in GetMpPitchAngle()
1089 static bool GetMpRollAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpRollAngle() argument
1091 NN_ASSERT(pBuffer); in GetMpRollAngle()
1096 *pBuffer = pAttr->rollAngle; in GetMpRollAngle()
1134 …bool GetMpRegionsToBuildJpegData(MpRegionsToBuildJpegData* pBuffer, const u8* src, size_t srcSize);
1192 size_t GetLastDateTime(char* pBuffer) const;
1274 bool GetLastTwlPhotoMakerNote(u8* pBuffer) const;
1332 size_t GetLastImageUid(char* pBuffer);
1346 bool GetLastOrientation(u16* pBuffer);
1352 bool GetLastGpsData(GpsData* pBuffer);
1389 static bool GetGpsAltitudeRef(u8* pBuffer, const GpsData* pGps) in GetGpsAltitudeRef() argument
1391 NN_ASSERT(pBuffer); in GetGpsAltitudeRef()
1396 *pBuffer = pGps->altitudeRef; in GetGpsAltitudeRef()
1604 static bool GetGpsDifferential(u16* pBuffer, const GpsData* pGps) in GetGpsDifferential() argument
1606 NN_ASSERT(pBuffer); in GetGpsDifferential()
1611 *pBuffer = pGps->differential; in GetGpsDifferential()