Lines Matching refs:opus_decoder_ctl

150    err=opus_decoder_ctl(dec, OPUS_GET_FINAL_RANGE((opus_uint32 *)NULL));  in test_dec_api()
153 err=opus_decoder_ctl(dec, OPUS_GET_FINAL_RANGE(&dec_final_range)); in test_dec_api()
159 err=opus_decoder_ctl(dec,OPUS_UNIMPLEMENTED); in test_dec_api()
164 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()
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()
181 err=opus_decoder_ctl(dec, OPUS_GET_PITCH(nullvalue)); in test_dec_api()
185 err=opus_decoder_ctl(dec, OPUS_GET_PITCH(&i)); in test_dec_api()
193 err=opus_decoder_ctl(dec, OPUS_GET_PITCH(&i)); in test_dec_api()
200 err=opus_decoder_ctl(dec, OPUS_GET_PITCH(&i)); in test_dec_api()
205 err=opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION((opus_int32 *)NULL)); in test_dec_api()
208 err=opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(&i)); in test_dec_api()
214 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(&i)); in test_dec_api()
218 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(nullvalue)); in test_dec_api()
221 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(-32769)); in test_dec_api()
224 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(32768)); in test_dec_api()
227 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(-15)); in test_dec_api()
231 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(&i)); in test_dec_api()
241 if(opus_decoder_ctl(dec, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in test_dec_api()
326 if(opus_decoder_ctl(0,OPUS_RESET_STATE) !=OPUS_INVALID_STATE)test_failed(); in test_dec_api()
578 err=opus_decoder_ctl(od, OPUS_GET_GAIN(&i)); in test_msdec_api()
592 err=opus_decoder_ctl(od, OPUS_GET_GAIN(&i)); in test_msdec_api()