AM62Px MCU+ SDK  09.02.01

Detailed Description

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
 

Field Documentation

◆ standard

uint32_t Fvid2_ModeInfo::standard

[IN] Standard for which to get the info. For valid values see Fvid2_Standard.

◆ width

uint32_t Fvid2_ModeInfo::width

Active video frame width in pixels.

◆ height

uint32_t Fvid2_ModeInfo::height

Active video frame height in lines.

◆ scanFormat

uint32_t Fvid2_ModeInfo::scanFormat

Scan format of standard. For valid values see Fvid2_ScanFormat.

◆ pixelClock

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.

◆ fps

uint32_t Fvid2_ModeInfo::fps

Frames per second.

◆ hFrontPorch

uint32_t Fvid2_ModeInfo::hFrontPorch

Horizontal front porch. Same for both fields in case of interlaced display.

◆ hBackPorch

uint32_t Fvid2_ModeInfo::hBackPorch

Horizontal back porch.

◆ hSyncLen

uint32_t Fvid2_ModeInfo::hSyncLen

Horizontal sync length. Same for both fields in case of interlaced display.

◆ vFrontPorch

uint32_t Fvid2_ModeInfo::vFrontPorch

Vertical front porch for each field or frame.

◆ vBackPorch

uint32_t Fvid2_ModeInfo::vBackPorch

Vertical back porch for each field or frame.

◆ vSyncLen

uint32_t Fvid2_ModeInfo::vSyncLen

Vertical sync length for each field.