Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-ioctl.c1426 fb->flags |= V4L2_FBUF_FLAG_OVERLAY; in ivtv_g_fbuf()
1468 yi->track_osd = (fb->flags & V4L2_FBUF_FLAG_OVERLAY) != 0; in ivtv_s_fbuf()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-fbuf.rst275 * - ``V4L2_FBUF_FLAG_OVERLAY``
/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.h1062 #define V4L2_FBUF_FLAG_OVERLAY 0x0002 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.h1062 #define V4L2_FBUF_FLAG_OVERLAY 0x0002 macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions232 replace define V4L2_FBUF_FLAG_OVERLAY framebuffer-flags
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h1176 #define V4L2_FBUF_FLAG_OVERLAY 0x0002 macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h1175 #define V4L2_FBUF_FLAG_OVERLAY 0x0002 macro
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c989 a->flags = V4L2_FBUF_FLAG_OVERLAY | dev->fbuf_out_flags; in vivid_vid_out_g_fbuf()
/OK3568_Linux_fs/kernel/drivers/media/platform/omap/
H A Domap_vout.c1336 vout->fbuf.flags = V4L2_FBUF_FLAG_OVERLAY; in omap_vout_setup_video_data()
/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Dbttv-driver.c2592 if (fb->flags & V4L2_FBUF_FLAG_OVERLAY) { in bttv_s_fbuf()
2618 if (fb->flags & V4L2_FBUF_FLAG_OVERLAY) { in bttv_s_fbuf()
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c838 a->flags = V4L2_FBUF_FLAG_OVERLAY; in vidioc_g_fbuf()