Hi NXP,
Our customer use ISI convert YUV422 to YUV420P,as the limit of the output buffer line pitch in theCHNL_OUT_BUF_PITCH[LINE_PITCH] register as below:
The line pitch is same for all image componentsirrespective of they being stored in 1-planar, 2-planar,or 3-planar. In 2 and 3-planar output, the U and Vcomponent will have the same line pitch as the Ycomponent.
As the limit, it seems like it need to add more 0x0 on 2 and 3-planar output( U and Vcomponent) to keep the color normal, but it will waste more buffer space, and if continue to encode YUV420P to JPG, it will spend more time.
Why have this limit? are there any way to solve this problem? thanks a lot