NVIDIA DeepStream SDK API Reference

9.1 Release
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;
64  guint compute_hw;
68 
81 gboolean
83  NvDsTiledDisplayBin * bin);
84 
85 #ifdef __cplusplus
86 }
87 #endif
88 
89 #endif
NvDsTiledDisplayConfig::rows
guint rows
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:52
NV_DS_TILED_DISPLAY_ENABLE
@ NV_DS_TILED_DISPLAY_ENABLE
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:39
NvDsTiledDisplayBin::bin
GstElement * bin
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:31
NvDsTiledDisplayConfig::width
guint width
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:54
NvDsTiledDisplayConfig::square_seq_grid
guint square_seq_grid
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:66
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
NvDsTiledDisplayBin::tiler
GstElement * tiler
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:33
NvDsTiledDisplayConfig
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:49
NvDsTiledDisplayConfig::enable
NvDsTiledDisplayEnable enable
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:51
NvDsTiledDisplayConfig::nvbuf_memory_type
guint nvbuf_memory_type
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:57
NvDsTiledDisplayConfig::height
guint height
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:55
NvDsTiledDisplayConfig::gpu_id
guint gpu_id
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:56
create_tiled_display_bin
gboolean create_tiled_display_bin(NvDsTiledDisplayConfig *config, NvDsTiledDisplayBin *bin)
Initialize NvDsTiledDisplayBin.
NvDsTiledDisplayConfig::compute_hw
guint compute_hw
Compute Scaling HW to use Applicable only for Jetson; x86 uses GPU by default (0): Default - Default,...
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:64
NV_DS_TILED_DISPLAY_DISABLE
@ NV_DS_TILED_DISPLAY_DISABLE
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:38
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: sources/apps/apps-common/includes/deepstream_tiled_display.h:46
NvDsTiledDisplayConfig::columns
guint columns
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:53
NvDsTiledDisplayBin::queue
GstElement * queue
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:32
NvDsTiledDisplayConfig::buffer_pool_size
guint buffer_pool_size
Definition: sources/apps/apps-common/includes/deepstream_tiled_display.h:65