HomeSort by relevance Sort by last modified time
    Searched defs:CACHE_ALIGNMENT (Results 1 - 5 of 5) sorted by null

  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 114 * @def CACHE_ALIGNMENT Buffer Cache Alignment
117 #define CACHE_ALIGNMENT 128
814 pInputBuffer[i] = pInputBuffer[i] + CACHE_ALIGNMENT;
831 pOutputBuffer[i] = pOutputBuffer[i] + CACHE_ALIGNMENT;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h 291 * @def CACHE_ALIGNMENT Buffer Cache Alignment
294 #define CACHE_ALIGNMENT 128
OMX_G711Decoder.h 214 * @def CACHE_ALIGNMENT Buffer Cache Alignment
217 #define CACHE_ALIGNMENT 128
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 167 * @def CACHE_ALIGNMENT Buffer Cache Alignment
170 #define CACHE_ALIGNMENT 128
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 295 * @def CACHE_ALIGNMENT Buffer Cache Alignment
298 #define CACHE_ALIGNMENT 128

Completed in 110 milliseconds