video_common
Vitis Drivers API Documentation
xvidc_edid.c File Reference

Functions

void XVidC_EdidGetManName (const u8 *EdidRaw, char ManName[4])
 Get the manufacturer name as specified in the vendor and product ID field of the supplied base Extended Display Identification Data (EDID). More...
 
XVidC_ColorDepth XVidC_EdidGetColorDepth (const u8 *EdidRaw)
 Get the color bit depth (bits per primary color) as specified in the basic display parameters and features, video input definition field of the supplied base Extended Display Identification Data (EDID). More...
 
int XVidC_EdidGetCcRedX (const u8 *EdidRaw)
 Calculates the x chromaticity coordinate for red by converting a 10 bit binary fraction representation from the supplied base Extended Display Identification Data (EDID) to a integer in Q0.10 Format. More...
 
int XVidC_EdidGetCcRedY (const u8 *EdidRaw)
 Calculates the y chromaticity coordinate for red by converting a 10 bit binary fraction representation from the supplied base Extended Display Identification Data (EDID) to a integer in Q0.10 Format. More...
 
int XVidC_EdidGetCcGreenX (const u8 *EdidRaw)
 Calculates the x chromaticity coordinate for green by converting a 10 bit binary fraction representation from the supplied base Extended Display Identification Data (EDID) to a integer in Q0.10 Format. More...
 
int XVidC_EdidGetCcGreenY (const u8 *EdidRaw)
 Calculates the y chromaticity coordinate for green by converting a 10 bit binary fraction representation from the supplied base Extended Display Identification Data (EDID) to a integer in Q0.10 Format. More...
 
int XVidC_EdidGetCcBlueX (const u8 *EdidRaw)
 Calculates the x chromaticity coordinate for blue by converting a 10 bit binary fraction representation from the supplied base Extended Display Identification Data (EDID) to a integer in Q0.10 Format. More...
 
int XVidC_EdidGetCcBlueY (const u8 *EdidRaw)
 Calculates the y chromaticity coordinate for blue by converting a 10 bit binary fraction representation from the supplied base Extended Display Identification Data (EDID) to a integer in Q0.10 Format. More...
 
int XVidC_EdidGetCcWhiteX (const u8 *EdidRaw)
 Calculates the x chromaticity coordinate for white by converting a 10 bit binary fraction representation from the supplied base Extended Display Identification Data (EDID) to a integer in Q0.10 Format. More...
 
int XVidC_EdidGetCcWhiteY (const u8 *EdidRaw)
 Calculates the y chromaticity coordinate for white by converting a 10 bit binary fraction representation from the supplied base Extended Display Identification Data (EDID) to an integer in Q0.10 Format. More...
 
u16 XVidC_EdidGetStdTimingsV (const u8 *EdidRaw, u8 StdTimingsNum)
 Retrieves the active vertical resolution from the standard timings field of the supplied base Extended Display Identification Data (EDID). More...
 
u32 XVidC_EdidIsVideoTimingSupported (const u8 *EdidRaw, const XVidC_VideoTimingMode *VtMode)
 Checks whether or not a specified video timing mode is supported as specified in the supplied base Extended Display Identification Data (EDID). More...