Home
last modified time | relevance | path

Searched refs:VID_TYPE_OVERLAY (Results 1 – 23 of 23) sorted by relevance

/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/lib/include/
H A Dlibv4l1-videodev.h19 #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */ macro
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/lib/include/
H A Dlibv4l1-videodev.h19 #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */ macro
/dports/multimedia/gmerlin/gmerlin-1.2.0/tests/
H A Dv4ldump.c43 if(c->type & VID_TYPE_OVERLAY) /* Overlay onto frame buffer */ in dump_video_capability()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/lib/include/
H A Dlibv4l1-videodev.h19 #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */ macro
/dports/comms/hamlib/hamlib-4.3.1/rigs/tuner/
H A Dvideodev.h15 #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */ macro
H A Dvideodev2.h77 #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */ macro
/dports/devel/directfb/DirectFB-1.4.17/interfaces/IDirectFBVideoProvider/
H A Dvideodev.h13 #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */ macro
H A Didirectfbvideoprovider_v4l.c380 !(VID_TYPE_OVERLAY & data->vcap.type)) in IDirectFBVideoProvider_V4L_PlayTo()
/dports/multimedia/pwcview/pwcview/
H A Dvideodev.h18 #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */ macro
/dports/graphics/gegl/gegl-0.4.34/operations/external/v4lutils/
H A Dv4lutils.c549 if(vd->capability.type & VID_TYPE_OVERLAY) printf("VID_TYPE_OVERLAY,"); in v4lprint()
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/plugins/VideoForLinuxPlugin/
H A Dvideolib.c85 if (device->vcapability.type & VID_TYPE_OVERLAY) { in showDeviceInformation()
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dvideodev2.h22 #define VID_TYPE_OVERLAY 8 macro
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dvideodev2.h22 #define VID_TYPE_OVERLAY 8 macro
/dports/devel/libzvbi/zvbi-0.2.35/src/
H A Dvideodev2k.h70 #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */ macro
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/lib/libv4l1/
H A Dlibv4l1.c546 cap->type |= VID_TYPE_OVERLAY; in v4l1_ioctl()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/lib/libv4l1/
H A Dlibv4l1.c546 cap->type |= VID_TYPE_OVERLAY; in v4l1_ioctl()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/lib/libv4l1/
H A Dlibv4l1.c546 cap->type |= VID_TYPE_OVERLAY; in v4l1_ioctl()
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dv4l.c583 if (VID_TYPE_OVERLAY & s->capability.type) in sane_open()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Ddiff-v4l.rst100 * - ``VID_TYPE_OVERLAY``
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Ddiff-v4l.rst100 * - ``VID_TYPE_OVERLAY``
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Ddiff-v4l.rst100 * - ``VID_TYPE_OVERLAY``
/dports/multimedia/zoneminder/zoneminder-1.36.5/src/
H A Dzm_local_camera.cpp1625 (vid_cap.type&VID_TYPE_OVERLAY)?" Overlay onto frame buffer\n":"", in GetCurrentSettings()
/dports/net-im/kopete/kopete-21.12.3/libkopete/avdevice/
H A Dvideodevice.cpp475 if (V4L_capabilities.type & VID_TYPE_OVERLAY) { in checkDevice()