Searched refs:V4L2_DEC_CMD_STOP_IMMEDIATELY (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/media/pci/ivtv/
H A Divtv-ioctl.c263 dc->flags &= V4L2_DEC_CMD_STOP_IMMEDIATELY | V4L2_DEC_CMD_STOP_TO_BLACK;
264 if (dc->flags & V4L2_DEC_CMD_STOP_IMMEDIATELY)
H A Divtv-fileops.c914 ivtv_stop_decoding(id, V4L2_DEC_CMD_STOP_TO_BLACK | V4L2_DEC_CMD_STOP_IMMEDIATELY, 0);
H A Divtv-streams.c933 if (!(flags & V4L2_DEC_CMD_STOP_IMMEDIATELY) || pts) {
H A Divtv-driver.c1421 V4L2_DEC_CMD_STOP_TO_BLACK | V4L2_DEC_CMD_STOP_IMMEDIATELY, 0);
/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta-v4l2.c799 if (!(cmd->flags & V4L2_DEC_CMD_STOP_IMMEDIATELY) &&
/linux-master/include/uapi/linux/
H A Dvideodev2.h2187 #define V4L2_DEC_CMD_STOP_IMMEDIATELY (1 << 1) macro

Completed in 152 milliseconds