HomeSort by relevance Sort by last modified time
    Searched refs:speex_decoder_ctl (Results 1 - 4 of 4) sorted by null

  /external/speex/libspeex/
sb_celp.c 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);
    [all...]
speex_callbacks.c 113 speex_decoder_ctl(data, SPEEX_SET_ENH, &enh);
speex.c 120 speex_decoder_ctl(state, SPEEX_GET_FRAME_SIZE, &N);
163 speex_decoder_ctl(state, SPEEX_GET_FRAME_SIZE, &N);
185 EXPORT int speex_decoder_ctl(void *state, int request, void *ptr) function
  /external/speex/include/speex/
speex.h 380 int speex_decoder_ctl(void *state, int request, void *ptr);

Completed in 25 milliseconds