Doxygen Book
gsttensor_aggregator.h File Reference

GStreamer plugin to aggregate tensor stream. More...

#include <gst/gst.h>
#include <tensor_common.h>
Include dependency graph for gsttensor_aggregator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _GstTensorAggregator
 GstTensorAggregator data structure. More...
 
struct  _GstTensorAggregatorClass
 GstTensorAggregatorClass data structure. More...
 

Macros

#define GST_TYPE_TENSOR_AGGREGATOR   (gst_tensor_aggregator_get_type())
 
#define GST_TENSOR_AGGREGATOR(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_AGGREGATOR,GstTensorAggregator))
 
#define GST_TENSOR_AGGREGATOR_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_AGGREGATOR,GstTensorAggregatorClass))
 
#define GST_IS_TENSOR_AGGREGATOR(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_AGGREGATOR))
 
#define GST_IS_TENSOR_AGGREGATOR_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_AGGREGATOR))
 

Typedefs

typedef struct _GstTensorAggregator GstTensorAggregator
 
typedef struct _GstTensorAggregatorClass GstTensorAggregatorClass
 

Functions

GType gst_tensor_aggregator_get_type (void)
 Function to get type of tensor_aggregator. More...
 

Detailed Description

GStreamer plugin to aggregate tensor stream.

GStreamer Copyright (C) 2005 Thomas Vander Stichele thoma.nosp@m.s@ap.nosp@m.estaa.nosp@m.rt.o.nosp@m.rg Copyright (C) 2005 Ronald S. Bultje rbult.nosp@m.je@r.nosp@m.onald.nosp@m..bit.nosp@m.freak.nosp@m..net Copyright (C) 2018 Samsung Electronics Co., Ltd.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; version 2.1 of the License.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.

Date
29 August 2018
See also
https://github.com/nnstreamer/nnstreamer
Author
Jaeyun Jung jy121.nosp@m.0.ju.nosp@m.ng@sa.nosp@m.msun.nosp@m.g.com
Bug:
No known bugs except for NYI items

Definition in file gsttensor_aggregator.h.

Macro Definition Documentation

◆ GST_IS_TENSOR_AGGREGATOR

#define GST_IS_TENSOR_AGGREGATOR (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_AGGREGATOR))

Definition at line 41 of file gsttensor_aggregator.h.

◆ GST_IS_TENSOR_AGGREGATOR_CLASS

#define GST_IS_TENSOR_AGGREGATOR_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_AGGREGATOR))

Definition at line 43 of file gsttensor_aggregator.h.

◆ GST_TENSOR_AGGREGATOR

#define GST_TENSOR_AGGREGATOR (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_AGGREGATOR,GstTensorAggregator))

Definition at line 37 of file gsttensor_aggregator.h.

◆ GST_TENSOR_AGGREGATOR_CLASS

#define GST_TENSOR_AGGREGATOR_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_AGGREGATOR,GstTensorAggregatorClass))

Definition at line 39 of file gsttensor_aggregator.h.

◆ GST_TYPE_TENSOR_AGGREGATOR

#define GST_TYPE_TENSOR_AGGREGATOR   (gst_tensor_aggregator_get_type())

Definition at line 35 of file gsttensor_aggregator.h.

Typedef Documentation

◆ GstTensorAggregator

Definition at line 46 of file gsttensor_aggregator.h.

◆ GstTensorAggregatorClass

Function Documentation

◆ gst_tensor_aggregator_get_type()

GType gst_tensor_aggregator_get_type ( void  )

Function to get type of tensor_aggregator.