What is the YUV format used as input to the video codecs?
The YUV formats accepted as input by the TI video codecs are either “planar” or “interleaved”. • YUV Planar means that the data for each component Y,U,V is available in three different buffers. • YUV Interleaved means that the three components Y,U,V are stored in a single buffer in interleaved fashion. The DM644x and DM643x video drivers provide the input data in 422 Interleaved Little Endian format (YUV422ILE).