Home
last modified time | relevance | path

Searched refs:OPUS_GET_BANDWIDTH (Results 1 – 3 of 3) sorted by relevance

/external/libopus/include/
Dopus_defines.h686 #define OPUS_GET_BANDWIDTH(x) OPUS_GET_BANDWIDTH_REQUEST, __opus_check_int_ptr(x) macro
/external/libopus/tests/
Dtest_opus_api.c165 err=opus_decoder_ctl(dec, OPUS_GET_BANDWIDTH(null_int_ptr)); in test_dec_api()
168 err=opus_decoder_ctl(dec, OPUS_GET_BANDWIDTH(&i)); in test_dec_api()
596 err=opus_multistream_decoder_ctl(dec, OPUS_GET_BANDWIDTH(&i)); in test_msdec_api()
1237 err=opus_encoder_ctl(enc,OPUS_GET_BANDWIDTH(&i)); in test_enc_api()
1244 err=opus_encoder_ctl(enc,OPUS_GET_BANDWIDTH(null_int_ptr)); in test_enc_api()
/external/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.cc348 if (ENCODER_CTL(inst, OPUS_GET_BANDWIDTH(&bandwidth)) == 0) { in WebRtcOpus_GetBandwidth()