summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/AACEncoder.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix struct vs. class mismatchesBernhard Rosenkränzer2014-11-171-1/+1
| | | | | | | | | | Fix something being declared a struct and forward-declared a class and vice versa. gcc doesn't care, clang complains about the mismatch. Change-Id: I7a7a8e9040e3c86fa1d73eb112631ea140861657 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
* Add initial stereo capture support for AAC encoderJames Dong2010-11-151-1/+1
| | | | Change-Id: I1b9335f036ff42d958d0b32f25359b21733f96d4
* Fixed the software AAC encoderJames Dong2010-06-231-0/+10
| | | | | | | Make sure that each input frame contains at least 1024 samples, as required by the AAC encoder, and fix the incorrect timestamp. Change-Id: I344cafe8c89be51d6e64552fab70539990ff6049
* Initial software encoder checkinsJames Dong2010-05-191-0/+71
Change-Id: I27f387db23594e46384c4eb3a0093ce220bb6b60