OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPUS_SET_GAIN
(Results
1 - 3
of
3
) sorted by null
/external/libopus/include/
opus_defines.h
695
#define
OPUS_SET_GAIN
(x) OPUS_SET_GAIN_REQUEST, __opus_check_int(x)
696
/** Gets the decoder's configured gain adjustment. @see
OPUS_SET_GAIN
/frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp
389
OPUS_SET_GAIN
(mHeader->gain_db));
/external/libopus/tests/
test_opus_api.c
221
err=opus_decoder_ctl(dec,
OPUS_SET_GAIN
(-32769));
224
err=opus_decoder_ctl(dec,
OPUS_SET_GAIN
(32768));
227
err=opus_decoder_ctl(dec,
OPUS_SET_GAIN
(-15));
235
fprintf(stdout,"
OPUS_SET_GAIN
................................ OK.\n");
583
err=opus_multistream_decoder_ctl(dec,
OPUS_SET_GAIN
(15));
585
fprintf(stdout,"
OPUS_SET_GAIN
................................ OK.\n");
[
all
...]
Completed in 37 milliseconds