Doxygen Book
gsttensor_crop.h File Reference

GStreamer element to crop the regions of incoming tensor. More...

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

Go to the source code of this file.

Classes

struct  GstTensorCropPadData
 GstTensorCrop pad data. More...
 
struct  _GstTensorCrop
 GstTensorCrop data structure. More...
 
struct  _GstTensorCropClass
 GstTensorCropClass data structure. More...
 

Macros

#define GST_TYPE_TENSOR_CROP   (gst_tensor_crop_get_type())
 
#define GST_TENSOR_CROP(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_CROP,GstTensorCrop))
 
#define GST_TENSOR_CROP_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_CROP,GstTensorCropClass))
 
#define GST_IS_TENSOR_CROP(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_CROP))
 
#define GST_IS_TENSOR_CROP_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_CROP))
 

Typedefs

typedef struct _GstTensorCrop GstTensorCrop
 
typedef struct _GstTensorCropClass GstTensorCropClass
 

Functions

GType gst_tensor_crop_get_type (void)
 Function to get type of tensor_crop. More...
 

Detailed Description

GStreamer element to crop the regions of incoming tensor.

Copyright (C) 2021 Samsung Electronics Co., Ltd.

Date
10 May 2021
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_crop.h.

Macro Definition Documentation

◆ GST_IS_TENSOR_CROP

#define GST_IS_TENSOR_CROP (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_CROP))

Definition at line 28 of file gsttensor_crop.h.

◆ GST_IS_TENSOR_CROP_CLASS

#define GST_IS_TENSOR_CROP_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_CROP))

Definition at line 30 of file gsttensor_crop.h.

◆ GST_TENSOR_CROP

#define GST_TENSOR_CROP (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_CROP,GstTensorCrop))

Definition at line 24 of file gsttensor_crop.h.

◆ GST_TENSOR_CROP_CLASS

#define GST_TENSOR_CROP_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_CROP,GstTensorCropClass))

Definition at line 26 of file gsttensor_crop.h.

◆ GST_TYPE_TENSOR_CROP

#define GST_TYPE_TENSOR_CROP   (gst_tensor_crop_get_type())

Definition at line 22 of file gsttensor_crop.h.

Typedef Documentation

◆ GstTensorCrop

typedef struct _GstTensorCrop GstTensorCrop

Definition at line 33 of file gsttensor_crop.h.

◆ GstTensorCropClass

Definition at line 34 of file gsttensor_crop.h.

Function Documentation

◆ gst_tensor_crop_get_type()

GType gst_tensor_crop_get_type ( void  )

Function to get type of tensor_crop.