Home
last modified time | relevance | path

Searched refs:V4L2_ENC_CMD_START (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-encoder-cmd.rst101 * - ``V4L2_ENC_CMD_START``
Ddev-encoder.rst80 Stopped -> Encoding [ label = "V4L2_ENC_CMD_START\nor\nVIDIOC_STREAMON(OUTPUT)" ];
623 * ``V4L2_ENC_CMD_START`` - the encoder will not be reset and will resume
640 queues. The client is not allowed to issue ``V4L2_ENC_CMD_START`` or
/Linux-v5.10/drivers/media/usb/hdpvr/
Dhdpvr-video.c1051 case V4L2_ENC_CMD_START: in vidioc_encoder_cmd()
1091 case V4L2_ENC_CMD_START: in vidioc_try_encoder_cmd()
/Linux-v5.10/drivers/media/pci/cx18/
Dcx18-ioctl.c927 case V4L2_ENC_CMD_START: in cx18_encoder_cmd()
984 case V4L2_ENC_CMD_START: in cx18_try_encoder_cmd()
/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()
/Linux-v5.10/drivers/media/pci/ivtv/
Divtv-ioctl.c1289 case V4L2_ENC_CMD_START: in ivtv_encoder_cmd()
1339 case V4L2_ENC_CMD_START: in ivtv_try_encoder_cmd()
/Linux-v5.10/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions437 replace define V4L2_ENC_CMD_START encoder-cmds
/Linux-v5.10/include/uapi/linux/
Dvideodev2.h2012 #define V4L2_ENC_CMD_START (0) macro
/Linux-v5.10/drivers/media/test-drivers/vicodec/
Dvicodec-core.c1239 if (ec->cmd == V4L2_ENC_CMD_START && in vicodec_encoder_cmd()
/Linux-v5.10/drivers/staging/media/allegro-dvt/
Dallegro-core.c2747 case V4L2_ENC_CMD_START: in allegro_encoder_cmd()