Open
Bug 1352007
(Shutdown-Decoder)
Opened 8 years ago
Updated 2 years ago
[Meta] shutdown video decoder when video is approximately invisible
Categories
(Core :: Audio/Video: Playback, task, P3)
Core
Audio/Video: Playback
Tracking
()
ASSIGNED
People
(Reporter: kaku, Assigned: alwu)
References
(Depends on 9 open bugs, Blocks 1 open bug, )
Details
(Keywords: meta)
This is a meta bug for tracking all suspend-video-decoder related bugs include the very basic functionalities implementation (bug 1276556), phase-1 shipping (bug 1293963), and all others.
Reporter | ||
Updated•8 years ago
|
Updated•8 years ago
|
Updated•8 years ago
|
Priority: -- → P3
Assignee | ||
Updated•4 years ago
|
Alias: Shutdown_Decoder → Shutdown-Decoder
Severity: normal → N/A
Type: enhancement → task
Assignee | ||
Updated•4 years ago
|
Summary: [Meta] Suspend-video-decoder → [Meta] shutdown video decoder when video is approximately invisible
Assignee | ||
Comment 1•4 years ago
|
||
Current mechanism for suspending video decoder is simply creating a blank decoder, but we would still run other relevant tasks in the media pipeline. Eg. running demuxing tasks, MDSM tasks, MRF tasks, video sink tasks. In order to reduce the CPU and battery usage further more, I think we can improve our mechanism by stopping doing some of those tasks as well.
In addition, we don't suspend video which is not in the DOM tree due to bug1346116, we should also seek for a possibility to suspend them.
Assignee: kakukogou → alwu
You need to log in
before you can comment on or make changes to this bug.
Description
•