Searched defs:opus_alloc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dos_support.h47 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/
H A Dos_support.h47 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 120 milliseconds