webkit-issues
Benchmarks of VideoFrame construction from a
Uint8Array
with a pixel data for
1920x1920
frame.
VideoFrame from BGRA buffer
;
VideoFrame from BGRX buffer
;
VideoFrame from RGBA buffer
;
VideoFrame from RGBX buffer
;
VideoFrame from Canvas
DO NOT OPEN IN CHROME, FOR SOME REASON IT DOES NOT DEALLOCATE MEMORY AND MAKE MacOS crash and reboot
;
VideoFrame from OffscreenCanvas
DO NOT OPEN IN CHROME, FOR SOME REASON IT DOES NOT DEALLOCATE MEMORY AND MAKE MacOS crash and reboot
;
Draw VideoFrame constructed from Canvas
DO NOT OPEN IN CHROME, FOR SOME REASON IT DOES NOT DEALLOCATE MEMORY AND MAKE MacOS crash and reboot
;
Draw VideoFrame constructed from OffscreenCanvas
DO NOT OPEN IN CHROME, FOR SOME REASON IT DOES NOT DEALLOCATE MEMORY AND MAKE MacOS crash and reboot
;