HomeSort by relevance Sort by last modified time
    Searched defs:pU (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/libva/test/
loadsurface.h 122 unsigned char *pU = U_start + row * U_pitch;
128 *pU = *pU * (100 - alpha) / 100 + *qU * alpha/100;
131 pU += U_pixel_stride;
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 215 const unsigned char* pU = (const unsigned char*)p;
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;
327 if ( *(pU+0)==TIXML_UTF_LEAD_
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 215 const unsigned char* pU = (const unsigned char*)p;
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;
327 if ( *(pU+0)==TIXML_UTF_LEAD_
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 206 const unsigned char* pU = (const unsigned char*)p;
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;
318 if ( *(pU+0)==TIXML_UTF_LEAD_
    [all...]
  /external/qemu/android/camera/
camera-format-converters.c     [all...]

Completed in 293 milliseconds