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

  /external/chromium_org/third_party/opus/src/src/
opus_decoder.c 87 int opus_decoder_get_size(int channels) function
111 OPUS_CLEAR((char*)st, opus_decoder_get_size(channels));
154 st = (OpusDecoder *)opus_alloc(opus_decoder_get_size(channels));
  /external/libopus/src/
opus_decoder.c 87 int opus_decoder_get_size(int channels) function
111 OPUS_CLEAR((char*)st, opus_decoder_get_size(channels));
154 st = (OpusDecoder *)opus_alloc(opus_decoder_get_size(channels));

Completed in 163 milliseconds