HomeSort by relevance Sort by last modified time
    Searched refs:G722ENC_CACHE_ALIGN_MALLOC (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
OMX_G722Enc_Utils.h 113 * @def G722ENC_CACHE_ALIGN_MALLOC Value to add to the size needed to
117 #define G722ENC_CACHE_ALIGN_MALLOC 256
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 105 #define G722ENC_CACHE_ALIGN_MALLOC 256
630 pInputBuffer = (OMX_U8*)malloc(inBufSize+G722ENC_CACHE_ALIGN_MALLOC);
639 pOutputBuffer= (OMX_U8*)malloc (outBufSize+G722ENC_CACHE_ALIGN_MALLOC);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c     [all...]

Completed in 26 milliseconds