Definition at line 45 of file sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
Data Fields | |
| GstBaseTransform | base_trans |
| guint | unique_id |
| std::vector< guint64 > | max_frame_nums |
| char * | max_frame_nums_str |
| GstVideoInfo | video_info |
| guint | label_width |
| guint | label_height |
| guint | batch_size |
| char * | label_dir |
| char * | file_names |
| guint | interval |
| guint | interval_counter |
| std::vector< std::vector< std::vector< Bbox > > > | label_bboxes |
| GstBaseTransform _GstNvReplay::base_trans |
Definition at line 47 of file sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| guint _GstNvReplay::batch_size |
Definition at line 65 of file sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| char * _GstNvReplay::file_names |
Definition at line 71 of file sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| guint _GstNvReplay::interval |
Definition at line 74 of file sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| guint _GstNvReplay::interval_counter |
Definition at line 77 of file sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| std::vector< std::vector< std::vector< Bbox > > > _GstNvReplay::label_bboxes |
Definition at line 81 of file sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| char * _GstNvReplay::label_dir |
Definition at line 68 of file sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| guint _GstNvReplay::label_height |
Definition at line 62 of file sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| guint _GstNvReplay::label_width |
Definition at line 61 of file sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| std::vector< guint64 > _GstNvReplay::max_frame_nums |
Definition at line 54 of file sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| char * _GstNvReplay::max_frame_nums_str |
Definition at line 55 of file sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| guint _GstNvReplay::unique_id |
Definition at line 51 of file sources/gst-plugins/gst-nvreplay/gstnvreplay.h.
| GstVideoInfo _GstNvReplay::video_info |
Definition at line 58 of file sources/gst-plugins/gst-nvreplay/gstnvreplay.h.