Dears,

When we play a movie, the movie will decode by opencore. for example,
a 720p video will decode to 1280*720 image size. then this frame will
throw to surfaceflinger. and the sufracflinger will change the size to
display size then throw the image to copybit then show on display.

But, we don't want the 720p image to be cut as display size. we want
the 720p still is 720p then could be show on display, even the screen
will be chaos.

How could we do by this case?

Thanks for your big help.

The way we want is

open core(1280*720) -> surfaceflinger(1280*720) -> copybit(1280*720) -
> Display (1280*720)
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to