Closed
Bug 1657773
Opened 5 years ago
Closed 1 year ago
Use Surface instead of GeckoSurface in ICodec.aidl
Categories
(Core :: Audio/Video: Playback, enhancement)
Tracking
()
RESOLVED
INVALID
People
(Reporter: sotaro, Assigned: sotaro)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
To use AImageReader with MediaCodec, we need to send Surface via Binder IPC instead of GeckoSurface.
Java GeckoSurface and Java Surface share same native Surface implementation. The native Surface holds IGraphicBufferProducer. It is an important object to send via Binder IPC. Then it should be OK to use Surface.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Attachment #9168650 -
Attachment description: Bug 1657773 - Use Surface instead of GonkSurface in ICodec.aidl → Bug 1657773 - Use Surface instead of GeckoSurface in ICodec.aidl
Assignee | ||
Comment 2•5 years ago
•
|
||
Hmm, current patch does not work :(
https://treeherder.mozilla.org/#/jobs?repo=try&revision=f3cb5d201ad3ff988df05c36573d863aee07aa99
Assignee | ||
Updated•5 years ago
|
Summary: Use Surface instead of GonkSurface in ICodec.aidl → Use Surface instead of GeckoSurface in ICodec.aidl
Updated•1 year ago
|
Attachment #9168650 -
Attachment is obsolete: true
Assignee | ||
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•