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

/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c155 #define APP_IPRINT(...) fprintf(stderr,__VA_ARGS__) /* Information prints */ macro
157 #define APP_IPRINT(...) macro
205 APP_IPRINT("Memory not available\n");
216 APP_IPRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e);
224 APP_IPRINT("NULL can't be deleted\n");
229 APP_IPRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
238 APP_IPRINT("\n\nPointer not found. Line:%d File%s!!\n\n",line, s);
270 APP_IPRINT("***********************************\n"); \
271 APP_IPRINT("%d :: Malloc Failed\n",__LINE__); \
272 APP_IPRINT("***********************************\
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c144 #define APP_IPRINT(...) fprintf(stderr,__VA_ARGS__) /* Information prints */ macro
146 #define APP_IPRINT(...) macro
187 APP_IPRINT("Memory not available\n");
198 APP_IPRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e);
207 APP_IPRINT("NULL can't be deleted\n");
213 APP_IPRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q], dp, line, s);
223 APP_IPRINT("\n\nPointer not found. Line:%d File%s!!\n\n", line, s);
256 APP_IPRINT("***********************************\n"); \
257 APP_IPRINT("%d :: Malloc Failed\n",__LINE__); \
258 APP_IPRINT("***********************************\
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c69 #define APP_IPRINT(...) fprintf(stderr,__VA_ARGS__) /* Information prints */ macro
71 #define APP_IPRINT(...) macro
589 APP_IPRINT("------------------------------------------------------------\n");
590 APP_IPRINT("This is Main Thread In MPEG AAC ENCODER Test Application:\n");
591 APP_IPRINT("Test Core 1.5 - " __DATE__ ":" __TIME__ "\n");
592 APP_IPRINT("------------------------------------------------------------\n");
595 APP_IPRINT("Line %d\n",__LINE__);
597 APP_IPRINT("Line %d\n",__LINE__);
598 APP_IPRINT("eError = %d\n",GTeError);
600 APP_IPRINT("Lin
[all...]

Completed in 79 milliseconds