FVID2 Mode information structure.
Data Fields | |
uint32_t | standard |
uint32_t | width |
uint32_t | height |
uint32_t | scanFormat |
uint32_t | pixelClock |
uint32_t | fps |
uint32_t | hFrontPorch |
uint32_t | hBackPorch |
uint32_t | hSyncLen |
uint32_t | vFrontPorch |
uint32_t | vBackPorch |
uint32_t | vSyncLen |
uint32_t Fvid2_ModeInfo::standard |
[IN] Standard for which to get the info. For valid values see Fvid2_Standard.
uint32_t Fvid2_ModeInfo::width |
Active video frame width in pixels.
uint32_t Fvid2_ModeInfo::height |
Active video frame height in lines.
uint32_t Fvid2_ModeInfo::scanFormat |
Scan format of standard. For valid values see Fvid2_ScanFormat.
uint32_t Fvid2_ModeInfo::pixelClock |
Pixel clock of standard in KHz. This assumes 8-bit interface for NTSC/PAL/480I/576I resolutions and 16/24-bit interface for other resolutions including 480P and 576P.
uint32_t Fvid2_ModeInfo::fps |
Frames per second.
uint32_t Fvid2_ModeInfo::hFrontPorch |
Horizontal front porch. Same for both fields in case of interlaced display.
uint32_t Fvid2_ModeInfo::hBackPorch |
Horizontal back porch.
uint32_t Fvid2_ModeInfo::hSyncLen |
Horizontal sync length. Same for both fields in case of interlaced display.
uint32_t Fvid2_ModeInfo::vFrontPorch |
Vertical front porch for each field or frame.
uint32_t Fvid2_ModeInfo::vBackPorch |
Vertical back porch for each field or frame.
uint32_t Fvid2_ModeInfo::vSyncLen |
Vertical sync length for each field.