Freescale / gstreamer-imx

GStreamer 1.0 plugins for i.MX platforms
Other
182 stars 127 forks source link

Only open/close the G2D handle once per blitter instance and not once… #282

Closed sdroege closed 3 years ago

sdroege commented 3 years ago

… per frame

This reduces imxg2dvideotransform transformation time from 30-40ms to <10ms on 1920x1080 frames.

dv1 commented 3 years ago

This must be disabled on platforms that don't run G2D on top of the DPU. Added 45dd20d5d459d9d5cb9561dcecadccd9e534a06a to add a command line switch to conditionally enable / disable this.