Hi all,
i made application as shown in diagram as below.
1. - Read h264 data from mp4 file
- VDEC decoder decode h264 data and give yuv420sp output
- INDTXSCWB do croma conversion from yuv420sp to yuv422
- Display video
2. - Read yuv420sp data from yuv file.
- scale data from 1280x720 to 360x480 and also do croma conversion yuv420sp to yuv422
- Display video
Now this above application work well but most of time OMX component DEIMDUALOUT crash at configuration time. Please find log in attachment.
https://e2e.ti.com/<a title="scaler failure " href="http://e2e.ti.com/cfs-file.ashx/__key/CommunityServer-Discussions-Components-Files/717/2605.scalerfail.log">http://e2e.ti.com/cfs-file.ashx/__key/CommunityServer-Discussions-Components-Files/717/2605.scalerfail.log</a>
https://e2e.ti.com/<a title="scaler success" href="http://e2e.ti.com/cfs-file.ashx/__key/CommunityServer-Discussions-Components-Files/717/2158.scalersuccess.log">http://e2e.ti.com/cfs-file.ashx/__key/CommunityServer-Discussions-Components-Files/717/2158.scalersuccess.log</a>
Thanks in Advance,
Jignesh Patel