NVIDIA DRIVE OS Linux API Reference

5.1.6.1 Release
For Test and Development only

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaAESMetaData Struct Reference

Detailed Description

Holds re-encrypted data information that the video decoder returns to the parser.

See also
pfnCbNvMediaDecodePicture

Definition at line 109 of file nvmedia_drm.h.

Data Fields

uint32_t uClearHeaderSize
 clear hdr side after pass1 More...
 
uint8_t * pClearHeaderPtr
 clear hdr pointer to buffer after pass1 More...
 
uint32_t * pAesPass1OutputBuffer
 encrypted metadata struture pointer after pass1 More...
 

Field Documentation

uint32_t* NvMediaAESMetaData::pAesPass1OutputBuffer

encrypted metadata struture pointer after pass1

Definition at line 115 of file nvmedia_drm.h.

uint8_t* NvMediaAESMetaData::pClearHeaderPtr

clear hdr pointer to buffer after pass1

Definition at line 113 of file nvmedia_drm.h.

uint32_t NvMediaAESMetaData::uClearHeaderSize

clear hdr side after pass1

Definition at line 111 of file nvmedia_drm.h.


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