Define collection of media type and functions to parse media info for video support. More...
#include <gst/video/video-info.h>
Go to the source code of this file.
Macros | |
#define | NNS_VIDEO_FORMAT "{ RGB, BGR, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, GRAY8, GRAY16_BE, GRAY16_LE }" |
Caps string for supported video format. More... | |
#define | VIDEO_CAPS_STR |
#define | append_video_caps_template(caps) gst_caps_append (caps, gst_caps_from_string (VIDEO_CAPS_STR)) |
#define | is_video_supported(...) TRUE |
Define collection of media type and functions to parse media info for 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_info_video.h.
#define append_video_caps_template | ( | caps | ) | gst_caps_append (caps, gst_caps_from_string (VIDEO_CAPS_STR)) |
Definition at line 38 of file gsttensor_converter_media_info_video.h.
#define is_video_supported | ( | ... | ) | TRUE |
Definition at line 41 of file gsttensor_converter_media_info_video.h.
#define NNS_VIDEO_FORMAT "{ RGB, BGR, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, GRAY8, GRAY16_BE, GRAY16_LE }" |
Caps string for supported video format.
Definition at line 31 of file gsttensor_converter_media_info_video.h.
#define VIDEO_CAPS_STR |
Definition at line 34 of file gsttensor_converter_media_info_video.h.