msm: vidc: Queue buffers till max batch size in decode batching
As per current decoder batching logic, output buffers are queued only till it finds current buffer in registered buffer list. If current buffer is registered long back and its reference has not yet come from firmware, it will stop queuing other deferred buffers in batching which causes firmware to starve for output buffers. So change is added to queue buffers till max batch size. Change-Id: Ie688fa260aa0f900e7d199df00fb44d34f917345
Loading
Please register or sign in to comment