NVIDIA DeepStream SDK API Reference
7.1 Release
nvds_latency_meta_internal.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: Copyright (c) 2019 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
* SPDX-License-Identifier: LicenseRef-NvidiaProprietary
4
*
5
* NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
6
* property and proprietary rights in and to this material, related
7
* documentation and any modifications thereto. Any use, reproduction,
8
* disclosure or distribution of this material and related documentation
9
* without an express license agreement from NVIDIA CORPORATION or
10
* its affiliates is strictly prohibited.
11
*/
12
13
#ifndef _NVDSMETA_LATENCY_INTERNAL_H_
14
#define _NVDSMETA_LATENCY_INTERNAL_H_
15
16
#include "glib.h"
17
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
22
void
*
nvds_set_latency_metadata_ptr
(
void
);
23
24
gpointer
nvds_copy_latency_meta
(gpointer data, gpointer user_data);
25
26
void
nvds_release_latency_meta
(gpointer data, gpointer user_data);
27
28
gdouble
nvds_get_current_system_timestamp
(
void
);
29
30
gboolean
nvds_get_enable_per_component_latency_measurement
(
void
);
31
32
#define nvds_enable_component_latency_measurement (nvds_get_enable_per_component_latency_measurement())
33
34
#ifdef __cplusplus
35
}
36
#endif
37
#endif
nvds_get_current_system_timestamp
gdouble nvds_get_current_system_timestamp(void)
nvds_get_enable_per_component_latency_measurement
gboolean nvds_get_enable_per_component_latency_measurement(void)
nvds_set_latency_metadata_ptr
void * nvds_set_latency_metadata_ptr(void)
nvds_release_latency_meta
void nvds_release_latency_meta(gpointer data, gpointer user_data)
nvds_copy_latency_meta
gpointer nvds_copy_latency_meta(gpointer data, gpointer user_data)
Advance Information | Subject to Change | Generated by NVIDIA | Mon Oct 14 2024 13:27:45 | PR-09318-R32