OSDN Git Service

Revert input buffer count for the SoftAAC* decoders back to 4.
authorAndreas Huber <andih@google.com>
Wed, 20 Jun 2012 19:46:38 +0000 (12:46 -0700)
committerAndreas Huber <andih@google.com>
Wed, 20 Jun 2012 19:46:38 +0000 (12:46 -0700)
commit39a3113539f9bcc86a8efe562780c23ac8731098
tree50b33abb023da5b993b3b79105aabc07abea7284
parenteb15716b59020f342df62bce5b293f0603b94861
Revert input buffer count for the SoftAAC* decoders back to 4.

This improves the netflix bandwidth change responsiveness.
With the old count of 32 the audio decoder running at a higher
priority would starve the video decoder for about 1 sec while
draining the input data.

I haven't been able to break any stream playback using MediaCodec
using the lower count, even though I'm sure I had a good reason
to increase it in the first place (see bug 6478823)

Change-Id: I7fd3e71794b0cc1570ea9d27d1d869ab1e1750c4
related-to-bug: 6685031
media/libstagefright/codecs/aacdec/SoftAAC.h
media/libstagefright/codecs/aacdec/SoftAAC2.h