Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c1011 const unsigned alpha_flags = V4L2_FBUF_FLAG_GLOBAL_ALPHA | in vivid_vid_out_s_fbuf()
1020 case V4L2_FBUF_FLAG_GLOBAL_ALPHA: in vivid_vid_out_s_fbuf()
H A Dvivid-kthread-cap.c87 if ((dev->fbuf_out_flags & V4L2_FBUF_FLAG_GLOBAL_ALPHA) && in copy_pix()
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-ioctl.c1423 fb->flags |= V4L2_FBUF_FLAG_GLOBAL_ALPHA; in ivtv_g_fbuf()
1463 itv->osd_global_alpha_state = (fb->flags & V4L2_FBUF_FLAG_GLOBAL_ALPHA) != 0; in ivtv_s_fbuf()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-fbuf.rst306 * - ``V4L2_FBUF_FLAG_GLOBAL_ALPHA``
H A Ddev-overlay.rst237 (``V4L2_FBUF_FLAG_GLOBAL_ALPHA``, see
/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.h1065 #define V4L2_FBUF_FLAG_GLOBAL_ALPHA 0x0010 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.h1065 #define V4L2_FBUF_FLAG_GLOBAL_ALPHA 0x0010 macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions235 replace define V4L2_FBUF_FLAG_GLOBAL_ALPHA framebuffer-flags
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h1179 #define V4L2_FBUF_FLAG_GLOBAL_ALPHA 0x0010 macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h1178 #define V4L2_FBUF_FLAG_GLOBAL_ALPHA 0x0010 macro
/OK3568_Linux_fs/kernel/drivers/media/platform/omap/
H A Domap_vout.c1343 vout->fbuf.flags |= V4L2_FBUF_FLAG_GLOBAL_ALPHA; in omap_vout_setup_video_data()