This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mitigate GRALLOC1_PFN_LOCK_FLEX multithread issue.
lockFlex fills outFlexLayout->planes with pointer to global variable ycbcrplanes, doesn't work from multiple threads. Workaround: change the variable to thread_local. Jira: OAM-70143, MDP-51191 Test: check memory regions mapped from different threads don't overlap
- Loading branch information