Open
Bug 1245759
Opened 9 years ago
Updated 2 years ago
Software decoded video on OS X has a bad time
Categories
(Core :: Graphics: Layers, defect, P3)
Core
Graphics: Layers
Tracking
()
NEW
People
(Reporter: jrmuizel, Unassigned)
References
Details
(Whiteboard: [gfx-noted])
We spend a lot of time doing memory management type stuff instead of actual uploading.
Reporter | ||
Comment 1•9 years ago
|
||
We get hit with this memory management stuff allocating shared memory as well.
Reporter | ||
Comment 2•9 years ago
|
||
E.g. in child process we spend 48% of the time doing actual video decoding and about 25% of the time doing shared memory allocations.
Comment 3•9 years ago
|
||
Should we hook these TextureClients up to the recycling code?
Reporter | ||
Updated•9 years ago
|
Whiteboard: [gfx-noted]
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•