JPEG硬件解码器访问API

发布于 2024-09-28 14:45:18 字数 266 浏览 0 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤独患者 2024-10-05 14:45:18

您可以尝试使用 NDK 和 libjpeg-turbo 来利用可用的 neon 指令。

You could try using the NDK and libjpeg-turbo to make use of neon instructions where available.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文