NVIDIA DeepStream SDK API Reference
9.1 Release
sources/includes/nvds_latency_meta_internal.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: Copyright (c) 2019-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
* SPDX-License-Identifier: Apache-2.0
4
*
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
* you may not use this file except in compliance with the License.
7
* You may obtain a copy of the License at
8
*
9
* http://www.apache.org/licenses/LICENSE-2.0
10
*
11
* Unless required by applicable law or agreed to in writing, software
12
* distributed under the License is distributed on an "AS IS" BASIS,
13
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
* See the License for the specific language governing permissions and
15
* limitations under the License.
16
*/
17
18
#ifndef _NVDSMETA_LATENCY_INTERNAL_H_
19
#define _NVDSMETA_LATENCY_INTERNAL_H_
20
21
#include "glib.h"
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
27
void
*
nvds_set_latency_metadata_ptr
(
void
);
28
29
gpointer
nvds_copy_latency_meta
(gpointer data, gpointer user_data);
30
31
void
nvds_release_latency_meta
(gpointer data, gpointer user_data);
32
33
gdouble
nvds_get_current_system_timestamp
(
void
);
34
35
gboolean
nvds_get_enable_per_component_latency_measurement
(
void
);
36
37
#define nvds_enable_component_latency_measurement (nvds_get_enable_per_component_latency_measurement())
38
39
#ifdef __cplusplus
40
}
41
#endif
42
#endif
nvds_get_current_system_timestamp
gdouble nvds_get_current_system_timestamp(void)
nvds_set_latency_metadata_ptr
void * nvds_set_latency_metadata_ptr(void)
nvds_copy_latency_meta
gpointer nvds_copy_latency_meta(gpointer data, gpointer user_data)
nvds_get_enable_per_component_latency_measurement
gboolean nvds_get_enable_per_component_latency_measurement(void)
nvds_release_latency_meta
void nvds_release_latency_meta(gpointer data, gpointer user_data)
Privacy Policy
|
Manage My Privacy
|
Do Not Sell or Share My Data
|
Terms of Service
|
Accessibility
|
Corporate Policies
|
Product Security
|
Contact
© 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
NVIDIA Confidential | Subject to Change | For test and development only.
Thu Jul 9 2026 11:48:20 | PR-09318-R32