libva
libva copied to clipboard
Libva is an implementation for VA-API (Video Acceleration API)
Driver should minimize latency of operations, possibly at the cost of increased power use. Mesa: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32369
I depends on `libva_headers` in Android.bp. But the include path doesn't have va/va_drm.h. In usual build, va/va_drm.h is created by moving va/drm/va_drm.h to va/va_drm.h. I think we need to do...
I downloaded the code of the latest libva and found that it doesn't search any field related to VP9 SVC. Does the latest libva version support VP9 SVC? thanks!