We were able to play Capture (PAL) from composite input and display over LCD. In the whole process we have used one resizer in the single shot operation mode to scale down the PAL YUV422 frames to the LCD resolution and side by side encoding the PAL frames using MJIP mpeg4enc codec as HDVICP mpeg4enc do not support YUV422 input.
We have disabled the "onthefly" Capture capability(mainly used for YUV422 to YUV420SP conversion) because that requires a resizer in the continuous operation mode(required for codec which do not support YUV422 input) and with that the resizer used for PAL to LCD scale down always fails.
Can we use two resizer in the continuous operation mode? Can we get example code for this?