truman2159 / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

Video width or height handled incorrectly #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download the video clip 
http://www.archive.org/download/ElephantsDream/ed_1024_512kb.mp4 or 
http://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_320x180.mp4 
and copy it the SD card
2. play the video clip in Gallery

What is the expected output? What do you see instead?
The video frames should be display correctly on the on-board LCD panel; but for 
the first clip (which resolution is 426x240), it all messed up, looks like the 
display stride is not 426 pixels; for the second clip (which resolution is 
320x180), it is watchable, but the bottom of the frames has a greenish garbage 
strip, and it looks like the buffer is bigger than 180 lines in height.

What version of the product are you using? On what operating system?
Rowboat Android, rowboat-eclair-dsp branch, gst, dvsdk, and gfx sdk built in, 
on OMAP37x revG EVM

Please provide any additional information below.

Original issue reported on code.google.com by binml...@gmail.com on 18 Aug 2010 at 3:23

GoogleCodeExporter commented 9 years ago
I confirm the issue has been fixed. But then the first clip above is not 
supported since its stride (426*2) is not multiple of 32. It seems a limitation 
in resizer driver though.

Original comment by binml...@gmail.com on 24 Sep 2010 at 5:30

GoogleCodeExporter commented 9 years ago
The fix is in

Original comment by batare...@gmail.com on 26 Oct 2010 at 12:30