Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-decoder-cmd.rst203 flag: if ``V4L2_DEC_CMD_PAUSE_TO_BLACK`` is set, then set the
/Linux-v5.4/drivers/media/pci/ivtv/
Divtv-ioctl.c281 dc->flags &= V4L2_DEC_CMD_PAUSE_TO_BLACK; in ivtv_video_command()
289 (dc->flags & V4L2_DEC_CMD_PAUSE_TO_BLACK) ? 1 : 0); in ivtv_video_command()
/Linux-v5.4/Documentation/media/
Dvideodev2.h.rst.exceptions439 replace define V4L2_DEC_CMD_PAUSE_TO_BLACK decoder-cmds
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h1983 #define V4L2_DEC_CMD_PAUSE_TO_BLACK (1 << 0) macro