NVIDIA DeepStream SDK API Reference

9.1 Release
9.1/sources/apps/apps-common/includes/deepstream_tiled_display.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2018-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 __NVGSTDS_TILED_DISPLAY_H__
19 #define __NVGSTDS_TILED_DISPLAY_H__
20 
21 #include <gst/gst.h>
22 #include "nvll_osd_struct.h"
23 
24 #ifdef __cplusplus
25 extern "C"
26 {
27 #endif
28 
29 typedef struct
30 {
31  GstElement *bin;
32  GstElement *queue;
33  GstElement *tiler;
35 
36 typedef enum
37 {
48 
49 typedef struct
50 {
52  guint rows;
53  guint columns;
54  guint width;
55  guint height;
56  guint gpu_id;
57  guint nvbuf_memory_type;
64  guint compute_hw;
65  guint buffer_pool_size;
66  guint square_seq_grid;
68 
81 gboolean
83  NvDsTiledDisplayBin * bin);
84 
85 #ifdef __cplusplus
86 }
87 #endif
88 
89 #endif
create_tiled_display_bin
gboolean create_tiled_display_bin(NvDsTiledDisplayConfig *config, NvDsTiledDisplayBin *bin)
Initialize NvDsTiledDisplayBin.
NV_DS_TILED_DISPLAY_ENABLE_WITH_PARALLEL_DEMUX
@ NV_DS_TILED_DISPLAY_ENABLE_WITH_PARALLEL_DEMUX
When user sets tiler group enable=2, all sinks with the key: link-only-to-demux=1 shall be linked to ...
Definition: 9.1/sources/apps/apps-common/includes/deepstream_tiled_display.h:46
NV_DS_TILED_DISPLAY_ENABLE
@ NV_DS_TILED_DISPLAY_ENABLE
Definition: 9.1/sources/apps/apps-common/includes/deepstream_tiled_display.h:39
NvDsTiledDisplayBin
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:29
NvDsTiledDisplayEnable
NvDsTiledDisplayEnable
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:36
NV_DS_TILED_DISPLAY_DISABLE
@ NV_DS_TILED_DISPLAY_DISABLE
Definition: 9.1/sources/apps/apps-common/includes/deepstream_tiled_display.h:38
NvDsTiledDisplayConfig
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:49
NvDsTiledDisplayEnable
NvDsTiledDisplayEnable
Definition: 9.1/sources/apps/apps-common/includes/deepstream_tiled_display.h:36