New issue
Advanced search Search tips

Issue 824662 link

Starred by 0 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

V4L2 Video encoder accelerator: Handle the padding of input buffer

Project Member Reported by akahuang@chromium.org, Mar 22 2018

Issue description

When VEA requests the input buffer, the client calculate the expected buffer size by the width, height, and the pixel format. However, some drivers require the plane buffers should align a certain size of bytes, or extra padding. Thus, currently we just change the width and height as workaround, trying to fulfill the requirement.

The better solution should be: Support the padding of the buffer. When VEA require input buffers from client, it also pass the padding information. Then client generate the buffer with the expected size plus the padding size.
 

Comment 1 by tfiga@chromium.org, Mar 27 2018

Components: OS>Kernel>Video
Labels: OS-Chrome
Status: Assigned (was: Untriaged)
This bug has an owner, thus, it's been triaged. Changing status to "assigned".

Sign in to add a comment