NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwCodecHeaderPluginFunctions Struct Reference

Detailed Description

Function Table exposing plugin functions.

Definition at line 168 of file CodecHeaderPlugin.h.

Collaboration diagram for dwCodecHeaderPluginFunctions:

Data Fields

dwCodecHeaderPlugin_initializeHandle initializeHandle
 function pointer of initialize a new handle to the CodecHeader managed by the plugin module. More...
 
dwCodecHeaderPlugin_release release
 function pointer of release a CodecHeader managed by the plugin module. More...
 
dwCodecHeaderPlugin_getCodecType getCodecType
 function pointer of function used to get codec type. More...
 
dwCodecHeaderPlugin_getMediaType getMediaType
 function pointer of function used to get media type. More...
 
dwCodecHeaderPlugin_getMaxRawPacketSize getMaxRawPacketSize
 function pointer of function used to get the max raw packet size of the CodecHeader. More...
 
dwCodecHeaderPlugin_getProperties getProperties
 function pointer of function used to get the properties of the CodecHeader. More...
 
dwCodecHeaderPlugin_getConfig getConfig
 function pointer of function used to get the config of the CodecHeader. More...
 
dwCodecHeaderPlugin_save save
 function pointer of function used to save. More...
 
dwCodecHeaderPlugin_canLoad canLoad
 function pointer of function used to check if given data can be loaded. More...
 
dwCodecHeaderPlugin_load load
 function pointer of function used to load a serialized codec header. More...
 
dwCodecHeaderPlugin_initializeDecoder initializeDecoder
 function pointer of function used to initialize decoder. More...
 

Field Documentation

◆ canLoad

dwCodecHeaderPlugin_canLoad dwCodecHeaderPluginFunctions::canLoad

function pointer of function used to check if given data can be loaded.

Definition at line 178 of file CodecHeaderPlugin.h.

◆ getCodecType

dwCodecHeaderPlugin_getCodecType dwCodecHeaderPluginFunctions::getCodecType

function pointer of function used to get codec type.

Definition at line 172 of file CodecHeaderPlugin.h.

◆ getConfig

dwCodecHeaderPlugin_getConfig dwCodecHeaderPluginFunctions::getConfig

function pointer of function used to get the config of the CodecHeader.

Definition at line 176 of file CodecHeaderPlugin.h.

◆ getMaxRawPacketSize

dwCodecHeaderPlugin_getMaxRawPacketSize dwCodecHeaderPluginFunctions::getMaxRawPacketSize

function pointer of function used to get the max raw packet size of the CodecHeader.

Definition at line 174 of file CodecHeaderPlugin.h.

◆ getMediaType

dwCodecHeaderPlugin_getMediaType dwCodecHeaderPluginFunctions::getMediaType

function pointer of function used to get media type.

Definition at line 173 of file CodecHeaderPlugin.h.

◆ getProperties

dwCodecHeaderPlugin_getProperties dwCodecHeaderPluginFunctions::getProperties

function pointer of function used to get the properties of the CodecHeader.

Definition at line 175 of file CodecHeaderPlugin.h.

◆ initializeDecoder

dwCodecHeaderPlugin_initializeDecoder dwCodecHeaderPluginFunctions::initializeDecoder

function pointer of function used to initialize decoder.

Definition at line 180 of file CodecHeaderPlugin.h.

◆ initializeHandle

dwCodecHeaderPlugin_initializeHandle dwCodecHeaderPluginFunctions::initializeHandle

function pointer of initialize a new handle to the CodecHeader managed by the plugin module.

Definition at line 170 of file CodecHeaderPlugin.h.

◆ load

dwCodecHeaderPlugin_load dwCodecHeaderPluginFunctions::load

function pointer of function used to load a serialized codec header.

Definition at line 179 of file CodecHeaderPlugin.h.

◆ release

dwCodecHeaderPlugin_release dwCodecHeaderPluginFunctions::release

function pointer of release a CodecHeader managed by the plugin module.

Definition at line 171 of file CodecHeaderPlugin.h.

◆ save

dwCodecHeaderPlugin_save dwCodecHeaderPluginFunctions::save

function pointer of function used to save.

Definition at line 177 of file CodecHeaderPlugin.h.


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