NVIDIA DeepStream SDK API Reference
7.1 Release
includes/patterns.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: Copyright (c) 2021-2022 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 _PATTERNS_H_
14
#define _PATTERNS_H_
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
20
void
gst_nv_video_test_src_cuda_init
(
GstNvVideoTestSrc
*src);
21
void
gst_nv_video_test_src_cuda_free
(
GstNvVideoTestSrc
*src);
22
void
gst_nv_video_test_src_cuda_prepare
(
GstNvVideoTestSrc
*src,
NvBufSurfaceParams
*surf);
23
24
void
gst_nv_video_test_src_smpte
(
GstNvVideoTestSrc
*src);
25
void
gst_nv_video_test_src_mandelbrot
(
GstNvVideoTestSrc
*src);
26
void
gst_nv_video_test_src_gradient
(
GstNvVideoTestSrc
*src);
27
28
#ifdef __cplusplus
29
}
30
#endif
31
32
#endif
gst_nv_video_test_src_smpte
void gst_nv_video_test_src_smpte(GstNvVideoTestSrc *src)
_GstNvVideoTestSrc
Definition:
gst-plugins/gst-nvvideotestsrc/gstnvvideotestsrc.h:52
NvBufSurfaceParams
Hold the information of single buffer in the batch.
Definition:
nvbufsurface.h:487
gst_nv_video_test_src_cuda_free
void gst_nv_video_test_src_cuda_free(GstNvVideoTestSrc *src)
gst_nv_video_test_src_cuda_prepare
void gst_nv_video_test_src_cuda_prepare(GstNvVideoTestSrc *src, NvBufSurfaceParams *surf)
gst_nv_video_test_src_mandelbrot
void gst_nv_video_test_src_mandelbrot(GstNvVideoTestSrc *src)
gst_nv_video_test_src_cuda_init
void gst_nv_video_test_src_cuda_init(GstNvVideoTestSrc *src)
gst_nv_video_test_src_gradient
void gst_nv_video_test_src_gradient(GstNvVideoTestSrc *src)
Advance Information | Subject to Change | Generated by NVIDIA | Mon Oct 14 2024 13:27:46 | PR-09318-R32