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

  /external/chromium_org/third_party/opus/src/celt/
celt_decoder.c 102 return opus_custom_decoder_get_size(mode, channels);
105 OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_get_size(const CELTMode *mode, int channels) function
118 CELTDecoder *st = (CELTDecoder *)opus_alloc(opus_custom_decoder_get_size(mode, channels));
152 OPUS_CLEAR((char*)st, opus_custom_decoder_get_size(mode, channels));
    [all...]
  /external/libopus/celt/
celt_decoder.c 102 return opus_custom_decoder_get_size(mode, channels);
105 OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_get_size(const CELTMode *mode, int channels) function
118 CELTDecoder *st = (CELTDecoder *)opus_alloc(opus_custom_decoder_get_size(mode, channels));
152 OPUS_CLEAR((char*)st, opus_custom_decoder_get_size(mode, channels));
    [all...]

Completed in 2979 milliseconds