HomeSort by relevance Sort by last modified time
    Searched refs:opus_decoder_init (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/opus/src/include/
opus.h 357 * error = opus_decoder_init(dec, Fs, channels);
397 * @see opus_decoder_create,opus_decoder_init
440 OPUS_EXPORT int opus_decoder_init(
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_decoder.c 93 int opus_decoder_init(OpusDecoder *st, opus_int32 Fs, int channels) function
153 ret = opus_decoder_init(st, Fs, channels);
opus_multistream.c 636 ret=opus_decoder_init((OpusDecoder*)ptr, Fs, 2);
642 ret=opus_decoder_init((OpusDecoder*)ptr, Fs, 1);
  /external/chromium_org/third_party/opus/src/tests/
test_opus_api.c 134 err = opus_decoder_init(dec,fs,c);
148 fprintf(stdout," opus_decoder_init() .......................... OK.\n");
307 if(opus_decoder_init(0,48000,1) !=OPUS_INVALID_STATE)test_failed();
    [all...]

Completed in 88 milliseconds