Searched refs:audio_cap (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/ui/ |
H A D | vnc.c | 1072 if (vs->audio_cap) { in vnc_update_throttle_offset() 1101 vs->client_height, vs->client_pf.bytes_per_pixel, vs->audio_cap); in vnc_update_throttle_offset() 1271 if (vs->audio_cap) { in audio_add() 1280 vs->audio_cap = AUD_add_capture(vs->vd->audio_state, &vs->as, &ops, vs); in audio_add() 1281 if (!vs->audio_cap) { in audio_add() 1288 if (vs->audio_cap) { in audio_del() 1289 AUD_del_capture(vs->audio_cap, vs); in audio_del() 1290 vs->audio_cap = NULL; in audio_del()
|
H A D | vnc.h | 328 CaptureVoiceOut *audio_cap; member
|
H A D | trace-events | 58 …offset, int client_width, int client_height, int bytes_per_pixel, void *audio_cap) "VNC client thr…
|