Home
last modified time | relevance | path

Searched refs:OPUS_SET_GAIN (Results 1 – 4 of 4) sorted by relevance

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/opus/src/main/jni/
Dopus_jni.cc91 status = opus_multistream_decoder_ctl(decoder, OPUS_SET_GAIN(gain)); in DECODER_FUNC()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/opus/src/main/jni/
Dopus_jni.cc82 status = opus_multistream_decoder_ctl(decoder, OPUS_SET_GAIN(gain)); in DECODER_FUNC()
/external/libopus/include/
Dopus_defines.h749 #define OPUS_SET_GAIN(x) OPUS_SET_GAIN_REQUEST, __opus_check_int(x) macro
/external/libopus/tests/
Dtest_opus_api.c222 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(-32769)); in test_dec_api()
225 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(32768)); in test_dec_api()
228 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(-15)); in test_dec_api()
579 err=opus_multistream_decoder_ctl(dec,OPUS_SET_GAIN(15)); in test_msdec_api()