Home
last modified time | relevance | path

Searched refs:VID_TYPE_SUBCAPTURE (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/lib/include/
H A Dlibv4l1-videodev.h25 #define VID_TYPE_SUBCAPTURE 512 /* Can capture subareas of the image */ macro
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/lib/include/
H A Dlibv4l1-videodev.h25 #define VID_TYPE_SUBCAPTURE 512 /* Can capture subareas of the image */ macro
/dports/multimedia/gmerlin/gmerlin-1.2.0/tests/
H A Dv4ldump.c55 if(c->type & VID_TYPE_SUBCAPTURE) /* Can capture subareas of the image */ in dump_video_capability()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/lib/include/
H A Dlibv4l1-videodev.h25 #define VID_TYPE_SUBCAPTURE 512 /* Can capture subareas of the image */ macro
/dports/comms/hamlib/hamlib-4.3.1/rigs/tuner/
H A Dvideodev.h21 #define VID_TYPE_SUBCAPTURE 512 /* Can capture subareas of the image */ macro
H A Dvideodev2.h83 #define VID_TYPE_SUBCAPTURE 512 /* Can capture subareas of the image */ macro
/dports/devel/directfb/DirectFB-1.4.17/interfaces/IDirectFBVideoProvider/
H A Dvideodev.h19 #define VID_TYPE_SUBCAPTURE 512 /* Can capture subareas of the image */ macro
/dports/multimedia/pwcview/pwcview/
H A Dvideodev.h24 #define VID_TYPE_SUBCAPTURE 512 /* Can capture subareas of the image */ macro
/dports/graphics/gegl/gegl-0.4.34/operations/external/v4lutils/
H A Dv4lutils.c554 if(vd->capability.type & VID_TYPE_SUBCAPTURE) printf("VID_TYPE_SUBCAPTURE,"); in v4lprint()
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/plugins/VideoForLinuxPlugin/
H A Dvideolib.c103 if (device->vcapability.type & VID_TYPE_SUBCAPTURE) { in showDeviceInformation()
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dvideodev2.h28 #define VID_TYPE_SUBCAPTURE 512 macro
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dvideodev2.h28 #define VID_TYPE_SUBCAPTURE 512 macro
/dports/devel/libzvbi/zvbi-0.2.35/src/
H A Dvideodev2k.h76 #define VID_TYPE_SUBCAPTURE 512 /* Can capture subareas of the image */ macro
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dv4l.c596 if (VID_TYPE_SUBCAPTURE & s->capability.type) in sane_open()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Ddiff-v4l.rst133 * - ``VID_TYPE_SUBCAPTURE``
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Ddiff-v4l.rst133 * - ``VID_TYPE_SUBCAPTURE``
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Ddiff-v4l.rst133 * - ``VID_TYPE_SUBCAPTURE``
/dports/multimedia/zoneminder/zoneminder-1.36.5/src/
H A Dzm_local_camera.cpp1631 (vid_cap.type&VID_TYPE_SUBCAPTURE)?" Can capture subareas of the image\n":"", in GetCurrentSettings()