HomeSort by relevance Sort by last modified time
    Searched full:pchr (Results 1 - 1 of 1) sorted by null

  /development/tools/yuv420sp2rgb/
debug.c 10 char *pchr = (char *)b; local
23 if (isprint(pchr[last]))
24 fputc(pchr[last], s);
33 fprintf(s, "%02x", (unsigned char)pchr[i]);

Completed in 6423 milliseconds