OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opus_custom_decoder_ctl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/include/
opus_custom.h
333
OPUS_CUSTOM_EXPORT int
opus_custom_decoder_ctl
(OpusCustomDecoder * OPUS_RESTRICT st, int request, ...) OPUS_ARG_NONNULL(1);
/external/chromium_org/third_party/opus/src/celt/
celt.h
135
#define celt_decoder_ctl
opus_custom_decoder_ctl
opus_custom_demo.c
120
opus_custom_decoder_ctl
(dec, OPUS_GET_LOOKAHEAD(&skip));
celt_decoder.c
166
opus_custom_decoder_ctl
(st, OPUS_RESET_STATE);
1091
int
opus_custom_decoder_ctl
(CELTDecoder * OPUS_RESTRICT st, int request, ...)
function
[
all
...]
Completed in 328 milliseconds