Searched full:audio_cap (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/ui/ |
| H A D | vnc.c | 1075 if (vs->audio_cap) { in vnc_update_throttle_offset() 1104 vs->client_height, vs->client_pf.bytes_per_pixel, vs->audio_cap); in vnc_update_throttle_offset() 1274 if (vs->audio_cap) { in audio_add() 1283 vs->audio_cap = AUD_add_capture(vs->vd->audio_be, &vs->as, &ops, vs); in audio_add() 1284 if (!vs->audio_cap) { in audio_add() 1291 if (vs->audio_cap) { in audio_del() 1292 AUD_del_capture(vs->audio_cap, vs); in audio_del() 1293 vs->audio_cap = NULL; in audio_del()
|
| H A D | trace-events | 72 …offset, int client_width, int client_height, int bytes_per_pixel, void *audio_cap) "VNC client thr…
|
| H A D | vnc.h | 328 CaptureVoiceOut *audio_cap; member
|