Searched defs:stream_id (Results 1 – 3 of 3) sorted by relevance
/qemu/hw/audio/ |
H A D | virtio-snd.c | 130 uint32_t stream_id) in virtio_snd_pcm_get_stream() 143 uint32_t stream_id) in virtio_snd_pcm_get_params() 159 uint32_t stream_id, start_id, count, size; in virtio_snd_handle_pcm_info() local 241 uint32_t stream_id, in virtio_snd_set_pcm_params() 292 uint32_t stream_id; in virtio_snd_handle_pcm_set_params() local 410 static uint32_t virtio_snd_pcm_prepare(VirtIOSound *s, uint32_t stream_id) in virtio_snd_pcm_prepare() 512 uint32_t stream_id; in virtio_snd_handle_pcm_prepare() local 538 uint32_t stream_id; in virtio_snd_handle_pcm_start_stop() local 603 uint32_t stream_id; in virtio_snd_handle_pcm_release() local 853 uint32_t stream_id; in virtio_snd_handle_tx_xfer() local [all …]
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_snd.h | 173 uint32_t stream_id; member 280 uint32_t stream_id; member
|
/qemu/ui/ |
H A D | vnc-enc-tight.c | 785 static int tight_init_stream(VncState *vs, int stream_id, in tight_init_stream() 839 static int tight_compress_data(VncState *vs, int stream_id, size_t bytes, in tight_compress_data()
|