Home
last modified time | relevance | path

Searched defs:pAttr (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.13.2/include/nn/jpeg/CTR/
Djpeg_MpDecoder.h764 static bool GetMpIndividualNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpIndividualNum()
789 static bool GetMpPanOrientation(u32* pBuffer, const MpAttribute* pAttr) in GetMpPanOrientation()
814 static bool GetMpPanOverlapH(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapH()
839 static bool GetMpPanOverlapV(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapV()
864 static bool GetMpBaseViewpointNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpBaseViewpointNum()
889 static bool GetMpConvergenceAngle(Srational* pBuffer, const MpAttribute* pAttr) in GetMpConvergenceAngle()
914 static bool GetMpBaselineLength(Rational* pBuffer, const MpAttribute* pAttr) in GetMpBaselineLength()
939 static bool GetMpVerticalDivergence(Srational* pBuffer, const MpAttribute* pAttr) in GetMpVerticalDivergence()
964 static bool GetMpAxisDistanceX(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceX()
989 static bool GetMpAxisDistanceY(Srational* pBuffer, const MpAttribute* pAttr) in GetMpAxisDistanceY()
[all …]
/CTR-SDK-0.13.2/sources/libraries/test/
Dtest_XmlOutput.cpp108 for(Attribute* pAttr = m_Attributes.PopFront(); in ~Node() local
138 Attribute* pAttr = new Attribute(name, value); in SetAttribute() local
162 for(Attribute* pAttr = m_Attributes.GetFront(); in PrintBeginTag() local