Searched refs:speex_encoder_ctl (Results 1 - 5 of 5) sorted by relevance
/external/speex/libspeex/ |
H A D | speex_callbacks.c | 79 speex_encoder_ctl(data, SPEEX_SET_MODE, &m); 87 speex_encoder_ctl(data, SPEEX_SET_LOW_MODE, &m); 95 speex_encoder_ctl(data, SPEEX_SET_HIGH_MODE, &m); 104 speex_encoder_ctl(data, SPEEX_SET_VBR, &vbr); 122 speex_encoder_ctl(data, SPEEX_SET_VBR_QUALITY, &qual);
|
H A D | sb_celp.c | 209 speex_encoder_ctl(st->st_low, SPEEX_GET_STACK, &st->stack); 224 speex_encoder_ctl(st->st_low, SPEEX_SET_QUALITY, &tmp); 226 speex_encoder_ctl(st->st_low, SPEEX_SET_WIDEBAND, &tmp); 267 speex_encoder_ctl(st->st_low, SPEEX_GET_SAMPLING_RATE, &st->sampling_rate); 352 speex_encoder_ctl(st->st_low, SPEEX_SET_INNOVATION_SAVE, low_innov_rms); 363 speex_encoder_ctl(st->st_low, SPEEX_GET_PI_GAIN, low_pi_gain); 364 speex_encoder_ctl(st->st_low, SPEEX_GET_EXC, low_exc_rms); 366 speex_encoder_ctl(st->st_low, SPEEX_GET_LOW_MODE, &dtx); 451 speex_encoder_ctl(st->st_low, SPEEX_GET_RELATIVE_QUALITY, &st->relative_quality); 478 speex_encoder_ctl(stat [all...] |
H A D | speex.c | 93 speex_encoder_ctl(state, SPEEX_GET_FRAME_SIZE, &N); 146 speex_encoder_ctl(state, SPEEX_GET_FRAME_SIZE, &N); 180 EXPORT int speex_encoder_ctl(void *state, int request, void *ptr) function
|
H A D | nb_celp.c | 491 speex_encoder_ctl(state, SPEEX_SET_MODE, &mode); 495 speex_encoder_ctl(state, SPEEX_GET_BITRATE, &rate); 499 speex_encoder_ctl(state, SPEEX_SET_BITRATE, &rate); 506 speex_encoder_ctl(state, SPEEX_GET_BITRATE, &bitrate); 529 /*speex_encoder_ctl(state, SPEEX_SET_MODE, &mode);*/ 1623 speex_encoder_ctl(st, SPEEX_SET_QUALITY, &i); 1624 speex_encoder_ctl(st, SPEEX_GET_BITRATE, &rate); 1632 speex_encoder_ctl(st, SPEEX_SET_VBR_QUALITY, &vbr_qual); 1676 speex_encoder_ctl(st, SPEEX_SET_QUALITY, &i); 1677 speex_encoder_ctl(s [all...] |
/external/speex/include/speex/ |
H A D | speex.h | 334 int speex_encoder_ctl(void *state, int request, void *ptr);
|
Completed in 85 milliseconds