NVIDIA DeepStream SDK API Reference

6.4 Release
deepstream_tiled_display.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
3  *
4  * Permission is hereby granted, free of charge, to any person obtaining a
5  * copy of this software and associated documentation files (the "Software"),
6  * to deal in the Software without restriction, including without limitation
7  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8  * and/or sell copies of the Software, and to permit persons to whom the
9  * Software is furnished to do so, subject to the following conditions:
10  *
11  * The above copyright notice and this permission notice shall be included in
12  * all copies or substantial portions of the Software.
13  *
14  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20  * DEALINGS IN THE SOFTWARE.
21  */
22 
23 #ifndef __NVGSTDS_TILED_DISPLAY_H__
24 #define __NVGSTDS_TILED_DISPLAY_H__
25 
26 #include <gst/gst.h>
27 #include "nvll_osd_struct.h"
28 
29 #ifdef __cplusplus
30 extern "C"
31 {
32 #endif
33 
34 typedef struct
35 {
36  GstElement *bin;
37  GstElement *queue;
38  GstElement *tiler;
40 
41 typedef enum
42 {
53 
54 typedef struct
55 {
57  guint rows;
58  guint columns;
59  guint width;
60  guint height;
61  guint gpu_id;
69  guint compute_hw;
72 
85 gboolean
87  NvDsTiledDisplayBin * bin);
88 
89 #ifdef __cplusplus
90 }
91 #endif
92 
93 #endif
NvDsTiledDisplayEnable
NvDsTiledDisplayEnable
Definition: deepstream_tiled_display.h:41
NvDsTiledDisplayConfig::rows
guint rows
Definition: deepstream_tiled_display.h:57
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: deepstream_tiled_display.h:51
NvDsTiledDisplayConfig::width
guint width
Definition: deepstream_tiled_display.h:59
create_tiled_display_bin
gboolean create_tiled_display_bin(NvDsTiledDisplayConfig *config, NvDsTiledDisplayBin *bin)
Initialize NvDsTiledDisplayBin.
NvDsTiledDisplayBin
Definition: deepstream_tiled_display.h:34
NvDsTiledDisplayBin::bin
GstElement * bin
Definition: deepstream_tiled_display.h:36
NvDsTiledDisplayConfig
Definition: deepstream_tiled_display.h:54
NvDsTiledDisplayConfig::enable
NvDsTiledDisplayEnable enable
Definition: deepstream_tiled_display.h:56
NvDsTiledDisplayBin::queue
GstElement * queue
Definition: deepstream_tiled_display.h:37
NvDsTiledDisplayConfig::nvbuf_memory_type
guint nvbuf_memory_type
Definition: deepstream_tiled_display.h:62
NvDsTiledDisplayBin::tiler
GstElement * tiler
Definition: deepstream_tiled_display.h:38
NV_DS_TILED_DISPLAY_DISABLE
@ NV_DS_TILED_DISPLAY_DISABLE
Definition: deepstream_tiled_display.h:43
NvDsTiledDisplayConfig::height
guint height
Definition: deepstream_tiled_display.h:60
NvDsTiledDisplayConfig::gpu_id
guint gpu_id
Definition: deepstream_tiled_display.h:61
nvll_osd_struct.h
NvDsTiledDisplayConfig::compute_hw
guint compute_hw
Compute Scaling HW to use Applicable only for Jetson; x86 uses GPU by default (0): Default - Default,...
Definition: deepstream_tiled_display.h:69
NvDsTiledDisplayConfig::columns
guint columns
Definition: deepstream_tiled_display.h:58
NV_DS_TILED_DISPLAY_ENABLE
@ NV_DS_TILED_DISPLAY_ENABLE
Definition: deepstream_tiled_display.h:44
NvDsTiledDisplayConfig::buffer_pool_size
guint buffer_pool_size
Definition: deepstream_tiled_display.h:70