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

  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Common.h 56 DSP_CACHE_ALIGNMENT For Cache alignment
61 #define DSP_CACHE_ALIGNMENT 128
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/
OMX_G711Enc_Utils.h 340 #define DSP_CACHE_ALIGNMENT 256
    [all...]

Completed in 55 milliseconds