Home
last modified time | relevance | path

Searched refs:V4L2_DEC_CMD_STOP_TO_BLACK (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-decoder-cmd.rst163 ``V4L2_DEC_CMD_STOP_TO_BLACK`` is set, then the decoder will set
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-streams.c951 ivtv_vapi(itv, CX2341X_DEC_STOP_PLAYBACK, 3, flags & V4L2_DEC_CMD_STOP_TO_BLACK, 0, 0); in ivtv_stop_v4l2_decode_stream()
H A Divtv-ioctl.c268 dc->flags &= V4L2_DEC_CMD_STOP_IMMEDIATELY | V4L2_DEC_CMD_STOP_TO_BLACK; in ivtv_video_command()
1716 dc.flags = V4L2_DEC_CMD_STOP_TO_BLACK | V4L2_DEC_CMD_STOP_IMMEDIATELY; in ivtv_decoder_ioctls()
H A Divtv-fileops.c914 ivtv_stop_decoding(id, V4L2_DEC_CMD_STOP_TO_BLACK | V4L2_DEC_CMD_STOP_IMMEDIATELY, 0); in ivtv_v4l2_close()
H A Divtv-driver.c1419 V4L2_DEC_CMD_STOP_TO_BLACK | V4L2_DEC_CMD_STOP_IMMEDIATELY, 0); in ivtv_remove()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h1923 #define V4L2_DEC_CMD_STOP_TO_BLACK (1 << 0) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h1923 #define V4L2_DEC_CMD_STOP_TO_BLACK (1 << 0) macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions454 replace define V4L2_DEC_CMD_STOP_TO_BLACK decoder-cmds
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h2059 #define V4L2_DEC_CMD_STOP_TO_BLACK (1 << 0) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h2043 #define V4L2_DEC_CMD_STOP_TO_BLACK (1 << 0) macro
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/delta/
H A Ddelta-v4l2.c796 if (cmd->flags & V4L2_DEC_CMD_STOP_TO_BLACK) in delta_try_decoder_cmd()