Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 25 of 110) sorted by relevance

12345

/qemu/hw/audio/
H A Dvirtio-snd.c227 if (!stream) { in virtio_snd_handle_pcm_info()
232 val = stream->info; in virtio_snd_handle_pcm_info()
414 if (stream) { in virtio_snd_pcm_close()
417 AUD_close_out(&stream->pcm->snd->card, stream->voice.out); in virtio_snd_pcm_close()
420 AUD_close_in(&stream->pcm->snd->card, stream->voice.in); in virtio_snd_pcm_close()
451 if (stream == NULL) { in virtio_snd_pcm_prepare()
456 stream->s = s; in virtio_snd_pcm_prepare()
480 stream->as = as; in virtio_snd_pcm_prepare()
582 if (stream) { in virtio_snd_handle_pcm_start_stop()
648 if (stream == NULL) { in virtio_snd_handle_pcm_release()
[all …]
H A Dtrace-events21 hda_audio_running(const char *stream, int nr, bool running) "st %s, nr %d, run %d"
22 hda_audio_format(const char *stream, int chan, const char *fmt, int freq) "st %s, %d x %s @ %d Hz"
23 hda_audio_adjust(const char *stream, int pos) "st %s, pos %d"
24 hda_audio_overrun(const char *stream) "st %s"
50 virtio_snd_handle_pcm_set_params(uint32_t stream) "VIRTIO_SND_PCM_SET_PARAMS called for stream %"PR…
52 virtio_snd_handle_pcm_info(uint32_t stream) "VIRTIO_SND_R_PCM_INFO called for stream %"PRIu32
53 virtio_snd_handle_pcm_start_stop(const char *code, uint32_t stream) "%s called for stream %"PRIu32
54 virtio_snd_handle_pcm_release(uint32_t stream) "VIRTIO_SND_PCM_RELEASE called for stream %"PRIu32
58 virtio_snd_pcm_stream_flush(uint32_t stream) "flushing stream %"PRIu32
H A Dintel-hda.c216 uint32_t stream; member
504 if (cdc->stream) { in intel_hda_notify_codecs()
505 cdc->stream(cdev, stream, running, output); in intel_hda_notify_codecs()
579 bool output = reg->stream >= 4; in intel_hda_set_st_ctl()
580 IntelHDAStream *st = d->st + reg->stream; in intel_hda_set_st_ctl()
584 dprint(d, 1, "st #%d: reset\n", reg->stream); in intel_hda_set_st_ctl()
593 reg->stream, stnr, st->cbl); in intel_hda_set_st_ctl()
598 dprint(d, 1, "st #%d: stop %d\n", reg->stream, stnr); in intel_hda_set_st_ctl()
809 .stream = _i, \
817 .stream = _i, \
[all …]
/qemu/ui/
H A Dvnc-clipboard.c31 z_stream stream = { in inflate_buffer() local
41 stream.next_out = out + stream.total_out; in inflate_buffer()
42 stream.avail_out = out_len - stream.total_out; in inflate_buffer()
64 stream.next_out = out + stream.total_out; in inflate_buffer()
65 stream.avail_out = out_len - stream.total_out; in inflate_buffer()
73 inflateEnd(&stream); in inflate_buffer()
86 z_stream stream = { in deflate_buffer() local
96 stream.next_out = out + stream.total_out; in deflate_buffer()
97 stream.avail_out = out_len - stream.total_out; in deflate_buffer()
116 stream.next_out = out + stream.total_out; in deflate_buffer()
[all …]
/qemu/audio/
H A Dpaaudio.c32 pa_stream *stream; member
38 pa_stream *stream; member
88 !(stream) || !PA_STREAM_IS_GOOD (pa_stream_get_state ((stream)))) { \
90 ((stream) && pa_stream_get_state ((stream)) == PA_STREAM_FAILED)) { \
473 if (!stream) { in qpa_simple_new()
498 return stream; in qpa_simple_new()
503 if (stream) { in qpa_simple_new()
546 if (!pa->stream) { in qpa_init_out()
595 if (!pa->stream) { in qpa_init_in()
634 if (pa->stream) { in qpa_fini_out()
[all …]
H A Dpwaudio.c47 struct pw_stream *stream; member
77 v->stream = NULL; in stream_destroy()
91 assert(v->stream); in playback_on_process()
141 pw_stream_queue_buffer(v->stream, b); in playback_on_process()
155 assert(v->stream); in capture_on_process()
448 if (v->stream == NULL) { in qpw_stream_new()
468 res = pw_stream_connect(v->stream, in qpw_stream_new()
478 pw_stream_destroy(v->stream); in qpw_stream_new()
611 if (!v->stream) { in qpw_voice_fini()
615 pw_stream_destroy(v->stream); in qpw_voice_fini()
[all …]
/qemu/disas/
H A Dhppa.c2154 (info->stream, "%s", in print_insn_hppa()
2159 (info->stream, "%s ", in print_insn_hppa()
2164 (info->stream, "%s", in print_insn_hppa()
2169 (info->stream, "%s ", in print_insn_hppa()
2174 (info->stream, "%s ", in print_insn_hppa()
2179 (info->stream, "%s", in print_insn_hppa()
2224 (info->stream, "%s ", in print_insn_hppa()
2250 (info->stream, "%s", in print_insn_hppa()
2260 (info->stream, ",c%s", in print_insn_hppa()
2299 (info->stream, "%s", in print_insn_hppa()
[all …]
H A Dcapstone.c109 FILE *stream = info->stream; in cap_dump_insn_units() local
139 print(stream, " %02x", insn->bytes[i]); in cap_dump_insn_units()
148 FILE *stream = info->stream; in cap_dump_insn() local
151 print(stream, "0x%08" PRIx64 ": ", insn->address); in cap_dump_insn()
163 print(stream, "%*s", width, ""); in cap_dump_insn()
173 print(stream, "\n"); in cap_dump_insn()
219 info->fprintf_func(info->stream, in cap_disas_target()
227 info->fprintf_func(info->stream, in cap_disas_target()
257 info->fprintf_func(info->stream, in cap_disas_host()
308 info->fprintf_func(info->stream, in cap_disas_monitor()
[all …]
H A Dxtensa.c50 info->fprintf_func(info->stream, ".byte 0x%02x", buffer[0]); in print_insn_xtensa()
57 info->fprintf_func(info->stream, ".byte 0x%02x", buffer[0]); in print_insn_xtensa()
69 info->fprintf_func(info->stream, "%s 0x%02x", in print_insn_xtensa()
77 info->fprintf_func(info->stream, "{ "); in print_insn_xtensa()
85 info->fprintf_func(info->stream, "; "); in print_insn_xtensa()
90 info->fprintf_func(info->stream, "???"); in print_insn_xtensa()
107 info->fprintf_func(info->stream, "???"); in print_insn_xtensa()
111 info->fprintf_func(info->stream, "%s%d", in print_insn_xtensa()
115 info->fprintf_func(info->stream, "0x%x", v); in print_insn_xtensa()
117 info->fprintf_func(info->stream, "%d", v); in print_insn_xtensa()
[all …]
H A Dsh4.c1203 fprintf_fn (stream, "%c%c", in print_movxy()
1208 fprintf_fn (stream, "%c%c", in print_movxy()
1226 fprintf_fn (stream, ","); in print_movxy()
1239 void *stream = info->stream; in print_insn_ddt() local
1284 fprintf_fn, stream); in print_insn_ddt()
1307 fprintf_fn, stream); in print_insn_ddt()
1317 fprintf_fn, stream); in print_insn_ddt()
1369 void *stream = info->stream; in print_insn_ppi() local
1477 fprintf_fn (stream, ","); in print_insn_ppi()
1512 void *stream = info->stream; in print_insn_sh() local
[all …]
H A Ddisas-common.c26 info->fprintf_func(info->stream, "Unknown error %d\n", status); in perror_memory()
29 info->fprintf_func(info->stream, in perror_memory()
38 info->fprintf_func(info->stream, "0x%" PRIx64, addr); in print_address()
76 int disas_gstring_printf(FILE *stream, const char *fmt, ...) in disas_gstring_printf() argument
79 GString *s = (GString *)stream; in disas_gstring_printf()
H A Dmips.c5759 (info->stream,
5771 fprintf (stream, "\n\
5775 fprintf (stream, "\n\
5779 fprintf (stream, "\n\
5783 fprintf (stream, "\n\
5788 fprintf (stream, "\n\
5793 fprintf (stream, "\n\
5797 fprintf (stream, "\n\
5801 fprintf (stream, "\n\
5806 fprintf (stream, "\n");
[all …]
H A Dmicroblaze.c768 void * stream = info->stream; in print_insn_microblaze() local
804 fprintf_func (stream, ".short 0x%04lx", inst); in print_insn_microblaze()
808 fprintf_func (stream, "%s", op->name); in print_insn_microblaze()
826 fprintf_func (stream, "\t// "); in print_insn_microblaze()
866 fprintf_func (stream, "\t// "); in print_insn_microblaze()
869 fprintf_func (stream, "\t\t// "); in print_insn_microblaze()
870 fprintf_func (stream, "%x", immval); in print_insn_microblaze()
887 fprintf_func (stream, "\t// "); in print_insn_microblaze()
905 fprintf_func (stream, "\t// "); in print_insn_microblaze()
908 fprintf_func (stream, "\t\t// "); in print_insn_microblaze()
[all …]
H A Dobjdump.c19 info->fprintf_func(info->stream, "\n%s: ", prefix); in print_insn_objdump()
21 info->fprintf_func(info->stream, "%02x", buf[i]); in print_insn_objdump()
24 info->fprintf_func(info->stream, "unable to read memory"); in print_insn_objdump()
H A Dm68k.c1117 (info->stream, in print_insn_arg()
1228 (info->stream, "%s", in print_insn_arg()
1234 (info->stream, "%s", in print_insn_arg()
1248 (info->stream, "%%fp%d", in print_insn_arg()
1262 (info->stream, "%s@+", in print_insn_arg()
1268 (info->stream, "%s@-", in print_insn_arg()
1275 (info->stream, "{%s}", in print_insn_arg()
1343 (info->stream, "%s@(%d)", in print_insn_arg()
1829 info->fprintf_func (info->stream, in match_insn_m68k()
1848 info->fprintf_func (info->stream, " "); in match_insn_m68k()
[all …]
H A Dsparc.c2669 FILE *stream = info->stream; in print_insn_sparc() local
2770 (*info->fprintf_func) (stream, " "); in print_insn_sparc()
2776 (*info->fprintf_func) (stream, ","); in print_insn_sparc()
2800 (*info->fprintf_func) (stream, " "); in print_insn_sparc()
2813 (*info->fprintf_func) (stream, "0"); in print_insn_sparc()
2933 (info->fprintf_func) (stream, "0"); in print_insn_sparc()
2992 (*info->fprintf_func) (stream, "%%pc"); in print_insn_sparc()
3110 (*info->fprintf_func) (stream, "%%fq"); in print_insn_sparc()
3126 (*info->fprintf_func) (stream, "%ld", in print_insn_sparc()
3132 (*info->fprintf_func) (stream, "%%y"); in print_insn_sparc()
[all …]
/qemu/qapi/
H A Daudio.json57 # @in: options of the capture stream
59 # @out: options of the playback stream
95 # @in: options of the capture stream
114 # @in: options of the capture stream
151 # @in: options of the capture stream
167 # @in: options of the capture stream
221 # @in: options of the capture stream
292 # @stream-name: name of the PulseAudio stream created by qemu. Can be
306 '*stream-name': 'str',
336 # @stream-name: name of the PipeWire stream created by qemu. Can be
[all …]
/qemu/tests/qemu-iotests/
H A D258.out3 === Commit and stream finish concurrently (letting stream write) ===
11 {"execute": "block-stream", "arguments": {"base-node": "commit-filter", "device": "node3", "job-id"…
17 {"data": {"device": "stream", "len": 67108864, "offset": 67108864, "speed": 0, "type": "stream"}, "…
19 === Commit and stream finish concurrently (letting commit write) ===
27 {"execute": "block-stream", "arguments": {"base-node": "commit-filter", "device": "node3", "job-id"…
29 {"data": {"device": "stream", "len": 67108864, "offset": 67108864, "speed": 0, "type": "stream"}, "…
H A D245.out7 {"data": {"id": "stream0", "type": "stream"}, "event": "BLOCK_JOB_PENDING", "timestamp": {"microsec…
8 {"data": {"device": "stream0", "len": 3145728, "offset": 3145728, "speed": 0, "type": "stream"}, "e…
11 {"data": {"id": "stream0", "type": "stream"}, "event": "BLOCK_JOB_PENDING", "timestamp": {"microsec…
12 {"data": {"device": "stream0", "len": 3145728, "offset": 3145728, "speed": 0, "type": "stream"}, "e…
H A D173.out5 === Running QEMU, using block-stream to find backing image ===
31 'execute': 'block-stream'
38 …K_JOB_COMPLETED", "data": {"device": "disk2", "len": 0, "offset": 0, "speed": 0, "type": "stream"}}
/qemu/util/
H A Dqemu-print.c49 int qemu_vfprintf(FILE *stream, const char *fmt, va_list ap) in qemu_vfprintf() argument
51 if (!stream) { in qemu_vfprintf()
54 return vfprintf(stream, fmt, ap); in qemu_vfprintf()
61 int qemu_fprintf(FILE *stream, const char *fmt, ...) in qemu_fprintf() argument
67 ret = qemu_vfprintf(stream, fmt, ap); in qemu_fprintf()
/qemu/tests/tcg/ppc64/
H A Dvsx_f2i_nan.c134 static inline void print_vsx_float32_vec_elements(FILE *stream, in print_vsx_float32_vec_elements() argument
137 fprintf(stream, "%g, %g, %g, %g", (double)vec[0], (double)vec[1], in print_vsx_float32_vec_elements()
141 static inline void print_vsx_float64_vec_elements(FILE *stream, in print_vsx_float64_vec_elements() argument
144 fprintf(stream, "%.17g, %.17g", vec[0], vec[1]); in print_vsx_float64_vec_elements()
147 static inline void print_vsx_int32_vec_elements(FILE *stream, in print_vsx_int32_vec_elements() argument
150 fprintf(stream, "%d, %d, %d, %d", vec[0], vec[1], vec[2], vec[3]); in print_vsx_int32_vec_elements()
153 static inline void print_vsx_uint32_vec_elements(FILE *stream, in print_vsx_uint32_vec_elements() argument
159 static inline void print_vsx_int64_vec_elements(FILE *stream, in print_vsx_int64_vec_elements() argument
162 fprintf(stream, "%lld, %lld", vec[0], vec[1]); in print_vsx_int64_vec_elements()
165 static inline void print_vsx_uint64_vec_elements(FILE *stream, in print_vsx_uint64_vec_elements() argument
[all …]
/qemu/.gitlab-ci.d/custom-runners/
H A Dcentos-stream-8-x86_64.yml1 # All centos-stream-8 jobs should run successfully in an environment
2 # setup by the scripts/ci/setup/stream/8/build-environment.yml task
5 centos-stream-8-x86_64:
21 - ../scripts/ci/org.centos/stream/8/x86_64/configure
/qemu/hw/usb/
H A Ddev-uas.c157 uint32_t stream; member
353 st->stream = tag; in usb_uas_alloc_status()
366 p = uas->status3[st->stream]; in usb_uas_send_status_bh()
401 usb_wakeup(ep, st->stream); in usb_uas_queue_status()
844 if (p->stream > UAS_MAX_STREAMS) { in usb_uas_handle_data()
847 if (p->stream) { in usb_uas_handle_data()
849 if (st->stream == p->stream) { in usb_uas_handle_data()
874 if (p->stream > UAS_MAX_STREAMS) { in usb_uas_handle_data()
877 if (p->stream) { in usb_uas_handle_data()
884 if (p->stream) { in usb_uas_handle_data()
[all …]
/qemu/docs/system/devices/
H A Dvirtio-snd.rst25stream configuration is supported: the first one will always be a playback stream, an optional sec…

12345