As title.
I have 2 requirements:
1) I am giving 24 bit RGB888 video into the DM8168 on VIP0 and I need to get this raw video data into ARM memory (no colourspace conversion to 4:2:2 YUV)
2) I need to encode this RGB video stream to H264. I don't mind if it gets converted to YUV 4:2:0 before being given to the VENC component for encoding to H264.
How do I do these 2 things on the same chip? OpenMAX VFCC component only seems to give out 4:2:0 video which is no good for me even though I give it RGB888.
Thanks,
Ralph