hi all
I am using decode video demo on DVEVM. As per the davinci mailing list I have
resized the video to 352x280 size by making following changes in display.c
(seting the size using FBIOPUT_VSCREENINFO)
varInfo.xres = 352; //D1_WIDTH;
varInfo.yres = 288; //D1_HEIGHT;
And I got resize video on top-left corner of screen. But the problem is video
is overlapped on each other within resized window.
I think I missed some steps. Plz suggest me what to do.
Also, I want to know how to move this resize window in the center of screen.
I am waiting for reply...
Thank You.
AMOL PISE
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source