Searched refs:OPUS_GET_SAMPLE_RATE (Results 1 – 4 of 4) sorted by relevance
463 #define OPUS_GET_SAMPLE_RATE(x) OPUS_GET_SAMPLE_RATE_REQUEST, __opus_check_int_ptr(x) macro
205 opus_multistream_decoder_ctl(st, OPUS_GET_SAMPLE_RATE(&Fs)); in opus_multistream_decode_native()
610 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_SAMPLE_RATE(&Fs)); in surround_rate_allocation()706 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_SAMPLE_RATE(&Fs)); in opus_multistream_encode_native()
172 err=opus_decoder_ctl(dec, OPUS_GET_SAMPLE_RATE((opus_int32 *)NULL)); in test_dec_api()175 err=opus_decoder_ctl(dec, OPUS_GET_SAMPLE_RATE(&i)); in test_dec_api()1174 err=opus_encoder_ctl(enc,OPUS_GET_SAMPLE_RATE(&i)); in test_enc_api()1177 err=opus_encoder_ctl(enc,OPUS_GET_SAMPLE_RATE((opus_int32 *)NULL)); in test_enc_api()