| /linux/sound/soc/fsl/ |
| A D | imx-pcm-fiq.c | 41 atomic_t capturing; member 51 if (!atomic_read(&iprtd->playing) && !atomic_read(&iprtd->capturing)) in snd_hrtimer_callback() 121 atomic_set(&iprtd->capturing, 1); in snd_imx_pcm_trigger() 133 atomic_set(&iprtd->capturing, 0); in snd_imx_pcm_trigger() 135 !atomic_read(&iprtd->capturing)) in snd_imx_pcm_trigger() 187 atomic_set(&iprtd->capturing, 0); in snd_imx_open()
|
| /linux/drivers/media/usb/go7007/ |
| A D | snd-go7007.c | 43 int capturing; member 94 if (gosnd->capturing) in parse_audio_stream_data() 156 gosnd->capturing = 1; in go7007_snd_pcm_trigger() 160 gosnd->capturing = 0; in go7007_snd_pcm_trigger() 215 gosnd->capturing = 0; in go7007_snd_init()
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-bus-iio-light-si1133 | 6 dark photodiode. "small" indicate the surface area capturing 14 dark photodiodes. "large" indicate the surface area capturing
|
| A D | sysfs-platform-dell-privacy-wmi | 19 shutter assembly that is built onto the camera module to block capturing images 54 shutter assembly that is built onto the camera module to block capturing images
|
| /linux/drivers/media/pci/ivtv/ |
| A D | ivtv-streams.c | 546 if (atomic_read(&itv->capturing) == 0) { in ivtv_start_v4l2_encode_stream() 614 if (atomic_read(&itv->capturing) == 0) { in ivtv_start_v4l2_encode_stream() 652 atomic_inc(&itv->capturing); in ivtv_start_v4l2_encode_stream() 807 if (atomic_read(&itv->capturing) == 0) in ivtv_stop_v4l2_encode_stream() 878 atomic_dec(&itv->capturing); in ivtv_stop_v4l2_encode_stream() 886 if (atomic_read(&itv->capturing) > 0) { in ivtv_stop_v4l2_encode_stream() 1012 if (atomic_read(&itv->capturing) == 0) { in ivtv_passthrough_mode() 1019 atomic_inc(&itv->capturing); in ivtv_passthrough_mode() 1030 atomic_dec(&itv->capturing); in ivtv_passthrough_mode() 1035 if (atomic_read(&itv->capturing) == 0) in ivtv_passthrough_mode()
|
| A D | ivtv-firmware.c | 334 if (!res && !atomic_read(&itv->capturing) && in ivtv_firmware_check() 365 if (res && !atomic_read(&itv->capturing) && in ivtv_firmware_check()
|
| A D | ivtv-fileops.c | 362 if (atomic_read(&itv->capturing) == 0 && s->fh == NULL) { in ivtv_read() 904 if (atomic_read(&itv->capturing) > 0) { in ivtv_v4l2_close() 1008 if (atomic_read(&itv->capturing) > 0) { 1060 if (atomic_read(&itv->capturing)) 1067 if (atomic_read(&itv->capturing)) {
|
| A D | ivtv-ioctl.c | 584 if (atomic_read(&itv->capturing) > 0) in ivtv_s_fmt_vid_cap() 602 if (!ivtv_raw_vbi(itv) && atomic_read(&itv->capturing) > 0) in ivtv_s_fmt_vbi_cap() 621 if (ivtv_raw_vbi(itv) && atomic_read(&itv->capturing) > 0) in ivtv_s_fmt_sliced_vbi_cap() 991 if (atomic_read(&itv->capturing) > 0) { in ivtv_s_input() 1169 atomic_read(&itv->capturing) > 0 || in ivtv_s_std() 1263 if (!atomic_read(&itv->capturing)) in ivtv_g_enc_index() 1298 if (!atomic_read(&itv->capturing)) in ivtv_encoder_cmd() 1311 if (!atomic_read(&itv->capturing)) in ivtv_encoder_cmd()
|
| /linux/Documentation/admin-guide/media/ |
| A D | starfive_camss.rst | 63 - capture_raw: The capture device, capturing image data directly from a sensor. 64 - capture_yuv: The capture device, capturing YUV frame data processed by the
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | func-read.rst | 62 Using a single buffer the driver will stop capturing when the 71 keeps capturing into an internal buffer, continuously overwriting the 75 A driver discarding the newest frames stops capturing until the next 85 continuous capturing when the application can empty the buffers fast
|
| A D | dev-overlay.rst | 14 This can be considerable more efficient than capturing images and 25 capturing. The overlay function is only available after calling 28 The driver may support simultaneous overlay and capturing using the 34 Applications should use different file descriptors for capturing and 36 capturing and overlay. Optionally these drivers may also permit 37 capturing and overlay with a single file descriptor for compatibility 111 When simultaneous capturing and overlay is supported and the hardware 152 When simultaneous capturing and overlay is supported and the hardware 303 the efforts to support simultaneous capturing and overlay will
|
| A D | userp.rst | 43 printf ("Video capturing or user pointer streaming is not supported\\n"); 72 For capturing applications it is customary to enqueue a number of empty 73 buffers, to start capturing and enter the read loop. Here the 88 To start and stop capturing or output applications call the
|
| A D | dmabuf.rst | 54 printf("Video capturing or DMABUF streaming is not supported\\n"); 128 For capturing applications it is customary to enqueue a number of empty 129 buffers, to start capturing and enter the read loop. Here the 144 To start and stop capturing or displaying applications call the
|
| A D | dev-raw-vbi.rst | 30 capturing and output is also available as device function under 33 Accessed as ``/dev/vbi``, raw VBI capturing or output is the default 39 Devices supporting the raw VBI capturing or output API set the 90 already requested VBI capturing or output. Anyway, applications must 162 driver. Anyway, drivers may not support single field capturing and 213 fields for VBI capturing at the same time. For simplicity setting
|
| A D | mmap.rst | 75 printf("Video capturing or mmap-streaming is not supported\\n"); 148 printf("Video capturing or mmap-streaming is not supported\\n"); 225 driver. For capturing applications it is customary to first enqueue all 226 mapped buffers, then to start capturing and enter the read loop. Here 246 To start and stop capturing or output applications call the
|
| A D | pixfmt.rst | 15 focus on video capturing and output, for overlay frame buffer formats
|
| A D | func-select.rst | 68 capturing. When that fails, :c:func:`select()` returns successful and 70 capturing, will return an appropriate error code. When the driver
|
| A D | format.rst | 50 simultaneous video capturing may be restricted to the same cropping and 60 the exception being drivers permitting simultaneous video capturing and
|
| A D | vidioc-qbuf.rst | 39 (capturing) or filled (output) buffer in the driver's incoming queue. 124 (capturing) or displayed (output) buffer from the driver's outgoing 176 an error, or even stop capturing. Reusing such buffer may be unsafe
|
| /linux/sound/parisc/ |
| A D | harmony.c | 213 if (h->csubs && h->st.capturing) { in snd_harmony_interrupt() 297 if (h->st.capturing) in snd_harmony_playback_trigger() 339 h->st.capturing = 1; in snd_harmony_capture_trigger() 346 h->st.capturing = 0; in snd_harmony_capture_trigger() 400 if (h->st.capturing) in snd_harmony_playback_prepare() 437 h->st.capturing = 0; in snd_harmony_capture_prepare() 491 if (!(h->st.capturing) || (h->csubs == NULL)) in snd_harmony_capture_pointer()
|
| A D | harmony.h | 31 int capturing; member
|
| /linux/Documentation/userspace-api/media/dvb/ |
| A D | dmx-qbuf.rst | 41 (capturing) or filled (output) buffer in the driver's incoming queue. 56 (capturing) buffer from the driver's outgoing queue.
|
| /linux/drivers/media/pci/intel/ipu3/ |
| A D | Kconfig | 15 Skylake and Kaby Lake SoCs and used for capturing images and
|
| /linux/drivers/media/pci/intel/ipu6/ |
| A D | Kconfig | 21 and used for capturing images and video from camera sensors.
|
| /linux/Documentation/sound/cards/ |
| A D | pcmtest.rst | 16 * Generate random or pattern-based capturing data 17 * Inject delays into the playback and capturing processes
|