PDK API Guide for J721E
Dss_FrameRtParams Struct Reference

Detailed Description

Structure containing run time configuration per frame.

Data Fields

uint32_t width
 
uint32_t height
 
uint32_t pitch [FVID2_MAX_PLANES]
 
uint32_t dataFormat
 

Field Documentation

◆ width

uint32_t Dss_FrameRtParams::width

Width of the video frame or field in pixels.

◆ height

uint32_t Dss_FrameRtParams::height

Height of the video frame or field in lines.

◆ pitch

uint32_t Dss_FrameRtParams::pitch[FVID2_MAX_PLANES]

Pitch in bytes for each of the sub-buffers. This represents the difference between two consecutive line addresses in bytes. This is irrespective of whether the video is interlaced or progressive and whether the fields are merged or separated for interlaced video.

◆ dataFormat

uint32_t Dss_FrameRtParams::dataFormat

Frame data Format. For valid values see Fvid2_DataFormat.