OSDN Git Service

stagefright-plugins: Handle 32-bit floating point sample formats
authorSteve Kondik <shade@chemlab.org>
Wed, 1 Oct 2014 02:00:11 +0000 (19:00 -0700)
committerSteve Kondik <shade@chemlab.org>
Thu, 2 Oct 2014 21:41:15 +0000 (14:41 -0700)
commit2f300fd92cc9237e867f2ef9489d37d473069277
tree0138a90b41df37ab4cec13461da6c88f459dd696
parent0d37b03502276671838aaef9c56766b95e97dbad
stagefright-plugins: Handle 32-bit floating point sample formats

 * Convert these to 24-bit PCM if the system is capable of it.
 * This also fixes that pesky ADSP crash.

Change-Id: Ia464d62f2b6f17986428f3e45ed61784d4c9006f
libstagefright/codecs/ffmpegdec/adec/SoftFFmpegAudio.cpp