NVIDIA DeepStream SDK API Reference6.1.1 Release |
Holds information about latency of the given subcomponent.
Definition at line 43 of file nvds_latency_meta.h.
Data Fields | |
gchar | sub_comp_name [MAX_COMPONENT_LEN] |
Holds the subcomponent names. More... | |
gdouble | in_system_timestamp |
Holds the system timestamp of the buffer when it arrives at the input of the component. More... | |
gdouble | out_system_timestamp |
Holds the system timestamp of the buffer when it leaves at the output of the component. More... | |
gdouble _NvDsMetaSubCompLatency::in_system_timestamp |
Holds the system timestamp of the buffer when it arrives at the input of the component.
Definition at line 48 of file nvds_latency_meta.h.
gdouble _NvDsMetaSubCompLatency::out_system_timestamp |
Holds the system timestamp of the buffer when it leaves at the output of the component.
Definition at line 51 of file nvds_latency_meta.h.
gchar _NvDsMetaSubCompLatency::sub_comp_name[MAX_COMPONENT_LEN] |
Holds the subcomponent names.
Definition at line 45 of file nvds_latency_meta.h.