Go to the source code of this file.
Data Structures | |
| struct | _GstNvReplay |
| struct | _GstNvReplayClass |
Macros | |
| #define | PACKAGE "nvreplay" |
| #define | VERSION "1.0.0" |
| #define | LICENSE "Proprietary" |
| #define | DESCRIPTION "Gstreamer plugin to load ground truth labels for evaluation" |
| #define | BINARY_PACKAGE "Gstreamer nvreplay plugin" |
| #define | URL "http://nvidia.com/" |
| #define | GST_TYPE_NVREPLAY (gst_nvreplay_get_type()) |
| #define | GST_NVREPLAY(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVREPLAY,GstNvReplay)) |
| #define | GST_NVREPLAY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVREPLAY,GstNvReplayClass)) |
| #define | GST_NVREPLAY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GST_TYPE_NVREPLAY, GstNvReplayClass)) |
| #define | GST_IS_NVREPLAY(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVREPLAY)) |
| #define | GST_IS_NVREPLAY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVREPLAY)) |
| #define | GST_NVREPLAY_CAST(obj) ((GstNvReplay *)(obj)) |
Typedefs | |
| typedef typedefG_BEGIN_DECLS struct _GstNvReplay | GstNvReplay |
| typedef struct _GstNvReplayClass | GstNvReplayClass |
| typedef std::vector< float > | Bbox |
Functions | |
| GType | gst_nvreplay_get_type (void) |
| #define BINARY_PACKAGE "Gstreamer nvreplay plugin" |
Definition at line 27 of file 9.0/sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| #define DESCRIPTION "Gstreamer plugin to load ground truth labels for evaluation" |
Definition at line 26 of file 9.0/sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| #define GST_IS_NVREPLAY | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVREPLAY)) |
Definition at line 41 of file 9.0/sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| #define GST_IS_NVREPLAY_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVREPLAY)) |
Definition at line 42 of file 9.0/sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| #define GST_NVREPLAY | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVREPLAY,GstNvReplay)) |
Definition at line 38 of file 9.0/sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| #define GST_NVREPLAY_CAST | ( | obj | ) | ((GstNvReplay *)(obj)) |
Definition at line 43 of file 9.0/sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| #define GST_NVREPLAY_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVREPLAY,GstNvReplayClass)) |
Definition at line 39 of file 9.0/sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| #define GST_NVREPLAY_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS((obj), GST_TYPE_NVREPLAY, GstNvReplayClass)) |
Definition at line 40 of file 9.0/sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| #define GST_TYPE_NVREPLAY (gst_nvreplay_get_type()) |
Definition at line 37 of file 9.0/sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| #define LICENSE "Proprietary" |
Definition at line 25 of file 9.0/sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| #define PACKAGE "nvreplay" |
Definition at line 23 of file 9.0/sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| #define URL "http://nvidia.com/" |
Definition at line 28 of file 9.0/sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| #define VERSION "1.0.0" |
Definition at line 24 of file 9.0/sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| typedef std::vector<float> Bbox |
Definition at line 35 of file 9.0/sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| typedef typedefG_BEGIN_DECLS struct _GstNvReplay GstNvReplay |
Definition at line 33 of file 9.0/sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| typedef struct _GstNvReplayClass GstNvReplayClass |
Definition at line 34 of file 9.0/sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| GType gst_nvreplay_get_type | ( | void | ) |