Definition at line 79 of file deepstream_audio.h.
Data Fields | |
gboolean | version |
gboolean | cintr |
gboolean | seeking |
gboolean | quit |
bbox_generated_callback | bbox_generated_post_analytics_cb |
gint | audio_event_id |
gint | return_value |
guint | index |
GMutex | app_lock |
GCond | app_cond |
NvDsPipeline | pipeline |
NvDsConfig | config |
NvDsAppPerfStructInt | perf_struct |
gboolean | show_bbox_text |
gint | person_class_id |
gint | car_class_id |
gint | active_source_index |
NvDsConfig | override_config |
NvDsInstanceData | instance_data [MAX_SOURCE_BINS] |
NvDsC2DContext * | c2d_ctx [MAX_MESSAGE_CONSUMERS] |
bbox_generated_callback | all_bbox_generated_cb |
overlay_graphics_callback | overlay_graphics_cb |
NvDsFrameLatencyInfo * | latency_info |
GMutex | latency_lock |
GThread * | ota_handler_thread |
guint | ota_inotify_fd |
guint | ota_watch_desc |
GHashTable * | sensorInfoHash |
Hash table to save NvDsSensorInfo obtained with REST API stream/add, remove operations The key is souce_id. More... | |
gboolean | eos_received |
gint _AppCtx::active_source_index |
Definition at line 166 of file deepstream_app.h.
bbox_generated_callback _AppCtx::all_bbox_generated_cb |
Definition at line 178 of file deepstream_app.h.
GCond _AppCtx::app_cond |
Definition at line 91 of file deepstream_audio.h.
GMutex _AppCtx::app_lock |
Definition at line 90 of file deepstream_audio.h.
gint _AppCtx::audio_event_id |
Definition at line 86 of file deepstream_audio.h.
bbox_generated_callback _AppCtx::bbox_generated_post_analytics_cb |
Definition at line 85 of file deepstream_audio.h.
NvDsC2DContext* _AppCtx::c2d_ctx[MAX_MESSAGE_CONSUMERS] |
Definition at line 175 of file deepstream_app.h.
gint _AppCtx::car_class_id |
Definition at line 163 of file deepstream_app.h.
gboolean _AppCtx::cintr |
Definition at line 82 of file deepstream_audio.h.
NvDsConfig _AppCtx::config |
Definition at line 94 of file deepstream_audio.h.
gboolean _AppCtx::eos_received |
Definition at line 190 of file deepstream_app.h.
guint _AppCtx::index |
Definition at line 88 of file deepstream_audio.h.
NvDsInstanceData _AppCtx::instance_data[MAX_SOURCE_BINS] |
Definition at line 174 of file deepstream_app.h.
NvDsFrameLatencyInfo* _AppCtx::latency_info |
Definition at line 180 of file deepstream_app.h.
GMutex _AppCtx::latency_lock |
Definition at line 181 of file deepstream_app.h.
GThread* _AppCtx::ota_handler_thread |
Definition at line 182 of file deepstream_app.h.
guint _AppCtx::ota_inotify_fd |
Definition at line 183 of file deepstream_app.h.
guint _AppCtx::ota_watch_desc |
Definition at line 184 of file deepstream_app.h.
overlay_graphics_callback _AppCtx::overlay_graphics_cb |
Definition at line 179 of file deepstream_app.h.
NvDsConfig _AppCtx::override_config |
Definition at line 173 of file deepstream_app.h.
NvDsAppPerfStructInt _AppCtx::perf_struct |
Definition at line 95 of file deepstream_audio.h.
gint _AppCtx::person_class_id |
Definition at line 162 of file deepstream_app.h.
NvDsPipeline _AppCtx::pipeline |
Definition at line 93 of file deepstream_audio.h.
gboolean _AppCtx::quit |
Definition at line 84 of file deepstream_audio.h.
gint _AppCtx::return_value |
Definition at line 87 of file deepstream_audio.h.
gboolean _AppCtx::seeking |
Definition at line 83 of file deepstream_audio.h.
GHashTable* _AppCtx::sensorInfoHash |
Hash table to save NvDsSensorInfo obtained with REST API stream/add, remove operations The key is souce_id.
Definition at line 189 of file deepstream_app.h.
gboolean _AppCtx::show_bbox_text |
Definition at line 159 of file deepstream_app.h.
gboolean _AppCtx::version |
Definition at line 81 of file deepstream_audio.h.