Searched refs:VIDIOC_G_AUDIO (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-audio.rst | 7 ioctl VIDIOC_G_AUDIO, VIDIOC_S_AUDIO 13 VIDIOC_G_AUDIO - VIDIOC_S_AUDIO - Query or select the current audio input and its attributes 18 .. c:macro:: VIDIOC_G_AUDIO 20 ``int ioctl(int fd, VIDIOC_G_AUDIO, struct v4l2_audio *argp)`` 40 :ref:`VIDIOC_G_AUDIO <VIDIOC_G_AUDIO>` ioctl with a pointer to this structure. Drivers fill 47 struct :c:type:`v4l2_audio` structure and call the :ref:`VIDIOC_S_AUDIO <VIDIOC_G_AUDIO>` 75 :ref:`VIDIOC_S_AUDIO <VIDIOC_G_AUDIO>` ioctl), see :ref:`audio-mode`.
|
| H A D | audio.rst | 36 The :ref:`VIDIOC_G_AUDIO <VIDIOC_G_AUDIO>` and 48 :ref:`VIDIOC_S_AUDIO <VIDIOC_G_AUDIO>` ioctl. To select an audio 69 if (-1 == ioctl(fd, VIDIOC_G_AUDIO, &audio)) { 70 perror("VIDIOC_G_AUDIO");
|
| H A D | vidioc-enumaudio.rst | 42 See :ref:`VIDIOC_G_AUDIO <VIDIOC_G_AUDIO>` for a description of struct
|
| H A D | diff-v4l.rst | 154 inputs with the :ref:`VIDIOC_G_AUDIO <VIDIOC_G_AUDIO>` ioctl. The 346 :ref:`VIDIOC_G_AUDIO <VIDIOC_G_AUDIO>` and 347 :ref:`VIDIOC_S_AUDIO <VIDIOC_G_AUDIO>` using struct
|
| H A D | hist-v4l2.rst | 602 Previously the :ref:`VIDIOC_G_AUDIO <VIDIOC_G_AUDIO>` ioctl would 605 input, did not exist. So ``VIDIOC_G_AUDIO`` was renamed to 609 :ref:`VIDIOC_G_AUDIO <VIDIOC_G_AUDIO>` now reports the current 704 3. In the Current Audio Input example the ``VIDIOC_G_AUDIO`` ioctl took 795 2. In :ref:`VIDIOC_G_AUDIO <VIDIOC_G_AUDIO>` it was clarified that the
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-core.c | 1125 v4l2_disable_ioctl(&dev->vid_cap_dev, VIDIOC_G_AUDIO); in vivid_disable_unused_ioctls() 1128 v4l2_disable_ioctl(&dev->vbi_cap_dev, VIDIOC_G_AUDIO); in vivid_disable_unused_ioctls() 1131 v4l2_disable_ioctl(&dev->meta_cap_dev, VIDIOC_G_AUDIO); in vivid_disable_unused_ioctls()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-streams.c | 243 v4l2_disable_ioctl(&s->vdev, VIDIOC_G_AUDIO); in ivtv_prep_dev()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-dev.c | 739 SET_VALID_IOCTL(ops, VIDIOC_G_AUDIO, vidioc_g_audio); in determine_valid_ioctls()
|
| H A D | v4l2-ioctl.c | 2833 IOCTL_INFO(VIDIOC_G_AUDIO, v4l_stub_g_audio, v4l_print_audio, 0),
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/go7007/ |
| H A D | go7007-v4l2.c | 1128 v4l2_disable_ioctl(vdev, VIDIOC_G_AUDIO); in go7007_v4l2_init()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | videodev2.h | 2373 #define VIDIOC_G_AUDIO _IOR('V', 33, struct v4l2_audio) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | videodev2.h | 2373 #define VIDIOC_G_AUDIO _IOR('V', 33, struct v4l2_audio) macro
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/em28xx/ |
| H A D | em28xx-video.c | 2787 v4l2_disable_ioctl(&v4l2->vdev, VIDIOC_G_AUDIO); in em28xx_v4l2_init() 2821 v4l2_disable_ioctl(&v4l2->vbi_dev, VIDIOC_G_AUDIO); in em28xx_v4l2_init()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 2513 #define VIDIOC_G_AUDIO _IOR('V', 33, struct v4l2_audio) macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 2496 #define VIDIOC_G_AUDIO _IOR('V', 33, struct v4l2_audio) macro
|