d/p/u/0007-hybris-omx.patch: move frame creation to the main sequence
After looking into Android's decoder implementation, it turns out that one can actually send a gpu::Mailbox to the main sequence and produce a wrapped frame without trampolining to GPU sequence. So do just that; should improve playback smoothness significantly.