Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit b2eb3852 authored by Paras Nagda's avatar Paras Nagda Committed by Ethan Chen
Browse files

Acodec: Add interlaced video support

- When interlace is present, because of the presence of
extradata the buffersize is larger than width*height*1.5
but display is unaware of this.So add call to set output
buffer size on the native window.

- For interlace, set decoder in arbitrary mode
In arbitrary mode, frame parsers sends individual fields
to core. Once both the field is decoded, output done (FBD)
is sent back to client.
Default frame by frame mode will send both the fields in
a single buffer to core, which might decode only one field
or will throw up error.

Change-Id: Id1e90b2cebacaf3aaaa9cc69b1cc2f6787468476
parent 1a4c727b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment