Searched refs:G722ENC_CACHE_ALIGN_MALLOC (Results 1 – 3 of 3) sorted by relevance
105 #define G722ENC_CACHE_ALIGN_MALLOC 256 macro630 pInputBuffer = (OMX_U8*)malloc(inBufSize+G722ENC_CACHE_ALIGN_MALLOC);639 pOutputBuffer= (OMX_U8*)malloc (outBufSize+G722ENC_CACHE_ALIGN_MALLOC);
117 #define G722ENC_CACHE_ALIGN_MALLOC 256 macro
1694 pBufferHeader->pBuffer = (OMX_U8 *)malloc(nSizeBytes + G722ENC_CACHE_ALIGN_MALLOC); in AllocateBuffer()1697 memset (pBufferHeader->pBuffer, 0, nSizeBytes + G722ENC_CACHE_ALIGN_MALLOC); in AllocateBuffer()