v_hdmitx
Xilinx SDK Drivers API Documentation
XV_HdmiTx_3D_MetaData Struct Reference

Structure for 3D meta data. More...

Data Fields

u8 IsPresent
 Indicates 3D metadata presence. More...
 
XV_HdmiTx_3D_MetaData_Type Type
 Type. More...
 
u8 Length
 Length in bytes. More...
 
u8 Data [XV_HDMITX_3D_META_MAX_SIZE]
 Data. More...
 

Detailed Description

Structure for 3D meta data.

Field Documentation

u8 XV_HdmiTx_3D_MetaData::Data[XV_HDMITX_3D_META_MAX_SIZE]

Data.

Referenced by XV_HdmiTx_VSIF_GeneratePacket().

u8 XV_HdmiTx_3D_MetaData::IsPresent

Indicates 3D metadata presence.

Referenced by XV_HdmiTx_VSIF_DisplayInfo(), and XV_HdmiTx_VSIF_GeneratePacket().

u8 XV_HdmiTx_3D_MetaData::Length

Length in bytes.

Referenced by XV_HdmiTx_VSIF_GeneratePacket().

XV_HdmiTx_3D_MetaData_Type XV_HdmiTx_3D_MetaData::Type

Type.

Referenced by XV_HdmiTx_VSIF_GeneratePacket().