Home
last modified time | relevance | path

Searched refs:audio_g72x_state (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/audio/include/
H A Daudio_encode.h98 struct audio_g72x_state { struct
155 EXTERN_FUNCTION(void g721_init_state, (struct audio_g72x_state *state_ptr)); argument
162 struct audio_g72x_state *state_ptr));
169 struct audio_g72x_state *state_ptr));
179 EXTERN_FUNCTION(void g723_init_state, (struct audio_g72x_state *state_ptr));
186 struct audio_g72x_state *state_ptr));
193 struct audio_g72x_state *state_ptr));
H A DAudioTypeG72X.h41 struct audio_g72x_state g72x_state;
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dg723.c88 struct audio_g72x_state *state_ptr) in g723_init_state()
180 struct audio_g72x_state *state_ptr, in _g723_update()
560 struct audio_g72x_state *state_ptr) in _encoder()
650 struct audio_g72x_state *state_ptr) in g723_encode()
758 struct audio_g72x_state *state_ptr) /* the decoder's state structure. */ in g723_decode()
H A Dg721.c83 struct audio_g72x_state *state_ptr) in g721_init_state()
174 struct audio_g72x_state *state_ptr, in _g721_update()
591 struct audio_g72x_state *state_ptr) in g721_encode()
730 struct audio_g72x_state *state_ptr) /* the decoder's state structure. */ in g721_decode()
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c130 static struct audio_g72x_state *adpcm_state = NULL;
441 adpcm_state = (struct audio_g72x_state *)malloc in main()
453 adpcm_state = (struct audio_g72x_state *)malloc in main()