Home
last modified time | relevance | path

Searched refs:G722ENC_CACHE_ALIGN_OFFSET (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
DG722EncTest.c106 #define G722ENC_CACHE_ALIGN_OFFSET 128 macro
631 pInputBuffer = pInputBuffer+G722ENC_CACHE_ALIGN_OFFSET;
640 pOutputBuffer = pOutputBuffer+G722ENC_CACHE_ALIGN_OFFSET;
1125 pInputBuffer = pInputBuffer-G722ENC_CACHE_ALIGN_OFFSET;
1126 pOutputBuffer = pOutputBuffer-G722ENC_CACHE_ALIGN_OFFSET;
1174 pInputBuffer = pInputBuffer-G722ENC_CACHE_ALIGN_OFFSET;
1175 pOutputBuffer = pOutputBuffer-G722ENC_CACHE_ALIGN_OFFSET;
1252 pInputBuffer = pInputBuffer-G722ENC_CACHE_ALIGN_OFFSET;
1253 pOutputBuffer = pOutputBuffer-G722ENC_CACHE_ALIGN_OFFSET;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
DOMX_G722Enc_Utils.h125 #define G722ENC_CACHE_ALIGN_OFFSET 128 macro
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
DOMX_G722Encoder.c1700 pBufferHeader->pBuffer += G722ENC_CACHE_ALIGN_OFFSET; in AllocateBuffer()
1846 tempBuff -= G722ENC_CACHE_ALIGN_OFFSET;} in FreeBuffer()
1871 tempBuff -= G722ENC_CACHE_ALIGN_OFFSET;} in FreeBuffer()