Home
last modified time | relevance | path

Searched refs:avhd (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H A Daudio.c69 static struct raw_vhd *avhd; variable
82 if (avhd->mode != MODE_CAPTURING) in spool_capture()
87 while (s && avhd->wpos != avhd->npos) { in spool_capture()
88 *sam++ = avhd->p[avhd->npos]; in spool_capture()
89 avhd->npos = (avhd->npos + 1) % LWS_ARRAY_SIZE(avhd->p); in spool_capture()
94 avhd in spool_capture()
[all...]

Completed in 1 milliseconds