OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opus_custom_mode_create
(Results
1 - 6
of
6
) 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
223
CELTMode *
opus_custom_mode_create
(opus_int32 Fs, int frame_size, int *error)
function
celt_decoder.c
101
const CELTMode *mode =
opus_custom_mode_create
(48000, 960, NULL);
134
ret = opus_custom_decoder_init(st,
opus_custom_mode_create
(48000, 960, NULL), channels);
[
all
...]
celt_encoder.c
131
CELTMode *mode =
opus_custom_mode_create
(48000, 960, NULL);
212
opus_custom_mode_create
(48000, 960, NULL), channels, arch);
[
all
...]
Completed in 46 milliseconds