NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only
NvMediaParserParams Struct Reference

Detailed Description

Holds initialization parameters for the decoder class.

Definition at line 592 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 603 of file nvmedia_parser.h.

◆ pClient

NvMediaParserClientCb* NvMediaParserParams::pClient

Should always be present if using parsing functionality.

Definition at line 595 of file nvmedia_parser.h.

◆ pClientCtx

void* NvMediaParserParams::pClientCtx

Client context.

Definition at line 597 of file nvmedia_parser.h.

◆ pExternalSeqInfo

NvMediaParserSeqInfo* NvMediaParserParams::pExternalSeqInfo

Optional external sequence header data.

Definition at line 605 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 601 of file nvmedia_parser.h.

◆ uReferenceClockRate

uint32_t NvMediaParserParams::uReferenceClockRate

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

Definition at line 599 of file nvmedia_parser.h.


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