Closed
Bug 1351953
Opened 9 years ago
Closed 8 years ago
Use Shmems to send encrypted video frames and samples through PChromiumCDM
Categories
(Core :: Audio/Video: GMP, enhancement, P3)
Core
Audio/Video: GMP
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: cpearce, Assigned: cpearce)
References
Details
Attachments
(3 files)
The new PChromiumCDM protocol should be using shmems to send video frames and compressed encrypted samples between the content/GMP process.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 5•8 years ago
|
||
Comment 6•8 years ago
|
||
mozreview-review |
Comment on attachment 8854652 [details]
Bug 1351953 - Make DecryptJob::PostResult take a mozilla::Span instead of nsTArray.
https://reviewboard.mozilla.org/r/126588/#review129354
Attachment #8854652 -
Flags: review?(gsquelart) → review+
Comment 7•8 years ago
|
||
mozreview-review |
Comment on attachment 8854651 [details]
Bug 1351953 - Send Data to CDM for decrypt and or decode in shmems.
https://reviewboard.mozilla.org/r/126586/#review129360
Attachment #8854651 -
Flags: review?(gsquelart) → review+
Comment 8•8 years ago
|
||
mozreview-review |
Comment on attachment 8854653 [details]
Bug 1351953 - Pre-allocate shmems for the CDM process to use for storing decrypted and audio samples.
https://reviewboard.mozilla.org/r/126590/#review129362
::: commit-message-bed71:21
(Diff revision 2)
> +list of shmems with shmems of at least that size, plus a bit of padding for
> +safety.
"plus a bit of padding for safety" -- that sounds dangerous!
I see in the code you make sizes be multiple of 16, maybe you could just explain that and why.
Attachment #8854653 -
Flags: review?(gsquelart) → review+
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 12•8 years ago
|
||
Pushed by cpearce@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/135680bdc3be
Send Data to CDM for decrypt and or decode in shmems. r=gerald
https://hg.mozilla.org/integration/autoland/rev/b2674e5e09f9
Make DecryptJob::PostResult take a mozilla::Span instead of nsTArray. r=gerald
https://hg.mozilla.org/integration/autoland/rev/d0d1782c7b2f
Pre-allocate shmems for the CDM process to use for storing decrypted and audio samples. r=gerald
Comment 13•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/135680bdc3be
https://hg.mozilla.org/mozilla-central/rev/b2674e5e09f9
https://hg.mozilla.org/mozilla-central/rev/d0d1782c7b2f
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Depends on: 1358373
You need to log in
before you can comment on or make changes to this bug.
Description
•