GStreamer plugin to adjust tensor rate. More...
Go to the source code of this file.
Classes | |
struct | _GstTensorRate |
Tensor Rate data structure. More... | |
struct | _GstTensorRateClass |
GstTensorRateClass inherits GstElementClass. More... | |
Macros | |
#define | GST_TYPE_TENSOR_RATE (gst_tensor_rate_get_type ()) |
#define | GST_TENSOR_RATE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_TENSOR_RATE, GstTensorRate)) |
#define | GST_TENSOR_RATE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_TENSOR_RATE, GstTensorRateClass)) |
#define | GST_TENSOR_RATE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GST_TYPE_TENSOR_RATE, GstTensorRateClass)) |
#define | GST_IS_TENSOR_RATE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_RATE)) |
#define | GST_IS_TENSOR_RATE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_RATE)) |
#define | GST_TENSOR_RATE_CAST(obj) ((GstTensorRate*)(obj)) |
Typedefs | |
typedef struct _GstTensorRate | GstTensorRate |
typedef struct _GstTensorRateClass | GstTensorRateClass |
Functions | |
GType | gst_tensor_rate_get_type (void) |
Get Type function required for gst elements. More... | |
GStreamer plugin to adjust tensor rate.
GStreamer/NNStreamer Tensor-Rate Copyright (C) 2020 Dongju Chae dongj u.ch ae@sa msun g.com
Definition in file gsttensor_rate.h.
#define GST_IS_TENSOR_RATE | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_RATE)) |
Definition at line 28 of file gsttensor_rate.h.
#define GST_IS_TENSOR_RATE_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_RATE)) |
Definition at line 29 of file gsttensor_rate.h.
#define GST_TENSOR_RATE | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_TENSOR_RATE, GstTensorRate)) |
Definition at line 25 of file gsttensor_rate.h.
#define GST_TENSOR_RATE_CAST | ( | obj | ) | ((GstTensorRate*)(obj)) |
Definition at line 30 of file gsttensor_rate.h.
#define GST_TENSOR_RATE_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_TENSOR_RATE, GstTensorRateClass)) |
Definition at line 26 of file gsttensor_rate.h.
#define GST_TENSOR_RATE_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GST_TYPE_TENSOR_RATE, GstTensorRateClass)) |
Definition at line 27 of file gsttensor_rate.h.
#define GST_TYPE_TENSOR_RATE (gst_tensor_rate_get_type ()) |
Definition at line 24 of file gsttensor_rate.h.
typedef struct _GstTensorRate GstTensorRate |
Definition at line 31 of file gsttensor_rate.h.
typedef struct _GstTensorRateClass GstTensorRateClass |
Definition at line 32 of file gsttensor_rate.h.
GType gst_tensor_rate_get_type | ( | void | ) |
Get Type function required for gst elements.