Home
last modified time | relevance | path

Searched refs:V4L2_ENC_CMD_STOP (Results 1 – 16 of 16) sorted by relevance

/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dvidioc-encoder-cmd.rst107 is initiated with the ``V4L2_ENC_CMD_STOP`` command, it must be driven
111 * - ``V4L2_ENC_CMD_STOP``
Ddev-encoder.rst69 Encoding -> Drain [ label = "V4L2_ENC_CMD_STOP" ];
570 set to ``V4L2_ENC_CMD_STOP``.
607 before the ``V4L2_ENC_CMD_STOP`` command are dequeued,
618 3. Once all ``OUTPUT`` buffers queued before the ``V4L2_ENC_CMD_STOP`` call are
632 source frames queued to the ``OUTPUT`` queue between ``V4L2_ENC_CMD_STOP``
641 ``V4L2_ENC_CMD_STOP`` again while the drain sequence is in progress and they
647 ``V4L2_ENC_CMD_STOP`` command was issued, the drain sequence completes
695 `V4L2_ENC_CMD_STOP` of the `Drain` sequence.
/Linux-v6.6/drivers/media/v4l2-core/
Dv4l2-mem2mem.c1446 if (ec->cmd != V4L2_ENC_CMD_STOP && ec->cmd != V4L2_ENC_CMD_START) in v4l2_m2m_ioctl_try_encoder_cmd()
1479 if (ec->cmd != V4L2_ENC_CMD_STOP && ec->cmd != V4L2_ENC_CMD_START) in v4l2_m2m_encoder_cmd()
1482 if (ec->cmd == V4L2_ENC_CMD_STOP) in v4l2_m2m_encoder_cmd()
/Linux-v6.6/drivers/media/pci/cx18/
Dcx18-ioctl.c854 case V4L2_ENC_CMD_STOP: in cx18_encoder_cmd()
911 case V4L2_ENC_CMD_STOP: in cx18_try_encoder_cmd()
/Linux-v6.6/drivers/media/usb/hdpvr/
Dhdpvr-video.c1063 case V4L2_ENC_CMD_STOP: in vidioc_encoder_cmd()
1091 case V4L2_ENC_CMD_STOP: in vidioc_try_encoder_cmd()
/Linux-v6.6/drivers/media/platform/verisilicon/
Dhantro_v4l2.c748 if (ec->cmd == V4L2_ENC_CMD_STOP && in vidioc_encoder_cmd()
/Linux-v6.6/drivers/media/pci/ivtv/
Divtv-ioctl.c1288 case V4L2_ENC_CMD_STOP: in ivtv_encoder_cmd()
1338 case V4L2_ENC_CMD_STOP: in ivtv_try_encoder_cmd()
/Linux-v6.6/drivers/media/platform/mediatek/vcodec/encoder/
Dmtk_vcodec_enc.c733 case V4L2_ENC_CMD_STOP: in vidioc_encoder_cmd()
/Linux-v6.6/drivers/media/platform/amphion/
Dvenc.c461 if (cmd->cmd == V4L2_ENC_CMD_STOP) { in venc_encoder_cmd()
/Linux-v6.6/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions461 replace define V4L2_ENC_CMD_STOP encoder-cmds
/Linux-v6.6/include/uapi/linux/
Dvideodev2.h2151 #define V4L2_ENC_CMD_STOP (1) macro
/Linux-v6.6/drivers/media/platform/qcom/venus/
Dvenc.c541 if (cmd->cmd == V4L2_ENC_CMD_STOP && in venc_encoder_cmd()
/Linux-v6.6/drivers/media/test-drivers/vicodec/
Dvicodec-core.c1226 if (ec->cmd == V4L2_ENC_CMD_STOP && in vicodec_encoder_cmd()
/Linux-v6.6/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_enc.c2290 case V4L2_ENC_CMD_STOP: in vidioc_encoder_cmd()
/Linux-v6.6/drivers/media/platform/nxp/imx-jpeg/
Dmxc-jpeg.c1557 if (cmd->cmd == V4L2_ENC_CMD_STOP && in mxc_jpeg_encoder_cmd()
/Linux-v6.6/drivers/media/platform/allegro-dvt/
Dallegro-core.c3448 if (cmd->cmd == V4L2_ENC_CMD_STOP) in allegro_encoder_cmd()