Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android SDK/NDK 中是否提供任何程序/API 来检查底层 android 手机中是否存在“JPEG HW Decoder”?
如果是,那么
Android SDK/NDK 中是否提供了任何程序/API 来访问“JPEG HW 解码器”以解压缩 JPEG 图像?
(我猜 PV Media 框架提供了相同的访问权限,但我不确定)
我计划使用 JPEG 硬件解码器来解压缩 jpeg 图像以实现性能。请评论!
谢谢,罗德尼
您可以尝试使用 NDK 和 libjpeg-turbo 在可用的情况下使用 neon 指令。