Searched refs:VIDIOC_DECODER_CMD (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/drivers/staging/media/deprecated/saa7146/av7110/ |
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
|
D | video-command.rst | 54 :ref:`VIDIOC_DECODER_CMD` ioctl. 58 :ref:`VIDIOC_DECODER_CMD` documentation for
|
D | video-play.rst | 47 V4L2 :ref:`VIDIOC_DECODER_CMD` instead.
|
D | video-continue.rst | 47 V4L2 :ref:`VIDIOC_DECODER_CMD` instead.
|
D | audio-set-mute.rst | 51 V4L2 :ref:`VIDIOC_DECODER_CMD` with the
|
D | video-stop.rst | 63 V4L2 :ref:`VIDIOC_DECODER_CMD` instead.
|
D | video-freeze.rst | 47 V4L2 :ref:`VIDIOC_DECODER_CMD` instead.
|
/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
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
|
D | dev-decoder.rst | 581 * if the ``CAPTURE`` queue is streaming, call :c:func:`VIDIOC_DECODER_CMD` 978 ``CAPTURE`` queue, or a call to :c:func:`VIDIOC_DECODER_CMD` with the 1005 1. Begin drain by issuing :c:func:`VIDIOC_DECODER_CMD`. 1022 :c:func:`VIDIOC_DECODER_CMD` will not fail even if any of the queues is 1027 :c:func:`VIDIOC_DECODER_CMD` was issued will be processed and decoded as 1096 above, skipping the initial :c:func:`VIDIOC_DECODER_CMD`.
|
D | ext-ctrls-codec.rst | 668 :ref:`VIDIOC_DECODER_CMD`.
|
/linux-6.1.9/drivers/media/platform/mediatek/vcodec/ |
D | mtk_vcodec_dec_drv.c | 407 v4l2_disable_ioctl(vfd_dec, VIDIOC_DECODER_CMD); in mtk_vcodec_probe()
|
/linux-6.1.9/drivers/media/v4l2-core/ |
D | v4l2-dev.c | 640 SET_VALID_IOCTL(ops, VIDIOC_DECODER_CMD, vidioc_decoder_cmd); in determine_valid_ioctls()
|
D | v4l2-ioctl.c | 2883 IOCTL_INFO(VIDIOC_DECODER_CMD, v4l_stub_decoder_cmd, v4l_print_decoder_cmd, INFO_FL_PRIO),
|
/linux-6.1.9/include/uapi/linux/ |
D | videodev2.h | 2662 #define VIDIOC_DECODER_CMD _IOWR('V', 96, struct v4l2_decoder_cmd) macro
|
/linux-6.1.9/drivers/media/test-drivers/vicodec/ |
D | vicodec-core.c | 2049 v4l2_disable_ioctl(vfd, VIDIOC_DECODER_CMD); in register_instance()
|
/linux-6.1.9/drivers/media/platform/nxp/imx-jpeg/ |
D | mxc-jpeg.c | 2263 v4l2_disable_ioctl(jpeg->dec_vdev, VIDIOC_DECODER_CMD); in mxc_jpeg_probe()
|
/linux-6.1.9/drivers/media/platform/chips-media/ |
D | coda-common.c | 2909 v4l2_disable_ioctl(vfd, VIDIOC_DECODER_CMD); in coda_register_device()
|