You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Cap the AHardwareBuffer import cache at maximum 12 images (#4129)
Importing an AHardwareBuffer into Vulkan acquires a reference on it, so the
unbounded import cache pinned every camera buffer the Resizer had ever seen.
Cap it at 12 entries, evicting oldest-inserted first.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments