JPEG硬件解码器访问API
Android SDK/NDK 中是否提供了任何程序/API 来检查底层 Android 手机中是否存在“JPEG HW Decoder”?
如果是,那么
Android SDK/NDK中是否提供了任何程序/API来访问“JPEG HW Decoder”来解压缩JPEG图像?
(我猜 PV Media 框架提供了相同的访问权限,但我不确定)
我计划使用 JPEG 硬件解码器来解压缩 jpeg 图像以实现性能。请评论!
谢谢, 罗德尼
Is there any procedure/API provided in Android SDK/NDK to check if "JPEG HW Decoder" exists in the underlying android phone handset?
If yes, then
Is there any procedure/API provided in Android SDK/NDK to access "JPEG HW Decoder" for decompressing JPEG image?
( I guess PV Media framework provides access for the same, but I am not sure)
I plan to use JPEG hardware decoder to decompress jpeg image for achieving peformance. Please comment!
Thanks,
Rodney
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用 NDK 和 libjpeg-turbo 来利用可用的 neon 指令。
You could try using the NDK and libjpeg-turbo to make use of neon instructions where available.