NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only

Detailed Description

Defines decoder flag bit masks for constructing the decoder.

Macros

#define NVMEDIA_IMAGE_DECODER_ATTRIBUTE_PROGRESSIVE_SEQUENCE
 Progressive sequence. More...
 
#define NVMEDIA_IMAGE_DECODER_10BIT_DECODE
 Defines 10-bit decode. More...
 
#define NVMEDIA_IMAGE_DECODER_PIXEL_REC_2020
 Rec_2020 color format for the decoded surface. More...
 
#define NVMEDIA_IMAGE_DECODER_PROFILING
 Enable decoder profiling support. More...
 
#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_IMAGE_DECODER_10BIT_DECODE

#define NVMEDIA_IMAGE_DECODER_10BIT_DECODE

Defines 10-bit decode.

Definition at line 95 of file nvmedia_imgdec.h.

◆ NVMEDIA_IMAGE_DECODER_ATTRIBUTE_PROGRESSIVE_SEQUENCE

#define NVMEDIA_IMAGE_DECODER_ATTRIBUTE_PROGRESSIVE_SEQUENCE

Progressive sequence.

Definition at line 88 of file nvmedia_imgdec.h.

◆ NVMEDIA_IMAGE_DECODER_PIXEL_REC_2020

#define NVMEDIA_IMAGE_DECODER_PIXEL_REC_2020

Rec_2020 color format for the decoded surface.

Definition at line 102 of file nvmedia_imgdec.h.

◆ NVMEDIA_IMAGE_DECODER_PROFILING

#define NVMEDIA_IMAGE_DECODER_PROFILING

Enable decoder profiling support.

Definition at line 109 of file nvmedia_imgdec.h.

◆ NVMEDIA_VIDEO_DECODER_10BIT_DECODE

#define NVMEDIA_VIDEO_DECODER_10BIT_DECODE

Defines 10-bit decode.

Definition at line 198 of file nvmedia_viddec.h.

◆ NVMEDIA_VIDEO_DECODER_DUMP_MV

#define NVMEDIA_VIDEO_DECODER_DUMP_MV

Enable decoder motion vector dump.

Definition at line 240 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 219 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 226 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 212 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 205 of file nvmedia_viddec.h.

◆ NVMEDIA_VIDEO_DECODER_PROFILING

#define NVMEDIA_VIDEO_DECODER_PROFILING

Enable decoder profiling support.

Definition at line 233 of file nvmedia_viddec.h.