I'm using the HW encode (vc.ril.image_encode) to produce a jpeg file. I can do this just fine with RGB24 and RGBA. After some testing and getting familiar with mmal I wanted to use YUV data as the input but I'm having an issue with getting YUV(I420) to work. Does the input port accept I420 as an acc...