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

Skip to content
Commit 4728e99e authored by Satya Krishna Pindiproli's avatar Satya Krishna Pindiproli Committed by Steve Kondik
Browse files

libstagefright: Handle FLAC clips with very small block sizes

- Clips with very small block sizes play with frequent glitches.
- As per the current design, the parser gives data in frames and
  as the size of each frame after decoding is very small, the framework
  does not receive PCM at the rate at which it expects resulting in
  glitches.
- Fix is to buffer data in the decoder and to read from parser only
  when needed.

CRs-Fixed: 676591
Change-Id: I0c79735ac16c0a9a821fbcadc172038a3145941a
parent 84d61128
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment