Data Fields
Dss_FrameRtParams Struct Reference

Structure containing run time configuration per frame. More...

#include <dss_disp.h>

Data Fields

uint32_t width
 
uint32_t height
 
uint32_t pitch [FVID2_MAX_PLANES]
 
uint32_t dataFormat
 

Detailed Description

Structure containing run time configuration per frame.

Field Documentation

uint32_t Dss_FrameRtParams::dataFormat

Frame data Format. For valid values see Fvid2_DataFormat.

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::width

Width of the video frame or field in pixels.


The documentation for this struct was generated from the following file:

Copyright 2018, Texas Instruments Incorporated