Hi, everyone.I'm debugging the joeg encoder program on DM648, and the format of input-image is set as XDM_YUV_422ILE video, and the video data is yyyyyyyyyy...uuuuu...vvvvv... however, the encoded image is wrong, what is the XDM_YUV_422ILE video data and what's format for the data yyyyyyyyyy...uuuuu...vvvvv...
note: y:u:v=4:2:2 above
thank you!
YUV 422 ILE is like - Y U Y V Y U Y V
regards
Yashwant
Thanks,Yashwant. By the way, if the image data in memory is like yyyy...uu..v v..(y:u:v=4:2:2), how to set the input format and output format ?
thanks.
M.Y. WU
According my experiment (omap3530,dvsdk-demos4_00_00_18), YUV 422 ILE is like U Y V Y U Y V Y U....,known as UYVY, YUV 422 IBE is like Y U Y V Y U Y V....,konwn as YUYV,or YUY2