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

  /external/chromium_org/third_party/opus/src/celt/
os_support.h 47 static OPUS_INLINE void *opus_alloc (size_t size) function
58 return opus_alloc(size);
62 /** Opus wrapper for free(). To do your own dynamic allocation, all you need to do is replace this function and opus_alloc */
  /external/libopus/celt/
os_support.h 47 static OPUS_INLINE void *opus_alloc (size_t size) function
58 return opus_alloc(size);
62 /** Opus wrapper for free(). To do your own dynamic allocation, all you need to do is replace this function and opus_alloc */

Completed in 53 milliseconds