media/gpu/v4l2ip: partial convert to V4L2Queue
Convert what we can of the V4L2IP to use V4L2Queue, which helps removing a bit of code. The queueing of CAPTURE buffers is still not managed by V4L2Queue. This is because IP currently picks an output buffer from the index passed by its client, which the V4L2Queue interface does not allow. This can be fixed once the V4L2VDA does not depend on the V4L2IP using a given buffer index to process a given frame. In the meantime, this still makes the code a bit less verbose. BUG=792790 TEST=Checked that VDA passed on Hana and VEA on Peach Change-Id: I7538f4df496c1d435ac70695e27fb8e0df6d42a6 Reviewed-on: https://chromium-review.googlesource.com/c/1170708 Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#629146}
Showing
This diff is collapsed.
Please register or sign in to comment