|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Data Fields | |
| SpeexBits | bits |
| int16_t | buf [BUFFER_SAMPLES] |
| int | default_quality |
| int | fraction_lost |
| int | framesize |
| int | quality |
| int | silent_state |
| void * | speex |
Definition at line 93 of file codec_speex.c.
| SpeexBits bits |
Definition at line 95 of file codec_speex.c.
Referenced by lintospeex_destroy(), lintospeex_frameout(), speex_decoder_construct(), speex_encoder_construct(), speextolin_destroy(), and speextolin_framein().
| int16_t buf[BUFFER_SAMPLES] |
Definition at line 107 of file codec_speex.c.
Referenced by lintospeex_framein(), and lintospeex_frameout().
| int default_quality |
Definition at line 101 of file codec_speex.c.
Referenced by lintospeex_feedback(), and speex_encoder_construct().
| int fraction_lost |
Definition at line 99 of file codec_speex.c.
Referenced by lintospeex_feedback(), and speex_encoder_construct().
| int framesize |
Definition at line 96 of file codec_speex.c.
Referenced by lintospeex_frameout(), speex_decoder_construct(), speex_encoder_construct(), and speextolin_framein().
| int quality |
Definition at line 100 of file codec_speex.c.
Referenced by lintospeex_feedback(), and speex_encoder_construct().
| int silent_state |
Definition at line 97 of file codec_speex.c.
Referenced by lintospeex_frameout(), and speex_encoder_construct().
| void* speex |
Definition at line 94 of file codec_speex.c.
Referenced by lintospeex_destroy(), lintospeex_feedback(), lintospeex_frameout(), speex_decoder_construct(), speex_encoder_construct(), speextolin_destroy(), and speextolin_framein().