Closed
Bug 875608
Opened 13 years ago
Closed 13 years ago
Use GrallocBuffer to display decoded video frame
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: chiajung, Assigned: chiajung)
Details
(Whiteboard: [WebRTC][blocking-webrtc-][b2g-webrtc+][qa-])
Attachments
(1 file)
|
1.13 KB,
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
Use GrallocBuffer in MediaPipeline for B2G directly can save 1 buffer copy per frame, which can reduce memory bandwidth consumption and save CPU power.
| Assignee | ||
Comment 1•13 years ago
|
||
Current implementation for WebRTC decoding path will cause texture upload before the frame can be composited. Use GrallocPlanarYCbCrImage can share the decoded frame with compositor process directly and avoid texture upload.
Attachment #753588 -
Flags: review?(bjacob)
Updated•13 years ago
|
Whiteboard: [WebRTC][blocking-webrtc-][b2g-webrtc+]
Updated•13 years ago
|
Attachment #753588 -
Flags: review?(bjacob) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
| Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 3•13 years ago
|
||
Keywords: checkin-needed
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Updated•13 years ago
|
Whiteboard: [WebRTC][blocking-webrtc-][b2g-webrtc+] → [WebRTC][blocking-webrtc-][b2g-webrtc+][qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•