Doxygen Book
gsttensor_reposrc.h File Reference

GStreamer plugin to handle tensor repository. More...

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

Go to the source code of this file.

Classes

struct  _GstTensorRepoSrc
 GstTensorRepoSrc data structure. More...
 
struct  _GstTensorRepoSrcClass
 GstTensorRepoSrcClass data structure. More...
 

Macros

#define GST_TYPE_TENSOR_REPOSRC   (gst_tensor_reposrc_get_type())
 
#define GST_TENSOR_REPOSRC(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_REPOSRC,GstTensorRepoSrc))
 
#define GST_TENSOR_REPOSRC_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_REPOSRC,GstTensorRepoSrcClass))
 
#define GST_IS_TENSOR_REPOSRC(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_REPOSRC))
 
#define GST_IS_TENSOR_REPOSRC_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_REPOSRC))
 

Typedefs

typedef struct _GstTensorRepoSrc GstTensorRepoSrc
 
typedef struct _GstTensorRepoSrcClass GstTensorRepoSrcClass
 

Functions

GType gst_tensor_reposrc_get_type (void)
 Function to get type of tensor_reposrc. More...
 

Detailed Description

GStreamer plugin to handle tensor repository.

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
19 Nov 2018
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_reposrc.h.

Macro Definition Documentation

◆ GST_IS_TENSOR_REPOSRC

#define GST_IS_TENSOR_REPOSRC (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_REPOSRC))

Definition at line 41 of file gsttensor_reposrc.h.

◆ GST_IS_TENSOR_REPOSRC_CLASS

#define GST_IS_TENSOR_REPOSRC_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_REPOSRC))

Definition at line 43 of file gsttensor_reposrc.h.

◆ GST_TENSOR_REPOSRC

#define GST_TENSOR_REPOSRC (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_REPOSRC,GstTensorRepoSrc))

Definition at line 37 of file gsttensor_reposrc.h.

◆ GST_TENSOR_REPOSRC_CLASS

#define GST_TENSOR_REPOSRC_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_REPOSRC,GstTensorRepoSrcClass))

Definition at line 39 of file gsttensor_reposrc.h.

◆ GST_TYPE_TENSOR_REPOSRC

#define GST_TYPE_TENSOR_REPOSRC   (gst_tensor_reposrc_get_type())

Definition at line 35 of file gsttensor_reposrc.h.

Typedef Documentation

◆ GstTensorRepoSrc

Definition at line 46 of file gsttensor_reposrc.h.

◆ GstTensorRepoSrcClass

Definition at line 47 of file gsttensor_reposrc.h.

Function Documentation

◆ gst_tensor_reposrc_get_type()

GType gst_tensor_reposrc_get_type ( void  )

Function to get type of tensor_reposrc.