Searched refs:OPUS_GET_SAMPLE_RATE (Results 1 – 4 of 4) sorted by relevance
694 #define OPUS_GET_SAMPLE_RATE(x) OPUS_GET_SAMPLE_RATE_REQUEST, __opus_check_int_ptr(x) macro
206 MUST_SUCCEED(opus_multistream_decoder_ctl(st, OPUS_GET_SAMPLE_RATE(&Fs))); in opus_multistream_decode_native()
782 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_SAMPLE_RATE(&Fs)); in rate_allocation()843 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_SAMPLE_RATE(&Fs)); in opus_multistream_encode_native()
173 err=opus_decoder_ctl(dec, OPUS_GET_SAMPLE_RATE(null_int_ptr)); in test_dec_api()176 err=opus_decoder_ctl(dec, OPUS_GET_SAMPLE_RATE(&i)); in test_dec_api()1172 err=opus_encoder_ctl(enc,OPUS_GET_SAMPLE_RATE(&i)); in test_enc_api()1175 err=opus_encoder_ctl(enc,OPUS_GET_SAMPLE_RATE(null_int_ptr)); in test_enc_api()