Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/jpeg/CTR/
Djpeg_MpDecoder.h1181 bool GetMpAttribute(MpAttribute* pAttr, const u8* src, size_t srcSize);
1194 static bool GetMpIndividualNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpIndividualNum() argument
1197 NN_ASSERT(pAttr); in GetMpIndividualNum()
1199 if (pAttr->isMpIndividualNumValid) in GetMpIndividualNum()
1201 *pBuffer = pAttr->mpIndividualNum; in GetMpIndividualNum()
1219 static bool GetMpPanOrientation(u32* pBuffer, const MpAttribute* pAttr) in GetMpPanOrientation() argument
1222 NN_ASSERT(pAttr); in GetMpPanOrientation()
1224 if (pAttr->isPanOrientationValid) in GetMpPanOrientation()
1226 *pBuffer = pAttr->panOrientation; in GetMpPanOrientation()
1244 static bool GetMpPanOverlapH(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapH() argument
[all …]
/CTR-SDK-2.4.0/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 …]