• Home
  • Raw
  • Download

Lines Matching refs:opus_decoder_ctl

151    err=opus_decoder_ctl(dec, OPUS_GET_FINAL_RANGE(null_uint_ptr));  in test_dec_api()
154 err=opus_decoder_ctl(dec, OPUS_GET_FINAL_RANGE(&dec_final_range)); in test_dec_api()
160 err=opus_decoder_ctl(dec,OPUS_UNIMPLEMENTED); in test_dec_api()
165 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()
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()
182 err=opus_decoder_ctl(dec, OPUS_GET_PITCH(null_int_ptr)); in test_dec_api()
186 err=opus_decoder_ctl(dec, OPUS_GET_PITCH(&i)); in test_dec_api()
194 err=opus_decoder_ctl(dec, OPUS_GET_PITCH(&i)); in test_dec_api()
201 err=opus_decoder_ctl(dec, OPUS_GET_PITCH(&i)); in test_dec_api()
206 err=opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(null_int_ptr)); in test_dec_api()
209 err=opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(&i)); in test_dec_api()
215 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(&i)); in test_dec_api()
219 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(null_int_ptr)); in test_dec_api()
222 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(-32769)); in test_dec_api()
225 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(32768)); in test_dec_api()
228 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(-15)); in test_dec_api()
232 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(&i)); in test_dec_api()
242 if(opus_decoder_ctl(dec, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in test_dec_api()
327 if(opus_decoder_ctl(0,OPUS_RESET_STATE) !=OPUS_INVALID_STATE)test_failed(); in test_dec_api()
574 err=opus_decoder_ctl(od, OPUS_GET_GAIN(&i)); in test_msdec_api()
588 err=opus_decoder_ctl(od, OPUS_GET_GAIN(&i)); in test_msdec_api()