Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/userspace-api/media/v4l/
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-v5.10/drivers/media/pci/cx18/
Dcx18-ioctl.c934 enc->flags &= V4L2_ENC_CMD_STOP_AT_GOP_END; in cx18_encoder_cmd()
936 enc->flags & V4L2_ENC_CMD_STOP_AT_GOP_END); in cx18_encoder_cmd()
991 enc->flags &= V4L2_ENC_CMD_STOP_AT_GOP_END; in cx18_try_encoder_cmd()
/Linux-v5.10/drivers/media/pci/ivtv/
Divtv-ioctl.c1296 enc->flags &= V4L2_ENC_CMD_STOP_AT_GOP_END; in ivtv_encoder_cmd()
1297 ivtv_stop_capture(id, enc->flags & V4L2_ENC_CMD_STOP_AT_GOP_END); in ivtv_encoder_cmd()
1346 enc->flags &= V4L2_ENC_CMD_STOP_AT_GOP_END; in ivtv_try_encoder_cmd()
/Linux-v5.10/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions442 replace define V4L2_ENC_CMD_STOP_AT_GOP_END encoder-flags
/Linux-v5.10/include/uapi/linux/
Dvideodev2.h2018 #define V4L2_ENC_CMD_STOP_AT_GOP_END (1 << 0) macro