Home
last modified time | relevance | path

Searched refs:CACHE_ALIGNMENT (Results 1 – 9 of 9) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
DOMX_G729Decoder.h170 #define CACHE_ALIGNMENT 128 macro
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
DG729DecTest.c117 #define CACHE_ALIGNMENT 128 macro
814 pInputBuffer[i] = pInputBuffer[i] + CACHE_ALIGNMENT; in main()
831 pOutputBuffer[i] = pOutputBuffer[i] + CACHE_ALIGNMENT; in main()
1245 pInputBuffer[i] = pInputBuffer[i] - CACHE_ALIGNMENT; in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
DOMX_AmrDecoder.h298 #define CACHE_ALIGNMENT 128 macro
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
DOMX_G711Decoder.h217 #define CACHE_ALIGNMENT 128 macro
DOMX_G711Dec_Utils.h294 #define CACHE_ALIGNMENT 128 macro
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Decoder.c1663 pBufferHeader->pBuffer += CACHE_ALIGNMENT; in AllocateBuffer()
1822 tempBuff -= CACHE_ALIGNMENT; in FreeBuffer()
1860 tempBuff -= CACHE_ALIGNMENT; in FreeBuffer()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
DOMX_G711Decoder.c1618 pBufferHeader->pBuffer += CACHE_ALIGNMENT; in AllocateBuffer()
1757 tempBuff -= CACHE_ALIGNMENT; in FreeBuffer()
1786 tempBuff -= CACHE_ALIGNMENT; in FreeBuffer()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
DG711DecTest.c881 pInputBuffer[i] = pInputBuffer[i] + CACHE_ALIGNMENT; in main()
899 pOutputBuffer[i] = pOutputBuffer[i] + CACHE_ALIGNMENT; in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
DOMX_AmrDecoder.c454 pPortDef_ip->nBufferAlignment = CACHE_ALIGNMENT; in OMX_ComponentInit()
464 pPortDef_op->nBufferAlignment = CACHE_ALIGNMENT; in OMX_ComponentInit()