Home
last modified time | relevance | path

Searched refs:APP_IPRINT (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
DWbAmrEncTest.c144 #define APP_IPRINT(...) fprintf(stderr,__VA_ARGS__) /* Information prints */ macro
146 #define APP_IPRINT(...) macro
187 APP_IPRINT("Memory not available\n"); in mynewmalloc()
198APP_IPRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e); in mynewmalloc()
207 APP_IPRINT("NULL can't be deleted\n"); in mynewfree()
213 APP_IPRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q], dp, line, s); in mynewfree()
223 APP_IPRINT("\n\nPointer not found. Line:%d File%s!!\n\n", line, s); in mynewfree()
256 APP_IPRINT("***********************************\n"); \
257 APP_IPRINT("%d :: Malloc Failed\n",__LINE__); \
258 APP_IPRINT("***********************************\n"); \
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
DAmrEncTest.c155 #define APP_IPRINT(...) fprintf(stderr,__VA_ARGS__) /* Information prints */ macro
157 #define APP_IPRINT(...) macro
205 APP_IPRINT("Memory not available\n"); in mynewmalloc()
216APP_IPRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e); in mynewmalloc()
224 APP_IPRINT("NULL can't be deleted\n"); in mynewfree()
229 APP_IPRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s); in mynewfree()
238 APP_IPRINT("\n\nPointer not found. Line:%d File%s!!\n\n",line, s); in mynewfree()
270 APP_IPRINT("***********************************\n"); \
271 APP_IPRINT("%d :: Malloc Failed\n",__LINE__); \
272 APP_IPRINT("***********************************\n"); \
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
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("Line %d\n",__LINE__);
[all …]