Closed
Bug 787048
Opened 12 years ago
Closed 5 years ago
Recycle buffers for gralloc-backed video buffers
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: kanru, Assigned: kanru)
References
Details
Attachments
(1 file)
12.21 KB,
patch
|
Details | Diff | Splinter Review |
Right now we always allocate new Gralloc buffers which is expensive. We should use something like BufferRecycleBin that used by normal PlanarYCbCrImage.
Assignee | ||
Comment 1•12 years ago
|
||
Seems to hold too much buffers until the ImageContainer is released, thus exhausting the pmem.
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•