Open
Bug 1978195
Opened 10 months ago
Updated 8 months ago
Testcase calling configure and reset on AudioDncoder OPUS context n times seems to spend a lot of time waiting (or in IPC?). Chrome is instant.
Categories
(Core :: Audio/Video: Web Codecs, defect, P3)
Core
Audio/Video: Web Codecs
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned, NeedInfo)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Open testcase
Enter 50000
Click run
Partial samply profile: https://share.firefox.dev/4nX2aiY
If this is working as intended, please close the bug as WONTFIX.
| Reporter | ||
Comment 1•10 months ago
|
||
For n = 5000 cycles
Profile with webcodec logging: https://share.firefox.dev/3IUgWa8
Profile with media logging: https://share.firefox.dev/46S1BRr
This may very well be audio:IPC bug.
| Reporter | ||
Comment 2•10 months ago
|
||
| Reporter | ||
Comment 3•10 months ago
|
||
the testcase uses opus, so that may be a reaosn
Summary: Testcase calling configure and reset on AudioDncoder context n times seems to spend a lot of time waiting (or in IPC?). Chrome is instant. → Testcase calling configure and reset on AudioDncoder OPUS context n times seems to spend a lot of time waiting (or in IPC?). Chrome is instant.
Comment 4•9 months ago
|
||
Chun-min, could you help me take a look to see how important this issue should be? I ran the same test with 50000 on Chrome, and it finished very quickly. Thanks!
Severity: -- → S3
Flags: needinfo?(cchang)
Priority: -- → P3
Updated•8 months ago
|
Blocks: AudioDecoder
Flags: needinfo?(cchang)
Updated•8 months ago
|
Flags: needinfo?(cchang)
You need to log in
before you can comment on or make changes to this bug.
Description
•