HomeSort by relevance Sort by last modified time
    Searched refs:mymalloc (Results 1 - 10 of 10) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/audio/amigaos/
SDL_ahiaudio.c 38 #define mymalloc(x) AllocVec(x,MEMF_PUBLIC) macro
41 #define mymalloc malloc macro
305 mixbuf[0] = (Uint8 *)mymalloc(spec->size);
306 mixbuf[1] = (Uint8 *)mymalloc(spec->size);
310 if(!(audio_req[1]=mymalloc(sizeof(struct AHIRequest))))
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
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) function
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
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) function
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
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) function
    [all...]
OMX_G711Dec_Utils.c 95 #define newmalloc(x) mymalloc(__LINE__,__FILE__,x)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
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
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
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) function
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
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
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 2132 void * mymalloc(int line, char *s, int size) function
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 2255 void * mymalloc(int line, char *s, int size) function
    [all...]

Completed in 299 milliseconds