Searched refs:OPUS_SET_SIGNAL (Results 1 – 7 of 7) sorted by relevance
/external/libopus/tests/ |
D | opus_encode_regressions.c | 55 opus_multistream_encoder_ctl(enc, OPUS_SET_SIGNAL(OPUS_SIGNAL_MUSIC)); in celt_ec_internal_error() 111 opus_multistream_encoder_ctl(enc, OPUS_SET_SIGNAL(OPUS_SIGNAL_MUSIC)); in celt_ec_internal_error() 149 opus_multistream_encoder_ctl(enc, OPUS_SET_SIGNAL(OPUS_SIGNAL_MUSIC)); in celt_ec_internal_error() 187 opus_multistream_encoder_ctl(enc, OPUS_SET_SIGNAL(OPUS_SIGNAL_MUSIC)); in celt_ec_internal_error() 225 opus_multistream_encoder_ctl(enc, OPUS_SET_SIGNAL(OPUS_SIGNAL_MUSIC)); in celt_ec_internal_error() 261 opus_multistream_encoder_ctl(enc, OPUS_SET_SIGNAL(OPUS_SIGNAL_VOICE)); in celt_ec_internal_error() 317 opus_multistream_encoder_ctl(enc, OPUS_SET_SIGNAL(OPUS_SIGNAL_VOICE)); in mscbr_encode_fail10() 367 opus_multistream_encoder_ctl(enc, OPUS_SET_SIGNAL(OPUS_SIGNAL_MUSIC)); in mscbr_encode_fail() 405 opus_multistream_encoder_ctl(enc, OPUS_SET_SIGNAL(OPUS_SIGNAL_VOICE)); in surround_analysis_uninit() 745 opus_multistream_encoder_ctl(enc, OPUS_SET_SIGNAL(OPUS_SIGNAL_MUSIC)); in surround_analysis_uninit() [all …]
|
D | test_opus_encode.c | 246 if(opus_encoder_ctl(enc, OPUS_SET_SIGNAL(sig)) != OPUS_OK) test_failed(); in fuzz_encoder_settings()
|
D | test_opus_api.c | 1341 CHECK_SETGET(OPUS_SET_SIGNAL(i),OPUS_GET_SIGNAL(&i),-12345,0x7FFFFFFF, in test_enc_api()
|
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_interface.cc | 301 int ret = ENCODER_CTL(inst, OPUS_SET_SIGNAL(OPUS_SIGNAL_VOICE)); in WebRtcOpus_EnableDtx() 310 int ret = ENCODER_CTL(inst, OPUS_SET_SIGNAL(OPUS_AUTO)); in WebRtcOpus_DisableDtx()
|
/external/libopus/include/ |
D | opus_defines.h | 421 #define OPUS_SET_SIGNAL(x) OPUS_SET_SIGNAL_REQUEST, __opus_check_int(x) macro
|
/external/libopus/fuzzer/ |
D | opus_enc_fuzzer.cpp | 227 OPUS_ENC_CTL_API(mEncoder, OPUS_SET_SIGNAL(signal)); in initEncoder()
|
D | README.md | 88 5. OPUS_SET_SIGNAL (parameter name: `signal`)
|