/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
mem_align.h | 29 extern void *mem_malloc(VO_MEM_OPERATOR *pMemop, unsigned int size, unsigned char alignment, unsigned int CodecID);
|
typedefs.h | 206 #define mem_malloc voAWB_mem_malloc macro
|
/device/linaro/hikey/hifi/xaf/host-apf/utest/include/ |
xaf-mem.h | 44 void* mem_malloc(int size, int id);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
mem_align.c | 34 * function name: mem_malloc 40 mem_malloc(VO_MEM_OPERATOR *pMemop, unsigned int size, unsigned char alignment, unsigned int CodecID) function
|
dtx.c | 84 if ((s = (dtx_encState *)mem_malloc(pMemOP, sizeof(dtx_encState), 32, VO_INDEX_ENC_AMRWB)) == NULL)
|
voAMRWBEnc.c | [all...] |
wb_vad.c | 641 if ((s = (VadVars *) mem_malloc(pMemOP, sizeof(VadVars), 32, VO_INDEX_ENC_AMRWB)) == NULL)
|
/device/linaro/hikey/hifi/xaf/host-apf/utest/ |
xaf-mem-test.c | 32 void* mem_malloc(int size, int id) function
|
xaf-dec-test.c | 267 XF_CHK_API(xaf_adev_open(&p_adev, audio_frmwk_buf_size, audio_comp_buf_size, mem_malloc, mem_free));
|
xaf-dec-mix-test.c | 303 XF_CHK_API(xaf_adev_open(&p_adev, audio_frmwk_buf_size, audio_comp_buf_size, mem_malloc, mem_free));
|
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
xaf-api.c | 112 XAF_ERR_CODE xaf_adev_open(void** pp_adev, s32 audio_frmwk_buf_size, s32 audio_comp_buf_size, xaf_mem_malloc_fxn_t mem_malloc, xaf_mem_free_fxn_t mem_free) 120 XAF_CHK_PTR(mem_malloc); 128 pTmp = mem_malloc(size, XAF_MEM_ID_DEV); 139 p_adev->pxf_mem_malloc_fxn = mem_malloc; 143 p_adev->p_ap_utils = mem_malloc(size, XAF_MEM_ID_DEV);
|
/device/linaro/hikey/audio/ |
audio_hw.c | 169 XF_CHK_API(xaf_adev_open(&audio_device->dsp_device.p_adev, audio_frmwk_buf_size, audio_comp_buf_size, mem_malloc, mem_free));
|