Home
last modified time | relevance | path

Searched full:capture (Results 1 – 25 of 68) sorted by relevance

123

/qemu/qapi/
H A Daudio.json57 # @in: options of the capture stream
73 # @in: options of the capture stream
115 # @in: options of the capture stream
134 # @in: options of the capture stream
171 # @in: options of the capture stream
187 # @in: options of the capture stream
241 # @in: options of the capture stream
279 # @in: options of the capture stream
334 # @in: options of the capture stream
378 # @in: options of the capture stream
[all …]
/qemu/docs/system/devices/
H A Dvirtio-snd.rst16 Virtio sound implements capture and playback from inside a guest using the
25 …an optional second will always be a capture stream. Adding more will cycle stream directions from …
/qemu/hw/misc/
H A Dnpcm7xx_mft.c105 /* capture succeeded with a valid CNT value. */
107 /* capture stopped prematurely due to reaching CPCFG condition. */
109 /* capture fails since it reaches underflow condition for CNT. */
166 * If RPM = 0, capture won't happen. CNT will continue count down. in npcm7xx_mft_compute_cnt()
208 * Capture Fan RPM and update CNT and CR registers accordingly.
226 /* Capture input A. */ in npcm7xx_mft_capture()
239 /* Interrupt on input capture on TAn transition - TAPND */ in npcm7xx_mft_capture()
268 /* Capture input B. */ in npcm7xx_mft_capture()
281 /* Interrupt on input capture on TBn transition - TBPND */ in npcm7xx_mft_capture()
/qemu/plugins/
H A Dmeson.build8 capture: true,
17 capture: true,
35 capture: true,
/qemu/hw/rtc/
H A Drs5c372.c45 * Capture the current time into the secondary registers which will be in capture_current_time()
83 * In h/w, capture happens on any START condition, not just a in rs5c372_event()
84 * START_RECV, but there is no need to actually capture on in rs5c372_event()
H A Dds1338.c62 /* Capture the current time into the secondary registers in capture_current_time()
106 /* In h/w, capture happens on any START condition, not just a in ds1338_event()
107 * START_RECV, but there is no need to actually capture on in ds1338_event()
/qemu/include/hw/timer/
H A Dimx_gpt.h59 #define GPT_CR_IM1 (3 << 16) /* Input capture channel 1 mode (2 bits) */
60 #define GPT_CR_IM2 (3 << 18) /* Input capture channel 2 mode (2 bits) */
/qemu/hw/timer/
H A Davr_timer16.c31 * PWM modes, GPIO, output capture pins, input compare pin
79 #define T16_INT_IC 0x20 /* Input capture */
338 * The timer copies cnt to icr when the input capture pin changes in avr_timer16_read()
397 "%s: input capture noise canceller unsupported\n", in avr_timer16_write()
401 qemu_log_mask(LOG_UNIMP, "%s: input capture unsupported\n", in avr_timer16_write()
/qemu/scripts/codeconverter/codeconverter/
H A Dregexps.py21 def P(*regexps, name=None, capture=False, repeat='') -> str: argument
26 elif capture:
/qemu/ui/shader/
H A Dmeson.build11 capture: true,
/qemu/tests/migration-stress/
H A Dmeson.build1 sysprof = dependency('sysprof-capture-4', method: 'pkg-config', required: false)
/qemu/hw/net/can/
H A Dcan_sja1000.h83 SJA_ALC = 0x0b, /* Arbitration Lost Capture */
84 SJA_ECC = 0x0c, /* Error Code Capture */
/qemu/audio/
H A Dwavcapture.c142 ops.capture = wav_capture; in wav_start_capture()
175 error_report("Failed to add audio capture"); in wav_start_capture()
H A Dtrace-events10 alsa_xrun_in(void) "Recovering from capture xrun"
H A Daudio-hmp-cmds.c80 monitor_printf(mon, "Failed to add wave capture\n"); in hmp_wavcapture()
H A Ddsoundaudio.c314 dsound_logerr (hr, "Could not get capture buffer status\n"); in dsound_get_status_in()
499 dolog ("Attempt to control capture voice without a buffer\n"); in dsound_enable_in()
549 dsound_logerr(hr, "Could not get capture buffer position\n"); in dsound_get_buffer_in()
H A Daudio.c386 * Capture
457 /* We have removed soft voice from the capture: in audio_detach_capture()
458 this might have changed the overall status of the capture in audio_detach_capture()
503 * Hard voice (capture)
547 * Soft voice (capture)
1092 dolog("Could not mix %zu frames into a capture " in audio_capture_mix_and_clear()
1369 cb->ops.capture (cb->opaque, cap->buf, in audio_run_capture()
1858 dolog("Can't capture with mixeng disabled\n"); in AUD_add_capture()
1863 dolog ("Invalid settings were passed when trying to add capture\n"); in AUD_add_capture()
/qemu/target/s390x/
H A Dmeson.build16 capture: true,
/qemu/qga/
H A Dqapi-schema.json1276 # and @err-data are present only if 'capture-output' was specified
1322 # An enumeration of guest-exec capture modes.
1324 # @none: do not capture any output
1326 # @stdout: only capture stdout
1328 # @stderr: only capture stderr
1330 # @separated: capture both stdout and stderr, but separated into
1333 # @merged: capture both stdout and stderr, but merge together into
1350 # @mode: capture mode; preferred interface
1371 # @capture-output: bool flag to enable capture of stdout/stderr of
1380 '*input-data': 'str', '*capture-output': 'GuestExecCaptureOutput' },
/qemu/
H A Dhmp-commands-info.hx337 .name = "capture",
340 .help = "show capture information",
345 ``info capture``
346 Show capture information.
/qemu/tests/qemu-iotests/
H A Dcommon.qemu96 capture=0
101 *\"event\":\ \"${evname}\"* ) capture=1 ;;
104 if [ $capture = 1 ];
/qemu/po/
H A Dfr_FR.po21 msgstr "- Appuyer sur Ctrl+Alt+G pour arrêter la capture"
/qemu/hw/audio/
H A Dintel-hda-defs.h94 /* ICH, ATI and VIA have 4 playback and 4 capture */
98 /* ULI has 6 playback and 5 capture */
102 /* ATI HDMI has 1 playback and 0 capture */
106 /* TERA has 4 playback and 3 capture */
/qemu/pc-bios/
H A Dmeson.build23 capture: true,
/qemu/rust/qemu-api/
H A Dmeson.build3 capture: true, check: true).stdout().strip().splitlines()

123