Home
last modified time | relevance | path

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

/external/libopus/include/
Dopus_defines.h676 #define OPUS_GET_BANDWIDTH(x) OPUS_GET_BANDWIDTH_REQUEST, __opus_check_int_ptr(x) macro
/external/libopus/tests/
Dtest_opus_api.c164 err=opus_decoder_ctl(dec, OPUS_GET_BANDWIDTH((opus_int32 *)NULL)); in test_dec_api()
167 err=opus_decoder_ctl(dec, OPUS_GET_BANDWIDTH(&i)); in test_dec_api()
600 err=opus_multistream_decoder_ctl(dec, OPUS_GET_BANDWIDTH(&i)); in test_msdec_api()
1239 err=opus_encoder_ctl(enc,OPUS_GET_BANDWIDTH(&i)); in test_enc_api()
1246 err=opus_encoder_ctl(enc,OPUS_GET_BANDWIDTH((opus_int32 *)NULL)); in test_enc_api()