Doxygen Book
gsttensor_converter_media_no_video.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: LGPL-2.1-only */
16 #ifndef __GST_TENSOR_CONVERTER_MEDIA_NO_VIDEO_H__
17 #define __GST_TENSOR_CONVERTER_MEDIA_NO_VIDEO_H__
18 
19 #ifndef NO_VIDEO
20 #error This header is not supported if NO_VIDEO is not defined
21 #endif
22 
23 #define append_video_caps_template(caps)
24 #define is_video_supported(...) FALSE
25 
26 #define GstVideoInfo gsize
27 
28 typedef enum {
45 
46 #define gst_video_info_init(i) memset (i, 0, sizeof (GstVideoInfo))
47 #define gst_video_info_from_caps(...) FALSE
48 #define gst_video_format_to_string(...) "Unknown"
49 
50 #define GST_VIDEO_INFO_FORMAT(...) GST_VIDEO_FORMAT_UNKNOWN
51 #define GST_VIDEO_INFO_WIDTH(...) 0
52 #define GST_VIDEO_INFO_HEIGHT(...) 0
53 #define GST_VIDEO_INFO_SIZE(...) 0
54 #define GST_VIDEO_INFO_FPS_N(...) 0
55 #define GST_VIDEO_INFO_FPS_D(...) 1
56 
57 #endif /* __GST_TENSOR_CONVERTER_MEDIA_NO_VIDEO_H__ */
GST_VIDEO_FORMAT_xRGB
@ GST_VIDEO_FORMAT_xRGB
Definition: gsttensor_converter_media_no_video.h:35
GST_VIDEO_FORMAT_RGBx
@ GST_VIDEO_FORMAT_RGBx
Definition: gsttensor_converter_media_no_video.h:33
GST_VIDEO_FORMAT_UNKNOWN
@ GST_VIDEO_FORMAT_UNKNOWN
Definition: gsttensor_converter_media_no_video.h:29
GST_VIDEO_FORMAT_BGRx
@ GST_VIDEO_FORMAT_BGRx
Definition: gsttensor_converter_media_no_video.h:34
GST_VIDEO_FORMAT_ABGR
@ GST_VIDEO_FORMAT_ABGR
Definition: gsttensor_converter_media_no_video.h:40
GST_VIDEO_FORMAT_GRAY8
@ GST_VIDEO_FORMAT_GRAY8
Definition: gsttensor_converter_media_no_video.h:30
GST_VIDEO_FORMAT_I420
@ GST_VIDEO_FORMAT_I420
Definition: gsttensor_converter_media_no_video.h:41
GST_VIDEO_FORMAT_RGB
@ GST_VIDEO_FORMAT_RGB
Definition: gsttensor_converter_media_no_video.h:31
GST_VIDEO_FORMAT_BGR
@ GST_VIDEO_FORMAT_BGR
Definition: gsttensor_converter_media_no_video.h:32
GstVideoFormat
GstVideoFormat
Definition: gsttensor_converter_media_no_video.h:28
GST_VIDEO_FORMAT_BGRA
@ GST_VIDEO_FORMAT_BGRA
Definition: gsttensor_converter_media_no_video.h:38
GST_VIDEO_FORMAT_GRAY16_LE
@ GST_VIDEO_FORMAT_GRAY16_LE
Definition: gsttensor_converter_media_no_video.h:43
GST_VIDEO_FORMAT_RGBA
@ GST_VIDEO_FORMAT_RGBA
Definition: gsttensor_converter_media_no_video.h:37
GST_VIDEO_FORMAT_xBGR
@ GST_VIDEO_FORMAT_xBGR
Definition: gsttensor_converter_media_no_video.h:36
GST_VIDEO_FORMAT_ARGB
@ GST_VIDEO_FORMAT_ARGB
Definition: gsttensor_converter_media_no_video.h:39
GST_VIDEO_FORMAT_GRAY16_BE
@ GST_VIDEO_FORMAT_GRAY16_BE
Definition: gsttensor_converter_media_no_video.h:42