Searched defs:raw_vhd (Results 1 – 6 of 6) sorted by relevance
35 struct raw_vhd { struct36 int16_t p[8 * 1024]; /* 500ms at 16kHz 16-bit PCM */37 pv_porcupine_object_t *porc;38 snd_pcm_t *pcm_capture;39 snd_pcm_t *pcm_playback;40 snd_pcm_hw_params_t *params;41 snd_pcm_uframes_t frames;42 int16_t *porcbuf;44 mpg123_handle *mh;69 static struct raw_vhd *avhd; argument
24 struct raw_vhd { struct25 uint8_t simplebuf[32768 * 2];26 snd_pcm_t *pcm_capture;27 snd_pcm_t *pcm_playback;28 snd_pcm_hw_params_t *params;29 snd_pcm_uframes_t frames;30 int filefd;31 int rpos;32 int wpos;33 int times;
39 struct raw_vhd { struct51 struct raw_vhd *vhd = (struct raw_vhd *)lws_protocol_vh_priv_get( in callback_raw_test() argument
27 struct raw_vhd { struct38 struct raw_vhd *v = lws_container_of(sul, struct raw_vhd, sul); in sul_cb() argument
83 struct raw_vhd { struct100 destroy_conn(struct raw_vhd *vhd, struct raw_pss *pss) in destroy_conn() argument
20 struct raw_vhd { struct31 struct raw_vhd *vhd = (struct raw_vhd *)lws_protocol_vh_priv_get( in callback_raw_test() argument