NVIDIA DRIVE OS Linux SDK API Reference

6.0.3 Release

Detailed Description

Defines decoder flag bit masks for constructing the decoder.

Macros

#define NVMEDIA_VIDEO_DECODER_10BIT_DECODE
 Defines 10-bit decode. More...
 
#define NVMEDIA_VIDEO_DECODER_PIXEL_REC_2020
 Rec_2020 color format for the decoded surface. More...
 
#define NVMEDIA_VIDEO_DECODER_OUTPUT_16BIT_SURFACES
 Use 16 bit surfaces if contents is higher than 8 bit. More...
 
#define NVMEDIA_VIDEO_DECODER_ENABLE_AES
 Create decoder for encrypted content decoding. More...
 
#define NVMEDIA_VIDEO_DECODER_NV24_OUTPUT
 Create decoder to output in NV24 format. More...
 
#define NVMEDIA_VIDEO_DECODER_PROFILING
 Enable decoder profiling support. More...
 
#define NVMEDIA_VIDEO_DECODER_DUMP_MV
 Enable decoder motion vector dump. More...
 

Macro Definition Documentation

◆ NVMEDIA_VIDEO_DECODER_10BIT_DECODE

#define NVMEDIA_VIDEO_DECODER_10BIT_DECODE

Defines 10-bit decode.

Definition at line 79 of file nvmedia_viddec.h.

◆ NVMEDIA_VIDEO_DECODER_DUMP_MV

#define NVMEDIA_VIDEO_DECODER_DUMP_MV

Enable decoder motion vector dump.

Definition at line 121 of file nvmedia_viddec.h.

◆ NVMEDIA_VIDEO_DECODER_ENABLE_AES

#define NVMEDIA_VIDEO_DECODER_ENABLE_AES

Create decoder for encrypted content decoding.

Definition at line 100 of file nvmedia_viddec.h.

◆ NVMEDIA_VIDEO_DECODER_NV24_OUTPUT

#define NVMEDIA_VIDEO_DECODER_NV24_OUTPUT

Create decoder to output in NV24 format.

Definition at line 107 of file nvmedia_viddec.h.

◆ NVMEDIA_VIDEO_DECODER_OUTPUT_16BIT_SURFACES

#define NVMEDIA_VIDEO_DECODER_OUTPUT_16BIT_SURFACES

Use 16 bit surfaces if contents is higher than 8 bit.

Definition at line 93 of file nvmedia_viddec.h.

◆ NVMEDIA_VIDEO_DECODER_PIXEL_REC_2020

#define NVMEDIA_VIDEO_DECODER_PIXEL_REC_2020

Rec_2020 color format for the decoded surface.

Definition at line 86 of file nvmedia_viddec.h.

◆ NVMEDIA_VIDEO_DECODER_PROFILING

#define NVMEDIA_VIDEO_DECODER_PROFILING

Enable decoder profiling support.

Definition at line 114 of file nvmedia_viddec.h.