Home
last modified time | relevance | path

Searched refs:V4L2_ENC_CMD_STOP_AT_GOP_END (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dvidioc-encoder-cmd.rst113 - Stop the encoder. When the ``V4L2_ENC_CMD_STOP_AT_GOP_END`` flag
145 * - ``V4L2_ENC_CMD_STOP_AT_GOP_END``
/linux-6.15/drivers/media/pci/cx18/
H A Dcx18-ioctl.c856 enc->flags &= V4L2_ENC_CMD_STOP_AT_GOP_END; in cx18_encoder_cmd()
858 enc->flags & V4L2_ENC_CMD_STOP_AT_GOP_END); in cx18_encoder_cmd()
913 enc->flags &= V4L2_ENC_CMD_STOP_AT_GOP_END; in cx18_try_encoder_cmd()
/linux-6.15/drivers/media/pci/ivtv/
H A Divtv-ioctl.c1290 enc->flags &= V4L2_ENC_CMD_STOP_AT_GOP_END; in ivtv_encoder_cmd()
1291 ivtv_stop_capture(id, enc->flags & V4L2_ENC_CMD_STOP_AT_GOP_END); in ivtv_encoder_cmd()
1340 enc->flags &= V4L2_ENC_CMD_STOP_AT_GOP_END; in ivtv_try_encoder_cmd()
/linux-6.15/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions470 replace define V4L2_ENC_CMD_STOP_AT_GOP_END encoder-flags
/linux-6.15/include/uapi/linux/
H A Dvideodev2.h2208 #define V4L2_ENC_CMD_STOP_AT_GOP_END (1 << 0) macro