RESOLVED FIXED 219561
Reduce memory copying in MultiChannelResampler::provideInputForChannel()
https://bugs.webkit.org/show_bug.cgi?id=219561
Summary Reduce memory copying in MultiChannelResampler::provideInputForChannel()
Chris Dumez
Reported 2020-12-04 17:12:51 PST
Reduce memory copying in MultiChannelResampler::provideInputForChannel() by using the passed-in buffer as memory for the first channel in the AudioBus. This way we avoid having to memcpy() the data for the first channel.
Attachments
Patch (4.56 KB, patch)
2020-12-04 17:15 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2020-12-04 17:15:51 PST
Chris Dumez
Comment 2 2020-12-07 08:29:48 PST
Comment on attachment 415478 [details] Patch Clearing flags on attachment: 415478 Committed r270505: <https://trac.webkit.org/changeset/270505>
Chris Dumez
Comment 3 2020-12-07 08:29:50 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2020-12-07 08:30:19 PST
Note You need to log in before you can comment on or make changes to this bug.