Searched refs:V4L2_DEC_CMD_STOP (Results 1 – 15 of 15) sorted by relevance
113 - Structure containing additional data for the ``V4L2_DEC_CMD_STOP``154 is initiated with the ``V4L2_DEC_CMD_STOP`` command, it must be driven159 without the ``V4L2_DEC_CMD_STOP`` being called explicitly. See161 * - ``V4L2_DEC_CMD_STOP``
186 Decoding -> Drain [ label = "V4L2_DEC_CMD_STOP" ];881 buffers or use V4L2_DEC_CMD_STOP and V4L2_DEC_CMD_START to drain the986 set to ``V4L2_DEC_CMD_STOP``.1027 before the ``V4L2_DEC_CMD_STOP`` command are dequeued,1038 3. Once all the ``OUTPUT`` buffers queued before the ``V4L2_DEC_CMD_STOP`` call1061 ``V4L2_DEC_CMD_STOP`` again while the drain sequence is in progress and they
1406 if (dc->cmd != V4L2_DEC_CMD_STOP && dc->cmd != V4L2_DEC_CMD_START) in v4l2_m2m_ioctl_try_decoder_cmd()1411 if (dc->cmd == V4L2_DEC_CMD_STOP) { in v4l2_m2m_ioctl_try_decoder_cmd()1451 if (dc->cmd != V4L2_DEC_CMD_STOP && dc->cmd != V4L2_DEC_CMD_START) in v4l2_m2m_decoder_cmd()1454 if (dc->cmd == V4L2_DEC_CMD_STOP) in v4l2_m2m_decoder_cmd()
652 else if (p->cmd == V4L2_DEC_CMD_STOP) in v4l_print_decoder_cmd()
80 case V4L2_DEC_CMD_STOP: in vidioc_decoder_cmd()
737 if (cmd->cmd != V4L2_DEC_CMD_STOP) in vdec_decoder_cmd()
830 case V4L2_DEC_CMD_STOP: in vidioc_decoder_cmd()
2078 #define V4L2_DEC_CMD_STOP (1) macro
453 replace define V4L2_DEC_CMD_STOP decoder-cmds
511 if (cmd->cmd == V4L2_DEC_CMD_STOP) { in vdec_decoder_cmd()
262 case V4L2_DEC_CMD_STOP: in ivtv_video_command()
793 if (cmd->cmd != V4L2_DEC_CMD_STOP) in delta_try_decoder_cmd()
1007 if (cmd->cmd == V4L2_DEC_CMD_STOP) { in mxc_jpeg_decoder_cmd()
1259 if (dc->cmd == V4L2_DEC_CMD_STOP && in vicodec_decoder_cmd()
1229 case V4L2_DEC_CMD_STOP: in coda_decoder_cmd()
Completed in 102 milliseconds