Searched defs:PRINT (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.h106 #define PRINT(...) fprintf(stdout,__VA_ARGS__) macro
108 #define PRINT(...) macro
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c51 #define PRINT printf macro
55 #define PRINT(str,args...) fprintf(stdout,"[%s] %s():%d: *** "str"",__FILE__,__FUNCTION__,__LINE__,##args) macro
57 #define PRINT(str, args...) macro
106 PRINT("411 file new nWidth %d \n", nWidth);
110 PRINT("new nHeight %d \n", nHeight);
198 PRINT ("Size is %d \n", (int)lSize);
228 PRINT("MARKER IS %x\n",marker);
234 PRINT("too many padding bytes\n");
244 PRINT("too many padding bytes!");
259 PRINT("invali
[all...]

Completed in 140 milliseconds