Hi All,
I'm developing a soft video phone on DM8148 whiuuch can use the hdvicp and hdvpss modules to encode/decode,color space conversion
features.I want to convert the decoded video which is yuv 420 sp to rgb 888 format.After seeing the hdvpss document,
i could not find a way to convert yuv420sp to rgb 888.
After analyzing the hd_vpss varchitecture, the only way in which i could get it done is
memory---> Primary/Auxillary video path (DEI module)--->video port 0/1 ---> memory. does this solution works ??
I do not have camera on parallel interface but i want to use it only as a scalar and format conversion. I tried this way but could not
succeed. Is there any alternate way in way in which i can get this conversion done ??
regarding
pradeep