Structure containing run time configuration per frame.
Data Fields | |
uint32_t | width |
uint32_t | height |
uint32_t | pitch [FVID2_MAX_PLANES] |
uint32_t | dataFormat |
uint32_t Dss_FrameRtParams::width |
Width of the video frame or field in pixels.
uint32_t Dss_FrameRtParams::height |
Height of the video frame or field in lines.
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.
uint32_t Dss_FrameRtParams::dataFormat |
Frame data Format. For valid values see Fvid2_DataFormat.