NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
NvMediaParserParams Struct Reference

Detailed Description

Holds initialization parameters for the decoder class.

Definition at line 606 of file nvmedia_parser.h.

Collaboration diagram for NvMediaParserParams:

Data Fields

NvMediaParserClientCbpClient
 Should always be present if using parsing functionality. More...
 
void * pClientCtx
 Client context. More...
 
uint32_t uReferenceClockRate
 Ticks per second of PTS clock (0=default=10000000=10Mhz) More...
 
uint16_t uErrorThreshold
 Threshold for deciding to bypass of picture (0=do not decode, 100=always decode) More...
 
NvMediaVideoCodec eCodec
 Codec type. More...
 
NvMediaParserSeqInfopExternalSeqInfo
 Optional external sequence header data. More...
 

Field Documentation

◆ eCodec

NvMediaVideoCodec NvMediaParserParams::eCodec

Codec type.

Definition at line 617 of file nvmedia_parser.h.

◆ pClient

NvMediaParserClientCb* NvMediaParserParams::pClient

Should always be present if using parsing functionality.

Definition at line 609 of file nvmedia_parser.h.

◆ pClientCtx

void* NvMediaParserParams::pClientCtx

Client context.

Definition at line 611 of file nvmedia_parser.h.

◆ pExternalSeqInfo

NvMediaParserSeqInfo* NvMediaParserParams::pExternalSeqInfo

Optional external sequence header data.

Definition at line 619 of file nvmedia_parser.h.

◆ uErrorThreshold

uint16_t NvMediaParserParams::uErrorThreshold

Threshold for deciding to bypass of picture (0=do not decode, 100=always decode)

Definition at line 615 of file nvmedia_parser.h.

◆ uReferenceClockRate

uint32_t NvMediaParserParams::uReferenceClockRate

Ticks per second of PTS clock (0=default=10000000=10Mhz)

Definition at line 613 of file nvmedia_parser.h.


The documentation for this struct was generated from the following file: