Searched defs:pU (Results 1 - 3 of 3) sorted by relevance

/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp215 const unsigned char* pU = (const unsigned char*)p; local
218 switch (*pU) {
268 if ( *(pU+1)==TIXML_UTF_LEAD_1 && *(pU+2)==TIXML_UTF_LEAD_2 )
270 else if ( *(pU+1)==0xbfU && *(pU+2)==0xbeU )
272 else if ( *(pU+1)==0xbfU && *(pU+2)==0xbfU )
324 const unsigned char* pU = (const unsigned char*)p; local
327 if ( *(pU
737 const unsigned char* pU = (const unsigned char*)p; local
[all...]
/external/tinyxml/
H A Dtinyxmlparser.cpp206 const unsigned char* pU = (const unsigned char*)p; local
209 switch (*pU) {
259 if ( *(pU+1)==TIXML_UTF_LEAD_1 && *(pU+2)==TIXML_UTF_LEAD_2 )
261 else if ( *(pU+1)==0xbfU && *(pU+2)==0xbeU )
263 else if ( *(pU+1)==0xbfU && *(pU+2)==0xbfU )
315 const unsigned char* pU = (const unsigned char*)p; local
318 if ( *(pU
714 const unsigned char* pU = (const unsigned char*)p; local
[all...]
/external/qemu/android/camera/
H A Dcamera-format-converters.c1017 uint8_t* pU = local
1022 pY += Y_next_pair, pU += UV_inc, pV += UV_inc) {
1027 R8G8B8ToYUV(r, g, b, pY, pU, pV);
1085 const uint8_t* pU = local
1090 pY += Y_next_pair, pU += UV_inc, pV += UV_inc) {
1092 const uint8_t U = *pU;
1204 uint8_t* pU = local
1209 pY += Y_next_pair, pU += UV_inc, pV += UV_inc) {
1214 R8G8B8ToYUV(r, g, b, pY, pU, pV);

Completed in 70 milliseconds