Doxygen Book
gsttensor_converter_media_info_video.h File Reference

Define collection of media type and functions to parse media info for video support. More...

#include <gst/video/video-info.h>
Include dependency graph for gsttensor_converter_media_info_video.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.nosp@m.ng.m.nosp@m.oon@s.nosp@m.amsu.nosp@m.ng.co.nosp@m.m

Date
26 Mar 2019
See also
https://github.com/nnstreamer/nnstreamer
Author
Jijoong Moon jijoo.nosp@m.ng.m.nosp@m.oon@s.nosp@m.amsu.nosp@m.ng.co.nosp@m.m
Bug:
No known bugs except for NYI items

Definition in file gsttensor_converter_media_info_video.h.

Macro Definition Documentation

◆ append_video_caps_template

#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.

◆ is_video_supported

#define is_video_supported (   ...)    TRUE

Definition at line 41 of file gsttensor_converter_media_info_video.h.

◆ NNS_VIDEO_FORMAT

#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.

◆ VIDEO_CAPS_STR

#define VIDEO_CAPS_STR
Value:
GST_VIDEO_CAPS_MAKE (NNS_VIDEO_FORMAT) \
", interlace-mode = (string) progressive"

Definition at line 34 of file gsttensor_converter_media_info_video.h.

NNS_VIDEO_FORMAT
#define NNS_VIDEO_FORMAT
Caps string for supported video format.
Definition: gsttensor_converter_media_info_video.h:31