Lines Matching full:command

13 VIDIOC_DECODER_CMD - VIDIOC_TRY_DECODER_CMD - Execute an decoder command
39 ``VIDIOC_DECODER_CMD`` sends a command to the decoder,
40 ``VIDIOC_TRY_DECODER_CMD`` can be used to try a command without actually
41 executing it. To send a command applications must initialize all fields
46 The ``cmd`` field must contain the command code. Some commands use the
50 call sends an implicit START command to the decoder if it has not been
55 command to the decoder, and all buffered data is discarded. Applies to both
76 - The decoder command, see :ref:`decoder-cmds`.
80 - Flags to go with the command. If no flags are defined for this
81 command, drivers and applications must set this field to zero.
88 ``V4L2_DEC_CMD_START`` command.
114 command.
144 this command will just change the playback speed. That means that
147 ``V4L2_DEC_CMD_RESUME`` for that. This command has one flag:
152 is initiated with the ``V4L2_DEC_CMD_STOP`` command, it must be driven
153 to completion before this command can be invoked. Any attempt to
154 invoke the command while the drain sequence is in progress will trigger
155 an ``EBUSY`` error code. The command may be also used to restart the
162 command does nothing. This command has two flags: if
171 For a device implementing the :ref:`decoder`, the command will initiate
173 arguments are accepted in this case. Any attempt to invoke the command
180 already paused, this command does nothing. This command has one
185 - Resume decoding after a PAUSE command. When the decoder has not
187 the decoder is already running, this command does nothing. No
188 flags are defined for this command.
192 This command is typically used when the application reached the
196 So this command can be used to explicitly flush that final decoded
197 frame. This command does nothing if there are no held capture buffers.
208 progress. It is not allowed to issue another decoder command until it
215 The application sent a PAUSE or RESUME command when the decoder was