NVIDIA DRIVE OS Linux SDK API Reference

5.2.0 Release
For Test and Development only
nvmedia_common_encode_ofst.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2019 NVIDIA CORPORATION. All rights reserved. All
3  * information contained herein is proprietary and confidential to NVIDIA
4  * Corporation. Any use, reproduction, or disclosure without the written
5  * permission of NVIDIA Corporation is prohibited.
6  */
7 
8 
18 #ifndef NVMEDIA_COMMON_ENCODE_OFST_H
19 #define NVMEDIA_COMMON_ENCODE_OFST_H
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
36 typedef enum {
46 
51 #ifdef __cplusplus
52 }; /* extern "C" */
53 #endif
54 
55 #endif /* NVMEDIA_COMMON_ENCODE_OFST_H */
NVMEDIA_ENCODER_INSTANCE_AUTO
@ NVMEDIA_ENCODER_INSTANCE_AUTO
Specifies that the encoder instance ID can be set dynamically during encode.
Definition: nvmedia_common_encode_ofst.h:44
NVMEDIA_ENCODER_INSTANCE_0
@ NVMEDIA_ENCODER_INSTANCE_0
Specifies the encoder instance ID 0.
Definition: nvmedia_common_encode_ofst.h:38
NVMEDIA_ENCODER_INSTANCE_1
@ NVMEDIA_ENCODER_INSTANCE_1
Specifies the encoder instance ID 1.
Definition: nvmedia_common_encode_ofst.h:40
NvMediaEncoderInstanceId
NvMediaEncoderInstanceId
Specifies the encoder instance ID.
Definition: nvmedia_common_encode_ofst.h:36