OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opus_custom_encoder_ctl
(Results
1 - 4
of
4
) sorted by null
/external/libopus/include/
opus_custom.h
238
OPUS_CUSTOM_EXPORT int
opus_custom_encoder_ctl
(OpusCustomEncoder * OPUS_RESTRICT st, int request, ...) OPUS_ARG_NONNULL(1);
/external/libopus/celt/
celt.h
139
#define celt_encoder_ctl
opus_custom_encoder_ctl
opus_custom_demo.c
125
opus_custom_encoder_ctl
(enc,OPUS_SET_COMPLEXITY(complexity));
celt_encoder.c
195
opus_custom_encoder_ctl
(st, OPUS_RESET_STATE);
2176
int
opus_custom_encoder_ctl
(CELTEncoder * OPUS_RESTRICT st, int request, ...)
function
[
all
...]
Completed in 32 milliseconds