Doxygen Book
gsttensor_converter_media_no_video.h File Reference

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
 

Enumerations

enum  GstVideoFormat {
  GST_VIDEO_FORMAT_UNKNOWN, GST_VIDEO_FORMAT_GRAY8, GST_VIDEO_FORMAT_RGB, GST_VIDEO_FORMAT_BGR,
  GST_VIDEO_FORMAT_RGBx, GST_VIDEO_FORMAT_BGRx, GST_VIDEO_FORMAT_xRGB, GST_VIDEO_FORMAT_xBGR,
  GST_VIDEO_FORMAT_RGBA, GST_VIDEO_FORMAT_BGRA, GST_VIDEO_FORMAT_ARGB, GST_VIDEO_FORMAT_ABGR,
  GST_VIDEO_FORMAT_I420, GST_VIDEO_FORMAT_GRAY16_BE, GST_VIDEO_FORMAT_GRAY16_LE
}
 

Detailed Description

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.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_no_video.h.

Macro Definition Documentation

◆ append_video_caps_template

#define append_video_caps_template (   caps)

Definition at line 23 of file gsttensor_converter_media_no_video.h.

◆ gst_video_format_to_string

#define gst_video_format_to_string (   ...)    "Unknown"

Definition at line 48 of file gsttensor_converter_media_no_video.h.

◆ GST_VIDEO_INFO_FORMAT

#define GST_VIDEO_INFO_FORMAT (   ...)    GST_VIDEO_FORMAT_UNKNOWN

Definition at line 50 of file gsttensor_converter_media_no_video.h.

◆ GST_VIDEO_INFO_FPS_D

#define GST_VIDEO_INFO_FPS_D (   ...)    1

Definition at line 55 of file gsttensor_converter_media_no_video.h.

◆ GST_VIDEO_INFO_FPS_N

#define GST_VIDEO_INFO_FPS_N (   ...)    0

Definition at line 54 of file gsttensor_converter_media_no_video.h.

◆ gst_video_info_from_caps

#define gst_video_info_from_caps (   ...)    FALSE

Definition at line 47 of file gsttensor_converter_media_no_video.h.

◆ GST_VIDEO_INFO_HEIGHT

#define GST_VIDEO_INFO_HEIGHT (   ...)    0

Definition at line 52 of file gsttensor_converter_media_no_video.h.

◆ gst_video_info_init

#define gst_video_info_init (   i)    memset (i, 0, sizeof (GstVideoInfo))

Definition at line 46 of file gsttensor_converter_media_no_video.h.

◆ GST_VIDEO_INFO_SIZE

#define GST_VIDEO_INFO_SIZE (   ...)    0

Definition at line 53 of file gsttensor_converter_media_no_video.h.

◆ GST_VIDEO_INFO_WIDTH

#define GST_VIDEO_INFO_WIDTH (   ...)    0

Definition at line 51 of file gsttensor_converter_media_no_video.h.

◆ GstVideoInfo

#define GstVideoInfo   gsize

Definition at line 26 of file gsttensor_converter_media_no_video.h.

◆ is_video_supported

#define is_video_supported (   ...)    FALSE

Definition at line 24 of file gsttensor_converter_media_no_video.h.

Enumeration Type Documentation

◆ GstVideoFormat

Enumerator
GST_VIDEO_FORMAT_UNKNOWN 
GST_VIDEO_FORMAT_GRAY8 
GST_VIDEO_FORMAT_RGB 
GST_VIDEO_FORMAT_BGR 
GST_VIDEO_FORMAT_RGBx 
GST_VIDEO_FORMAT_BGRx 
GST_VIDEO_FORMAT_xRGB 
GST_VIDEO_FORMAT_xBGR 
GST_VIDEO_FORMAT_RGBA 
GST_VIDEO_FORMAT_BGRA 
GST_VIDEO_FORMAT_ARGB 
GST_VIDEO_FORMAT_ABGR 
GST_VIDEO_FORMAT_I420 
GST_VIDEO_FORMAT_GRAY16_BE 
GST_VIDEO_FORMAT_GRAY16_LE 

Definition at line 28 of file gsttensor_converter_media_no_video.h.