Define collection of media type and functions to parse media info for video if there is no video support. More...
Go to the source code of this file.
Macros | |
#define | append_video_caps_template(caps) |
#define | is_video_supported(...) FALSE |
#define | GstVideoInfo gsize |
#define | gst_video_info_init(i) memset (i, 0, sizeof (GstVideoInfo)) |
#define | gst_video_info_from_caps(...) FALSE |
#define | gst_video_format_to_string(...) "Unknown" |
#define | GST_VIDEO_INFO_FORMAT(...) GST_VIDEO_FORMAT_UNKNOWN |
#define | GST_VIDEO_INFO_WIDTH(...) 0 |
#define | GST_VIDEO_INFO_HEIGHT(...) 0 |
#define | GST_VIDEO_INFO_SIZE(...) 0 |
#define | GST_VIDEO_INFO_FPS_N(...) 0 |
#define | GST_VIDEO_INFO_FPS_D(...) 1 |
Define collection of media type and functions to parse media info for video if there is no video support.
NNStreamer media type definition for tensor-converter Copyright (C) 2019 Jijoong Moon jijoo ng.m oon@s amsu ng.co m
Definition in file gsttensor_converter_media_no_video.h.
#define append_video_caps_template | ( | caps | ) |
Definition at line 23 of file gsttensor_converter_media_no_video.h.
#define gst_video_format_to_string | ( | ... | ) | "Unknown" |
Definition at line 48 of file gsttensor_converter_media_no_video.h.
#define GST_VIDEO_INFO_FORMAT | ( | ... | ) | GST_VIDEO_FORMAT_UNKNOWN |
Definition at line 50 of file gsttensor_converter_media_no_video.h.
#define GST_VIDEO_INFO_FPS_D | ( | ... | ) | 1 |
Definition at line 55 of file gsttensor_converter_media_no_video.h.
#define GST_VIDEO_INFO_FPS_N | ( | ... | ) | 0 |
Definition at line 54 of file gsttensor_converter_media_no_video.h.
#define gst_video_info_from_caps | ( | ... | ) | FALSE |
Definition at line 47 of file gsttensor_converter_media_no_video.h.
#define GST_VIDEO_INFO_HEIGHT | ( | ... | ) | 0 |
Definition at line 52 of file gsttensor_converter_media_no_video.h.
#define gst_video_info_init | ( | i | ) | memset (i, 0, sizeof (GstVideoInfo)) |
Definition at line 46 of file gsttensor_converter_media_no_video.h.
#define GST_VIDEO_INFO_SIZE | ( | ... | ) | 0 |
Definition at line 53 of file gsttensor_converter_media_no_video.h.
#define GST_VIDEO_INFO_WIDTH | ( | ... | ) | 0 |
Definition at line 51 of file gsttensor_converter_media_no_video.h.
#define GstVideoInfo gsize |
Definition at line 26 of file gsttensor_converter_media_no_video.h.
#define is_video_supported | ( | ... | ) | FALSE |
Definition at line 24 of file gsttensor_converter_media_no_video.h.
enum GstVideoFormat |
Definition at line 28 of file gsttensor_converter_media_no_video.h.