Searched refs:VIDIOC_DECODER_CMD (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-decoder-cmd.rst | 7 ioctl VIDIOC_DECODER_CMD, VIDIOC_TRY_DECODER_CMD 13 VIDIOC_DECODER_CMD - VIDIOC_TRY_DECODER_CMD - Execute an decoder command 18 .. c:macro:: VIDIOC_DECODER_CMD 20 ``int ioctl(int fd, VIDIOC_DECODER_CMD, struct v4l2_decoder_cmd *argp)`` 39 ``VIDIOC_DECODER_CMD`` sends a command to the decoder, 43 ``VIDIOC_DECODER_CMD`` or ``VIDIOC_TRY_DECODER_CMD`` with a pointer to
|
| H A D | dev-decoder.rst | 574 * if the ``CAPTURE`` queue is streaming, call :c:func:`VIDIOC_DECODER_CMD` 954 ``CAPTURE`` queue, or a call to :c:func:`VIDIOC_DECODER_CMD` with the 981 1. Begin drain by issuing :c:func:`VIDIOC_DECODER_CMD`. 998 :c:func:`VIDIOC_DECODER_CMD` will not fail even if any of the queues is 1003 :c:func:`VIDIOC_DECODER_CMD` was issued will be processed and decoded as 1072 above, skipping the initial :c:func:`VIDIOC_DECODER_CMD`.
|
| H A D | ext-ctrls-codec.rst | 668 :ref:`VIDIOC_DECODER_CMD`.
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | video-try-command.rst | 54 :ref:`VIDIOC_TRY_DECODER_CMD <VIDIOC_DECODER_CMD>` ioctl. 58 :ref:`VIDIOC_TRY_DECODER_CMD <VIDIOC_DECODER_CMD>` documentation
|
| H A D | video-command.rst | 54 :ref:`VIDIOC_DECODER_CMD` ioctl. 58 :ref:`VIDIOC_DECODER_CMD` documentation for
|
| H A D | video-play.rst | 47 V4L2 :ref:`VIDIOC_DECODER_CMD` instead.
|
| H A D | video-continue.rst | 47 V4L2 :ref:`VIDIOC_DECODER_CMD` instead.
|
| H A D | audio-set-mute.rst | 51 V4L2 :ref:`VIDIOC_DECODER_CMD` with the
|
| H A D | video-stop.rst | 63 V4L2 :ref:`VIDIOC_DECODER_CMD` instead.
|
| H A D | video-freeze.rst | 47 V4L2 :ref:`VIDIOC_DECODER_CMD` instead.
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-dev.c | 637 SET_VALID_IOCTL(ops, VIDIOC_DECODER_CMD, vidioc_decoder_cmd); in determine_valid_ioctls()
|
| H A D | v4l2-ioctl.c | 2873 IOCTL_INFO(VIDIOC_DECODER_CMD, v4l_stub_decoder_cmd, v4l_print_decoder_cmd, INFO_FL_PRIO),
|
| /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 | 2430 #define VIDIOC_DECODER_CMD _IOWR('V', 96, struct v4l2_decoder_cmd) 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 | 2430 #define VIDIOC_DECODER_CMD _IOWR('V', 96, struct v4l2_decoder_cmd) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 2570 #define VIDIOC_DECODER_CMD _IOWR('V', 96, struct v4l2_decoder_cmd) macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 2560 #define VIDIOC_DECODER_CMD _IOWR('V', 96, struct v4l2_decoder_cmd) macro
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vicodec/ |
| H A D | vicodec-core.c | 2058 v4l2_disable_ioctl(vfd, VIDIOC_DECODER_CMD); in register_instance()
|