Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/drivers/media/v4l2-core/
Dv4l2-mem2mem.c1386 if (ec->cmd != V4L2_ENC_CMD_STOP && ec->cmd != V4L2_ENC_CMD_START) in v4l2_m2m_ioctl_try_encoder_cmd()
1419 if (ec->cmd != V4L2_ENC_CMD_STOP && ec->cmd != V4L2_ENC_CMD_START) in v4l2_m2m_encoder_cmd()
1422 if (ec->cmd == V4L2_ENC_CMD_STOP) in v4l2_m2m_encoder_cmd()
/Linux-v5.10/drivers/media/usb/hdpvr/
Dhdpvr-video.c1064 case V4L2_ENC_CMD_STOP: in vidioc_encoder_cmd()
1092 case V4L2_ENC_CMD_STOP: in vidioc_try_encoder_cmd()
/Linux-v5.10/drivers/media/pci/cx18/
Dcx18-ioctl.c932 case V4L2_ENC_CMD_STOP: in cx18_encoder_cmd()
989 case V4L2_ENC_CMD_STOP: in cx18_try_encoder_cmd()
/Linux-v5.10/drivers/media/pci/ivtv/
Divtv-ioctl.c1294 case V4L2_ENC_CMD_STOP: in ivtv_encoder_cmd()
1344 case V4L2_ENC_CMD_STOP: in ivtv_try_encoder_cmd()
/Linux-v5.10/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions438 replace define V4L2_ENC_CMD_STOP encoder-cmds
/Linux-v5.10/include/uapi/linux/
Dvideodev2.h2013 #define V4L2_ENC_CMD_STOP (1) macro
/Linux-v5.10/drivers/media/platform/s5p-mfc/
Ds5p_mfc_enc.c2284 case V4L2_ENC_CMD_STOP: in vidioc_encoder_cmd()
/Linux-v5.10/drivers/media/test-drivers/vicodec/
Dvicodec-core.c1235 if (ec->cmd == V4L2_ENC_CMD_STOP && in vicodec_encoder_cmd()
/Linux-v5.10/drivers/staging/media/allegro-dvt/
Dallegro-core.c2744 case V4L2_ENC_CMD_STOP: in allegro_encoder_cmd()