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

  /hardware/ti/omap3/libstagefrighthw/
TIHardwareRenderer.cpp 101 const uint16_t* uSrc = (const uint16_t*) byteOffset(src, pixelCount);
102 const uint16_t* vSrc = (const uint16_t*) byteOffset(uSrc, pixelCount >> 2);
119 uint32_t u = *uSrc++;
  /external/icu4c/test/cintltst/
custrtrn.c 505 const UChar* uSrc = src16;
517 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err);
525 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err);
599 u_strToUTF8(NULL,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err);
605 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err);
    [all...]
creststn.c 381 static const UChar uSrc[] = {
438 if(u_strncmp(srcFromRes,uSrc,len)!=0){
442 if(uSrc[num]!=srcFromRes[num]){
443 log_verbose(" Expected: 0x%04X Got: 0x%04X \n", uSrc[num],srcFromRes[num]);
447 if (len != u_strlen(uSrc)) {
    [all...]
  /hardware/ti/omap3/libopencorehw/
android_surface_output_omap34xx.cpp 410 uint16_t* uSrc = (uint16_t*) byteOffset(src, pixelCount);
411 uint16_t* vSrc = (uint16_t*) byteOffset(uSrc, pixelCount >> 2);
428 uint32_t u = *uSrc++;
  /external/icu4c/test/perf/ustrperf/
stringperf.h 272 const UChar* uSrc = src_;
280 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err);
286 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err);
297 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
303 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);

Completed in 161 milliseconds