NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
Decoder.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2020-2025 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 
27 #ifndef DW_SENSORS_CODECS_DECODER_H
28 #define DW_SENSORS_CODECS_DECODER_H
29 
30 #ifdef __cplusplus
31 extern "C" {
32 #endif
33 
35 typedef struct dwCodecDecoderObject* dwDecoderHandle_t;
36 
37 #ifdef __cplusplus
38 }
39 #endif
40 
41 #endif // DW_SENSORS_CODECS_DECODER_H
dwDecoderHandle_t
struct dwCodecDecoderObject * dwDecoderHandle_t
Handle representing a decoder.
Definition: Decoder.h:35