Home | History | Annotate | Download | only in libspeex

Lines Matching refs:speex_decoder_ctl

772    speex_decoder_ctl(st->st_low, SPEEX_GET_STACK, &st->stack);
780 speex_decoder_ctl(st->st_low, SPEEX_GET_SAMPLING_RATE, &st->sampling_rate);
783 speex_decoder_ctl(st->st_low, SPEEX_SET_WIDEBAND, &tmp);
896 speex_decoder_ctl(st->st_low, SPEEX_SET_INNOVATION_SAVE, low_innov_alias);
900 speex_decoder_ctl(st->st_low, SPEEX_GET_DTX_STATUS, &dtx);
964 speex_decoder_ctl(st->st_low, SPEEX_GET_PI_GAIN, low_pi_gain);
965 speex_decoder_ctl(st->st_low, SPEEX_GET_EXC, low_exc_rms);
1370 speex_decoder_ctl(st->st_low, SPEEX_SET_LOW_MODE, ptr);
1373 speex_decoder_ctl(st->st_low, SPEEX_GET_LOW_MODE, ptr);
1379 speex_decoder_ctl(st->st_low, request, ptr);
1396 speex_decoder_ctl(st->st_low, SPEEX_SET_MODE, &nb_qual);
1400 speex_decoder_ctl(st->st_low, request, ptr);
1411 speex_decoder_ctl(st->st_low, SPEEX_SET_SAMPLING_RATE, &tmp);
1418 speex_decoder_ctl(st->st_low, SPEEX_SET_HANDLER, ptr);
1421 speex_decoder_ctl(st->st_low, SPEEX_SET_USER_HANDLER, ptr);
1435 speex_decoder_ctl(st->st_low, SPEEX_SET_SUBMODE_ENCODING, ptr);
1441 speex_decoder_ctl(st->st_low, SPEEX_GET_LOOKAHEAD, ptr);
1445 speex_decoder_ctl(st->st_low, SPEEX_SET_HIGHPASS, ptr);
1448 speex_decoder_ctl(st->st_low, SPEEX_GET_HIGHPASS, ptr);
1451 speex_decoder_ctl(st->st_low, SPEEX_GET_ACTIVITY, ptr);
1469 speex_decoder_ctl(st->st_low, SPEEX_GET_DTX_STATUS, ptr);
1475 speex_decoder_ctl(st->st_low, SPEEX_SET_WIDEBAND, ptr);