Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-encoder-cmd.rst107 is initiated with the ``V4L2_ENC_CMD_STOP`` command, it must be driven
111 * - ``V4L2_ENC_CMD_STOP``
H A 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/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c1470 if (ec->cmd != V4L2_ENC_CMD_STOP && ec->cmd != V4L2_ENC_CMD_START) in v4l2_m2m_ioctl_try_encoder_cmd()
1503 if (ec->cmd != V4L2_ENC_CMD_STOP && ec->cmd != V4L2_ENC_CMD_START) in v4l2_m2m_encoder_cmd()
1506 if (ec->cmd == V4L2_ENC_CMD_STOP) in v4l2_m2m_encoder_cmd()
/linux/drivers/media/pci/cx18/
H A Dcx18-ioctl.c854 case V4L2_ENC_CMD_STOP: in cx18_encoder_cmd()
911 case V4L2_ENC_CMD_STOP: in cx18_try_encoder_cmd()
/linux/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c1063 case V4L2_ENC_CMD_STOP: in vidioc_encoder_cmd()
1091 case V4L2_ENC_CMD_STOP: in vidioc_try_encoder_cmd()
/linux/drivers/media/platform/verisilicon/
H A Dhantro_v4l2.c726 if (ec->cmd == V4L2_ENC_CMD_STOP && in vidioc_encoder_cmd()
/linux/drivers/media/pci/ivtv/
H A Divtv-ioctl.c1288 case V4L2_ENC_CMD_STOP: in ivtv_encoder_cmd()
1338 case V4L2_ENC_CMD_STOP: in ivtv_try_encoder_cmd()
/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc.c733 case V4L2_ENC_CMD_STOP: in vidioc_encoder_cmd()
/linux/drivers/media/platform/amphion/
H A Dvenc.c461 if (cmd->cmd == V4L2_ENC_CMD_STOP) { in venc_encoder_cmd()
/linux/include/uapi/linux/
H A Dvideodev2.h2192 #define V4L2_ENC_CMD_STOP (1) macro
/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions463 replace define V4L2_ENC_CMD_STOP encoder-cmds
/linux/drivers/media/platform/qcom/venus/
H A Dvenc.c541 if (cmd->cmd == V4L2_ENC_CMD_STOP && in venc_encoder_cmd()
/linux/drivers/media/platform/imagination/
H A De5010-jpeg-enc.c1278 if (cmd->cmd == V4L2_ENC_CMD_STOP && in e5010_encoder_cmd()
/linux/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu-enc.c634 case V4L2_ENC_CMD_STOP: in wave5_vpu_enc_encoder_cmd()
/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_enc.c2327 case V4L2_ENC_CMD_STOP: in vidioc_encoder_cmd()
/linux/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c1225 if (ec->cmd == V4L2_ENC_CMD_STOP && in vicodec_encoder_cmd()
/linux/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c1577 if (cmd->cmd == V4L2_ENC_CMD_STOP && in mxc_jpeg_encoder_cmd()
/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c3448 if (cmd->cmd == V4L2_ENC_CMD_STOP) in allegro_encoder_cmd()