GNOME Bugzilla – Bug 793696
omx: implement ROI support on zynqultrascaleplus
Last modified: 2018-03-28 08:17:51 UTC
The zynqultrascaleplus has a custom ROI OMX extension. Implement it using the new ROI meta data API (#793338).
Created attachment 368721 [details] [review] videoenc: implement ROI on zynqultrascaleplus Check input buffers for ROI meta and pass them to the encoder by using zynqultrascaleplus's custom OMX extension. Also add a new "default-roi-quality" in order to tell the encoder what quality level should be applied to ROI by default.
Attachment 368721 [details] pushed as 6921568 - videoenc: implement ROI on zynqultrascaleplus
Re-opening as we need to add an extra qp-mode.
Created attachment 368774 [details] [review] omxvideoenc: add 'roi' qp-mode on zynqultrascaleplus New QP mode used to handle ROI metadata.
Guillaume, friendly reminder that you can merge this. This should go in 1.14, as it's otherwise unusable.
Pushed to 1.14 (e7604e2c5ef043862daf45633f3df6475ee6eeae) and master (530a7537cfd57f29497f8723f33b9f72622a357b) Thanks for the reminder.