I am developing a video application based on MX53 WINCE700 BSP. It needs to decode h264 bitstream with VPU and then display the YUV data into a window.
I checked the vpu dectest demo (included in the BSP release package). The dectest uses direct draw to display the video, but the video is displayed into surface but not window.
Is there any way to display it in window (and with good performance, ie., hardware accelerated color space conversion and resize).
The MX53 WINCE700 11.05.03 codec release has a video render dshow filter. Can we use it for this purpose? If yes then how shall we use it?
Thanks.