Searched refs:opus_custom_mode_create (Results 1 – 5 of 5) sorted by relevance
/external/libopus/include/ |
D | opus_custom.h | 121 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomMode *opus_custom_mode_create(opus_int32 Fs, i…
|
/external/libopus/celt/ |
D | opus_custom_demo.c | 73 mode = opus_custom_mode_create(rate, frame_size, NULL); in main()
|
D | modes.c | 223 CELTMode *opus_custom_mode_create(opus_int32 Fs, int frame_size, int *error) in opus_custom_mode_create() function
|
D | celt_decoder.c | 101 const CELTMode *mode = opus_custom_mode_create(48000, 960, NULL); in celt_decoder_get_size() 134 ret = opus_custom_decoder_init(st, opus_custom_mode_create(48000, 960, NULL), channels); in celt_decoder_init()
|
D | celt_encoder.c | 131 CELTMode *mode = opus_custom_mode_create(48000, 960, NULL); in celt_encoder_get_size() 212 opus_custom_mode_create(48000, 960, NULL), channels, arch); in celt_encoder_init()
|