Home
last modified time | relevance | path

Searched refs:v4l2_buf_type (Results 1 – 25 of 587) sorted by relevance

12345678910>>...24

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/exynos4-is/
H A Dfimc-isp-video.h17 enum v4l2_buf_type type);
20 enum v4l2_buf_type type);
30 enum v4l2_buf_type type) in fimc_isp_video_device_register()
36 enum v4l2_buf_type type) in fimc_isp_video_device_unregister()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/exynos4-is/
H A Dfimc-isp-video.h17 enum v4l2_buf_type type);
20 enum v4l2_buf_type type);
30 enum v4l2_buf_type type) in fimc_isp_video_device_register()
36 enum v4l2_buf_type type) in fimc_isp_video_device_unregister()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/exynos4-is/
H A Dfimc-isp-video.h17 enum v4l2_buf_type type);
20 enum v4l2_buf_type type);
30 enum v4l2_buf_type type) in fimc_isp_video_device_register()
36 enum v4l2_buf_type type) in fimc_isp_video_device_unregister()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/v4l2/
H A Dv4l2_device.h371 const enum v4l2_buf_type type_;
393 enum v4l2_buf_type type,
540 static const char* V4L2BufferTypeToString(const enum v4l2_buf_type buf_type);
575 scoped_refptr<V4L2Queue> GetQueue(enum v4l2_buf_type type);
614 enum v4l2_buf_type type) = 0;
654 std::vector<uint32_t> EnumerateSupportedPixelformats(v4l2_buf_type buf_type);
664 v4l2_buf_type buf_type) = 0;
724 base::flat_map<enum v4l2_buf_type, V4L2Queue*> queues_; variable
728 void OnQueueDestroyed(v4l2_buf_type buf_type);
H A Dtegra_v4l2_device.h46 enum v4l2_buf_type buf_type) override;
65 v4l2_buf_type buf_type) override;
98 std::map<enum v4l2_buf_type, struct v4l2_format> v4l2_format_cache_;
H A Dtegra_v4l2_device.cc75 v4l2_format_cache_[static_cast<enum v4l2_buf_type>(format.type)] = format; in Ioctl()
83 static_cast<enum v4l2_buf_type>(format->type)); in Ioctl()
222 enum v4l2_buf_type /* buf_type */) { in GetDmabufsForV4L2Buffer() argument
300 v4l2_buf_type /* buf_type */) { in GetSupportedImageProcessorPixelformats() argument
/dports/multimedia/libv4l/linux-5.13-rc2/include/media/
H A Dvideobuf2-v4l2.h207 int vb2_streamon(struct vb2_queue *q, enum v4l2_buf_type type);
226 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type);
304 int vb2_ioctl_streamon(struct file *file, void *priv, enum v4l2_buf_type i);
305 int vb2_ioctl_streamoff(struct file *file, void *priv, enum v4l2_buf_type i);
H A Dv4l2-mem2mem.h151 enum v4l2_buf_type type);
414 enum v4l2_buf_type type);
424 enum v4l2_buf_type type);
855 enum v4l2_buf_type type);
857 enum v4l2_buf_type type);
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/media/
H A Dvideobuf2-v4l2.h207 int vb2_streamon(struct vb2_queue *q, enum v4l2_buf_type type);
226 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type);
304 int vb2_ioctl_streamon(struct file *file, void *priv, enum v4l2_buf_type i);
305 int vb2_ioctl_streamoff(struct file *file, void *priv, enum v4l2_buf_type i);
H A Dv4l2-mem2mem.h151 enum v4l2_buf_type type);
414 enum v4l2_buf_type type);
424 enum v4l2_buf_type type);
855 enum v4l2_buf_type type);
857 enum v4l2_buf_type type);
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/media/
H A Dvideobuf2-v4l2.h207 int vb2_streamon(struct vb2_queue *q, enum v4l2_buf_type type);
226 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type);
304 int vb2_ioctl_streamon(struct file *file, void *priv, enum v4l2_buf_type i);
305 int vb2_ioctl_streamoff(struct file *file, void *priv, enum v4l2_buf_type i);
H A Dv4l2-mem2mem.h151 enum v4l2_buf_type type);
414 enum v4l2_buf_type type);
424 enum v4l2_buf_type type);
855 enum v4l2_buf_type type);
857 enum v4l2_buf_type type);
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/v4l2/
H A Dv4l2_device.h446 const enum v4l2_buf_type type_;
473 enum v4l2_buf_type type,
620 static const char* V4L2BufferTypeToString(const enum v4l2_buf_type buf_type);
655 scoped_refptr<V4L2Queue> GetQueue(enum v4l2_buf_type type);
694 enum v4l2_buf_type type) = 0;
734 std::vector<uint32_t> EnumerateSupportedPixelformats(v4l2_buf_type buf_type);
744 v4l2_buf_type buf_type) = 0;
814 base::flat_map<enum v4l2_buf_type, V4L2Queue*> queues_; variable
818 void OnQueueDestroyed(v4l2_buf_type buf_type);
H A Dtegra_v4l2_device.h46 enum v4l2_buf_type buf_type) override;
65 v4l2_buf_type buf_type) override;
98 std::map<enum v4l2_buf_type, struct v4l2_format> v4l2_format_cache_;
H A Dtegra_v4l2_device.cc75 v4l2_format_cache_[static_cast<enum v4l2_buf_type>(format.type)] = format; in Ioctl()
83 static_cast<enum v4l2_buf_type>(format->type)); in Ioctl()
222 enum v4l2_buf_type /* buf_type */) { in GetDmabufsForV4L2Buffer() argument
300 v4l2_buf_type /* buf_type */) { in GetSupportedImageProcessorPixelformats() argument
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dvideoio.h85 enum v4l2_buf_type { enum
143 enum v4l2_buf_type type;
163 enum v4l2_buf_type type;
195 enum v4l2_buf_type type;
245 enum v4l2_buf_type type;
296 enum v4l2_buf_type type;
322 enum v4l2_buf_type type;
377 enum v4l2_buf_type type;
429 enum v4l2_buf_type type;
/dports/devel/directfb/DirectFB-1.4.17/interfaces/IDirectFBVideoProvider/
H A Dvideodev2.h58 enum v4l2_buf_type { enum
222 enum v4l2_buf_type type; /* buffer type */
360 enum v4l2_buf_type type;
368 enum v4l2_buf_type type;
466 enum v4l2_buf_type type;
473 enum v4l2_buf_type type;
796 enum v4l2_buf_type type;
811 enum v4l2_buf_type type;
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions31 # Documented enum v4l2_buf_type
32 replace symbol V4L2_BUF_TYPE_META_CAPTURE :c:type:`v4l2_buf_type`
33 replace symbol V4L2_BUF_TYPE_META_OUTPUT :c:type:`v4l2_buf_type`
34 replace symbol V4L2_BUF_TYPE_SDR_CAPTURE :c:type:`v4l2_buf_type`
35 replace symbol V4L2_BUF_TYPE_SDR_OUTPUT :c:type:`v4l2_buf_type`
37 replace symbol V4L2_BUF_TYPE_SLICED_VBI_OUTPUT :c:type:`v4l2_buf_type`
38 replace symbol V4L2_BUF_TYPE_VBI_CAPTURE :c:type:`v4l2_buf_type`
39 replace symbol V4L2_BUF_TYPE_VBI_OUTPUT :c:type:`v4l2_buf_type`
40 replace symbol V4L2_BUF_TYPE_VIDEO_CAPTURE :c:type:`v4l2_buf_type`
42 replace symbol V4L2_BUF_TYPE_VIDEO_OUTPUT :c:type:`v4l2_buf_type`
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions31 # Documented enum v4l2_buf_type
32 replace symbol V4L2_BUF_TYPE_META_CAPTURE :c:type:`v4l2_buf_type`
33 replace symbol V4L2_BUF_TYPE_META_OUTPUT :c:type:`v4l2_buf_type`
34 replace symbol V4L2_BUF_TYPE_SDR_CAPTURE :c:type:`v4l2_buf_type`
35 replace symbol V4L2_BUF_TYPE_SDR_OUTPUT :c:type:`v4l2_buf_type`
37 replace symbol V4L2_BUF_TYPE_SLICED_VBI_OUTPUT :c:type:`v4l2_buf_type`
38 replace symbol V4L2_BUF_TYPE_VBI_CAPTURE :c:type:`v4l2_buf_type`
39 replace symbol V4L2_BUF_TYPE_VBI_OUTPUT :c:type:`v4l2_buf_type`
40 replace symbol V4L2_BUF_TYPE_VIDEO_CAPTURE :c:type:`v4l2_buf_type`
42 replace symbol V4L2_BUF_TYPE_VIDEO_OUTPUT :c:type:`v4l2_buf_type`
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions31 # Documented enum v4l2_buf_type
32 replace symbol V4L2_BUF_TYPE_META_CAPTURE :c:type:`v4l2_buf_type`
33 replace symbol V4L2_BUF_TYPE_META_OUTPUT :c:type:`v4l2_buf_type`
34 replace symbol V4L2_BUF_TYPE_SDR_CAPTURE :c:type:`v4l2_buf_type`
35 replace symbol V4L2_BUF_TYPE_SDR_OUTPUT :c:type:`v4l2_buf_type`
37 replace symbol V4L2_BUF_TYPE_SLICED_VBI_OUTPUT :c:type:`v4l2_buf_type`
38 replace symbol V4L2_BUF_TYPE_VBI_CAPTURE :c:type:`v4l2_buf_type`
39 replace symbol V4L2_BUF_TYPE_VBI_OUTPUT :c:type:`v4l2_buf_type`
40 replace symbol V4L2_BUF_TYPE_VIDEO_CAPTURE :c:type:`v4l2_buf_type`
42 replace symbol V4L2_BUF_TYPE_VIDEO_OUTPUT :c:type:`v4l2_buf_type`
[all …]
/dports/devel/libzvbi/zvbi-0.2.35/src/
H A Dvideodev2k.h135 enum v4l2_buf_type { enum
322 enum v4l2_buf_type type; /* buffer type */
473 enum v4l2_buf_type type;
481 enum v4l2_buf_type type;
584 enum v4l2_buf_type type;
591 enum v4l2_buf_type type;
1244 enum v4l2_buf_type type;
1265 enum v4l2_buf_type type;
1281 enum v4l2_buf_type type;
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dvideodev2.h50 enum v4l2_buf_type { enum
203 enum v4l2_buf_type type;
258 enum v4l2_buf_type type;
266 enum v4l2_buf_type type;
351 enum v4l2_buf_type type;
358 enum v4l2_buf_type type;
872 enum v4l2_buf_type type;
885 enum v4l2_buf_type type;
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dvideodev2.h50 enum v4l2_buf_type { enum
203 enum v4l2_buf_type type;
258 enum v4l2_buf_type type;
266 enum v4l2_buf_type type;
351 enum v4l2_buf_type type;
358 enum v4l2_buf_type type;
872 enum v4l2_buf_type type;
885 enum v4l2_buf_type type;
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_vsp2/
H A Dqlinuxmediadevice.h108 static bool streamOn(int subDeviceFd, v4l2_buf_type bufferType);
109 static bool streamOff(int subDeviceFd, v4l2_buf_type bufferType);
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_vsp2/
H A Dqlinuxmediadevice.h108 static bool streamOn(int subDeviceFd, v4l2_buf_type bufferType);
109 static bool streamOff(int subDeviceFd, v4l2_buf_type bufferType);

12345678910>>...24