Home
last modified time | relevance | path

Searched refs:VIDIOC_DECODER_CMD (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-decoder-cmd.rst13 ioctl VIDIOC_DECODER_CMD, VIDIOC_TRY_DECODER_CMD
19 VIDIOC_DECODER_CMD - VIDIOC_TRY_DECODER_CMD - Execute an decoder command
25 .. c:function:: int ioctl( int fd, VIDIOC_DECODER_CMD, struct v4l2_decoder_cmd *argp )
26 :name: VIDIOC_DECODER_CMD
47 ``VIDIOC_DECODER_CMD`` sends a command to the decoder,
51 ``VIDIOC_DECODER_CMD`` or ``VIDIOC_TRY_DECODER_CMD`` with a pointer to
Ddev-decoder.rst574 * if the ``CAPTURE`` queue is streaming, call :c:func:`VIDIOC_DECODER_CMD`
952 ``CAPTURE`` queue, or a call to :c:func:`VIDIOC_DECODER_CMD` with the
979 1. Begin drain by issuing :c:func:`VIDIOC_DECODER_CMD`.
996 :c:func:`VIDIOC_DECODER_CMD` will not fail even if any of the queues is
1001 :c:func:`VIDIOC_DECODER_CMD` was issued will be processed and decoded as
1070 above, skipping the initial :c:func:`VIDIOC_DECODER_CMD`.
Dext-ctrls-codec.rst631 :ref:`VIDIOC_DECODER_CMD`.
/Linux-v5.4/Documentation/media/uapi/dvb/
Dvideo-try-command.rst62 :ref:`VIDIOC_TRY_DECODER_CMD <VIDIOC_DECODER_CMD>` ioctl.
66 :ref:`VIDIOC_TRY_DECODER_CMD <VIDIOC_DECODER_CMD>` documentation
Dvideo-command.rst62 :ref:`VIDIOC_DECODER_CMD` ioctl.
66 :ref:`VIDIOC_DECODER_CMD` documentation for
Dvideo-play.rst55 V4L2 :ref:`VIDIOC_DECODER_CMD` instead.
Dvideo-continue.rst55 V4L2 :ref:`VIDIOC_DECODER_CMD` instead.
Daudio-set-mute.rst59 V4L2 :ref:`VIDIOC_DECODER_CMD` with the
Dvideo-freeze.rst55 V4L2 :ref:`VIDIOC_DECODER_CMD` instead.
Dvideo-stop.rst71 V4L2 :ref:`VIDIOC_DECODER_CMD` instead.
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-dev.c632 SET_VALID_IOCTL(ops, VIDIOC_DECODER_CMD, vidioc_decoder_cmd); in determine_valid_ioctls()
Dv4l2-ioctl.c2754 IOCTL_INFO(VIDIOC_DECODER_CMD, v4l_stub_decoder_cmd, v4l_print_decoder_cmd, INFO_FL_PRIO),
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h2493 #define VIDIOC_DECODER_CMD _IOWR('V', 96, struct v4l2_decoder_cmd) macro
/Linux-v5.4/drivers/media/platform/vicodec/
Dvicodec-core.c2115 v4l2_disable_ioctl(vfd, VIDIOC_DECODER_CMD); in register_instance()