Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/jpeg/CTR/
Djpeg_MpDecoder.h751 bool GetMpAttribute(MpAttribute* pAttr, const u8* src, size_t srcSize);
764 static bool GetMpIndividualNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpIndividualNum() argument
767 NN_ASSERT(pAttr); in GetMpIndividualNum()
769 if (pAttr->isMpIndividualNumValid) in GetMpIndividualNum()
771 *pBuffer = pAttr->mpIndividualNum; in GetMpIndividualNum()
789 static bool GetMpPanOrientation(u32* pBuffer, const MpAttribute* pAttr) in GetMpPanOrientation() argument
792 NN_ASSERT(pAttr); in GetMpPanOrientation()
794 if (pAttr->isPanOrientationValid) in GetMpPanOrientation()
796 *pBuffer = pAttr->panOrientation; in GetMpPanOrientation()
814 static bool GetMpPanOverlapH(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapH() argument
[all …]
/CTR-SDK-0.13.2/sources/libraries/test/
Dtest_XmlOutput.cpp108 for(Attribute* pAttr = m_Attributes.PopFront(); in ~Node() local
109 pAttr; in ~Node()
110 pAttr = m_Attributes.PopFront()) in ~Node()
112 delete pAttr; in ~Node()
138 Attribute* pAttr = new Attribute(name, value); in SetAttribute() local
139 if(pAttr == NULL) in SetAttribute()
143 m_Attributes.PushBack(pAttr); in SetAttribute()
162 for(Attribute* pAttr = m_Attributes.GetFront(); in PrintBeginTag() local
163 pAttr; in PrintBeginTag()
164 pAttr = m_Attributes.GetNext(pAttr)) in PrintBeginTag()
[all …]