adv7611 rgb 输入 16 YUV422输出的寄存器配置

来源:互联网 发布:b50板球座子淘宝 编辑:程序博客网 时间:2024/06/18 13:33

25fps

#define FMC_HDMI_IN_LEN0x98  20 //IO map, fixed at 0x98

ZC702_I2C_CONFIG fmc_hdmi_in2_config0x98[FMC_HDMI_IN_LEN0x98] =
{
{0xF4,0x00,0x80}, //CEC map
{0xF5,0x00,0x7C}, //InfoFrame map
{0xF8,0x00,0x4C}, //DPLL map
{0xF9,0x00,0x64}, //Repeater map
{0xFA,0x00,0x6C}, //EDID map
{0xFB,0x00,0x68}, //HDMI map
{0xFD,0x00,0x44}, //CP map
{0x00,0x00,0x13}, 
{0x01,0x00,0x25},

{0x02,0x00,0xF5}, //[7:4] input color space self-adjust, [1] when 1, output color space is RGB, else, ycbcr.
{0x03,0x00,0x80}, //output port format select, 16-bit yuv422 sdr

// {0x02,0x00,0xF2}, //[7:4] input color space self-adjust, [1] when 1, output color space is RGB, else, ycbcr.
// {0x03,0x00,0x40}, //output port format select, 24-bit rgb444 sdr

{0x04,0x00,0x62},
{0x05,0x00,0x28},
    {0x06,0x00,0xA0},
{0x0B,0x00,0x44},
{0x0C,0x00,0x42},
{0x14,0x00,0x7F},
{0x15,0x00,0xA0},
{0x19,0x00,0x80},
{0x33,0x00,0x40}
};