lvds_fid_attr_t

Description

Defines the configuration information of the frame identification ID (FID) attribute.

Prototype

typedef struct {
    lvds_fid_type_t fid_type;
    unsigned char output_fil;
} lvds_fid_attr_t;

Members

Member

Description

fid_type

Frame ID type in LVDS DOL mode.

output_fil

In DOL mode, the frame information line is output immediately after the V-Blanking. The frame ID is the first pixel value in the frame information line.

The frame information line does not contain valid video data.

  • If output_fil is set to HI_TRUE, the frame information line is output to the backend device.
  • If output_fil is set to HI_FALSE, the MIPI RX will discard data in this line.