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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_classifier.cc 31 celt_mode_(opus_custom_mode_create(kDefaultSampleRateHz,
  /external/libopus/include/
opus_custom.h 80 * a call to @ref opus_custom_mode_create. Both the encoder and decoder
121 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomMode *opus_custom_mode_create(opus_int32 Fs, int frame_size, int *error);
  /external/libopus/celt/
opus_custom_demo.c 73 mode = opus_custom_mode_create(rate, frame_size, NULL);
modes.c 224 CELTMode *opus_custom_mode_create(opus_int32 Fs, int frame_size, int *error) function
celt_decoder.c 105 const CELTMode *mode = opus_custom_mode_create(48000, 960, NULL);
138 ret = opus_custom_decoder_init(st, opus_custom_mode_create(48000, 960, NULL), channels);
    [all...]
celt_encoder.c 130 CELTMode *mode = opus_custom_mode_create(48000, 960, NULL);
210 opus_custom_mode_create(48000, 960, NULL), channels, arch);
    [all...]
  /external/libopus/celt/dump_modes/
dump_modes.c 332 m[i] = opus_custom_mode_create(Fs, frame, NULL);

Completed in 3322 milliseconds