Searched refs:DSP_CACHE_ALIGNMENT (Results 1 – 11 of 11) sorted by relevance
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
D | OMX_TI_Common.h | 61 #define DSP_CACHE_ALIGNMENT 128 macro 95 _ptr_ = (_name_*)(((OMX_U8*)_ptr_ + DSP_CACHE_ALIGNMENT)); 116 _pStruct_ = (_name_*)(((OMX_U8*)_pStruct_ - DSP_CACHE_ALIGNMENT));\
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/ |
D | OMX_G711Enc_Utils.h | 340 #define DSP_CACHE_ALIGNMENT 256 macro
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
D | OMX_G711Enc_Utils.c | 253 …G711ENC_OMX_MALLOC_SIZE(pBufferParamTemp, sizeof(G711ENC_ParamStruct) + DSP_CACHE_ALIGNMENT,OMX_U8… in G711ENC_FillLCMLInitParams() 865 … (sizeof(G711ENC_AudioCodecParams)+DSP_CACHE_ALIGNMENT), in G711ENC_HandleCommand() 1469 …OMX_MALLOC_SIZE(pBufParmsTemp, (sizeof(G711ENC_FrameStruct)*nFrames) + DSP_CACHE_ALIGNMENT,OMX_U8); in G711ENC_HandleDataBufFromApp() 1622 …MX_MALLOC_SIZE(pBufParmsTemp, (sizeof(G711ENC_FrameStruct)*nFrames ) + DSP_CACHE_ALIGNMENT,OMX_U8); in G711ENC_HandleDataBufFromApp() 2457 …G711ENC_OMX_MALLOC_SIZE(pBufferParamTemp, sizeof(G711ENC_ParamStruct) + DSP_CACHE_ALIGNMENT,OMX_U8… in G711ENC_FillLCMLInitParamsEx()
|
D | OMX_G711Encoder.c | 1450 (nSizeBytes + DSP_CACHE_ALIGNMENT), in AllocateBuffer()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
D | OMX_WbAmrDecoder.c | 431 pPortDef_ip->nBufferAlignment = DSP_CACHE_ALIGNMENT; in OMX_ComponentInit() 443 pPortDef_op->nBufferAlignment = DSP_CACHE_ALIGNMENT; in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
D | OMX_WmaDecoder.c | 424 pPortDef_ip->nBufferAlignment = DSP_CACHE_ALIGNMENT; in OMX_ComponentInit() 433 pPortDef_op->nBufferAlignment = DSP_CACHE_ALIGNMENT; in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
D | OMX_AacEncoder.c | 410 pPortDef_ip->nBufferAlignment = DSP_CACHE_ALIGNMENT; in OMX_ComponentInit() 422 pPortDef_op->nBufferAlignment = DSP_CACHE_ALIGNMENT; in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
D | OMX_WbAmrEncoder.c | 307 pPortDef_ip->nBufferAlignment = DSP_CACHE_ALIGNMENT; in OMX_ComponentInit() 325 pPortDef_op->nBufferAlignment = DSP_CACHE_ALIGNMENT; in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
D | OMX_Mp3Decoder.c | 406 pPortDef_ip->nBufferAlignment = DSP_CACHE_ALIGNMENT; in OMX_ComponentInit() 423 pPortDef_op->nBufferAlignment = DSP_CACHE_ALIGNMENT; in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
D | OMX_AacDecoder.c | 403 pPortDef_ip->nBufferAlignment = DSP_CACHE_ALIGNMENT; in OMX_ComponentInit() 419 pPortDef_op->nBufferAlignment = DSP_CACHE_ALIGNMENT; in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
D | OMX_AmrEncoder.c | 317 pPortDef_ip->nBufferAlignment = DSP_CACHE_ALIGNMENT; in OMX_ComponentInit() 336 pPortDef_ip->nBufferAlignment = DSP_CACHE_ALIGNMENT; in OMX_ComponentInit()
|