Post Go back to editing

[ADV7480] Packet format (sequence) of MIPI Transmission.

Hi,

I have a question about packet format (sequence) of MIPI Transmission of ADV7480.
I summarized the question to attached file "ADV7480_MIPI_Transmission_format_sequence.xlsx".
Please refer it.

Thank you!
Best regards.
Tamu

XLSX

  • Hi Tamu-San,

     Does ADV7480 output "UYVY" packet sequence (format) as MIPI Transmission ?

       Yes, If it is an 8 bit Cb/Y/Cr/Y[7:0] is equivalent to UYVY in YUV sequence (i.e Cb - U,Cr - V, Y- Y).

    Also by using below register, You can swap from UYVY to VYUY

       Register -0x27 SWPC -This control is used to swap Cr and Cb samples of the SDP block only.(0 = No swapping ,1 = Swap Cr and Cb values)
       Register, 0x3E CP_UV_DVAL_INV- This control is used to swap the order of the Cr and Cb in the chroma stream for 4:2:2 output modes.(0 = Do not swap order of Cr and Cb samples ,1 = Swap order of Cr and Cb samples).

    Note: Y U V - Y Cb Cr, U Y V Y -Cb Y Cr Y, V Y U Y- Cr Y Cb Y.

    Thanks,

    Poornima.S