Searched refs:mymalloc (Results 1 – 9 of 9) sorted by relevance
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
D | OMX_TI_Debug.h | 555 #define newmalloc(x) mymalloc(__LINE__,__FILE__,x) 558 void * mymalloc(int line, char *s, int size); 561 void * mymalloc(int line, char *s, int size) in mymalloc() function
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
D | G711DecTest.c | 101 #define newmalloc(x) mymalloc(__LINE__,__FILE__,x) 103 void * mymalloc(int line, char *s, int size); 1684 void * mymalloc(int line, char *s, int size) in mymalloc() function
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
D | WBAmrDecTest.c | 151 #define newmalloc(x) mymalloc(__LINE__,__FILE__,x) 154 void * mymalloc(int line, char *s, int size); 2069 void * mymalloc(int line, char *s, int size) function
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/ |
D | WmaDecTest.c | 113 #define newmalloc(x) mymalloc(__LINE__,__FILE__,x) 115 void * mymalloc(int line, char *s, int size); 1885 void * mymalloc(int line, char *s, int size) in mymalloc() function
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
D | OMX_G711Decoder.c | 83 #define newmalloc(x) mymalloc(__LINE__,__FILE__,x) 84 void * mymalloc(int line, char *s, int size); 2003 void * mymalloc(int line, char *s, int size) in mymalloc() function
|
D | OMX_G711Dec_Utils.c | 95 #define newmalloc(x) mymalloc(__LINE__,__FILE__,x)
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
D | AacEncTest.c | 128 #define newmalloc(x) mymalloc((x),(&ListHeader)) /* new prototype of malloc function */ 188 void * mymalloc(int size, ListMember** ListHeader ); 2471 void * mymalloc(int size,ListMember** ListHeader) function
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
D | OMX_WbAmrDecoder.c | 2132 void * mymalloc(int line, char *s, int size) in mymalloc() function
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
D | OMX_AmrDecoder.c | 2255 void * mymalloc(int line, char *s, int size) in mymalloc() function
|