Re: [PATCH v2] venus: vdec: fix decoded data size

From: Alexandre Courbot
Date: Wed Oct 10 2018 - 03:01:41 EST


On Mon, Oct 8, 2018 at 8:09 PM Vikash Garodia <vgarodia@xxxxxxxxxxxxxx> wrote:
>
> Existing code returns the max of the decoded size and buffer size.
> It turns out that buffer size is always greater due to hardware
> alignment requirement. As a result, payload size given to client
> is incorrect. This change ensures that the bytesused is assigned
> to actual payload size, when available.
>
> Signed-off-by: Vikash Garodia <vgarodia@xxxxxxxxxxxxxx>

Tested-by: Alexandre Courbot <acourbot@xxxxxxxxxxxx>