HomeSort by relevance Sort by last modified time
    Searched full:opus_decoder_destroy (Results 1 - 9 of 9) sorted by null

  /external/libopus/tests/
test_opus_padding.c 63 opus_decoder_destroy(decoder);
test_opus_decode.c 92 opus_decoder_destroy(dec[t]);
220 for(t=0;t<5*2;t++)opus_decoder_destroy(dec[t]);
363 for(t=0;t<5*2;t++)opus_decoder_destroy(dec[t]);
test_opus_encode.c 462 opus_decoder_destroy(dec);
466 for(i=0;i<10;i++)opus_decoder_destroy(dec_err[i]);
test_opus_api.c 335 opus_decoder_destroy(dec);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_interface.c 275 opus_decoder_destroy(state->decoder);
284 opus_decoder_destroy(inst->decoder);
  /external/libopus/doc/
trivial_example.c 156 opus_decoder_destroy(decoder);
  /external/libopus/src/
opus_demo.c 198 #define opus_decoder_destroy opus_multistream_decoder_destroy
    [all...]
opus_decoder.c 883 void opus_decoder_destroy(OpusDecoder *st) function
  /external/libopus/include/
opus.h 512 OPUS_EXPORT void opus_decoder_destroy(OpusDecoder *st);
    [all...]

Completed in 255 milliseconds