English 中文(简体)
Android 闪电
原标题:Android flash player gpu acceleration

I was searching for information about hardware acceleration of the flash player platform on android and all I found was fuzzy.

I found that hardware acceleration (with the gpu using opengl es) can be done using the stage video on android but only for Honeycomb and more specifically for android 3.0.1. (ref - flash 10.1 release note)

但我发现有些奇怪之处。 对第2组c而言,利用开放式电动推进闪电器演奏的闪电器10.1号特定电动装置如下:

当时,闪电器有两处特殊建筑10.1,一个是通用的,另一个是通用的平台,另一个是所有集成2的仪器。 但是,从第10.2号闪电机中,没有再出现分裂,似乎第2号综合优化已纳入10.2号建筑。

我对所有这一切都有一些问题:

  1. Does flash player support gpu hardware acceleration ? (it seems to be the case but why at a time it was only for tegra 2? Do these optimizations work for all high end devices with a gpu?)
  2. It also seems that the stage video can be used to boost h264 video decoding and rendering on the screen. but why it required Honeycomb if it s only using opengl ES...? (obviously I think it does NOT only used opengl thanks to that requirement. So what does it use?)
  3. I also found some information about the future molehill 3D api (ref from adobe) for the flash player which leverage opengl es (for android, directX on windows, ...) and it just looks like what the nvidia white paper said about the tegra platform... so what s the difference between the tegra optimizations and this future api boost performance ?

编辑:我仍在寻找答案,但如果有人知道有关答案的话,欢迎任何cl或更详细的信息:

最佳回答

由于Adobe在另一个月突然放弃对闪电器的支持,这很可能更不可能。 我真的希望看到他们在宣布放弃之前释放机动角色的硬件加速版本。 我听到,监文信息系统将继续在其桌子上开发移动参与者的释放,并能够加速阶段3的硬件。 我猜测,我们只是想到发生什么。

问题回答

暂无回答




相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签