Home
last modified time | relevance | path

Searched refs:V4L2_DEC_CMD_PAUSE_TO_BLACK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-decoder-cmd.rst183 flag: if ``V4L2_DEC_CMD_PAUSE_TO_BLACK`` is set, then set the
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-ioctl.c276 dc->flags &= V4L2_DEC_CMD_PAUSE_TO_BLACK; in ivtv_video_command()
284 (dc->flags & V4L2_DEC_CMD_PAUSE_TO_BLACK) ? 1 : 0); in ivtv_video_command()
/openbmc/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions474 replace define V4L2_DEC_CMD_PAUSE_TO_BLACK decoder-cmds
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h2180 #define V4L2_DEC_CMD_PAUSE_TO_BLACK (1 << 0) macro