summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/codec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix EOS handling in codec test.Andreas Huber2012-03-091-27/+30
| | | | Change-Id: I5eb6d00aa0c1a728a951c7ffa4faebcadd7b14a6
* Added better codec statistics to evaluate performance.Andreas Huber2012-03-071-31/+73
| | | | Change-Id: I9a1e4a803502329e0342ddde07b6df6b3761afd8
* Separate the notion of "stop" from that of "release", i.e.Andreas Huber2012-02-281-1/+1
| | | | | | | | | stop - means transition back to LOADED state and keeping the component instance allocated. release - means we get rid of the component completely. Change-Id: I40ad01ce70821faaad43f57999249904f9144924
* fix libgui header locationMathias Agopian2012-02-271-1/+1
| | | | Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
* Fix two more locations that use the old setObject("buffer", ...) paradigmAndreas Huber2012-02-241-3/+2
| | | | | | that I'd previously missed. Change-Id: Ifbdbfb94d1bc1cbe8c0a403fed05ce99fca8397b
* Be more greedy when it comes to gathering input and output buffers.Andreas Huber2012-02-231-1/+1
| | | | Change-Id: I54c4f608e5155917ca35eba5655b4c06357fb112
* Implementation of a java media codec interface and associated tools.Andreas Huber2012-02-221-0/+409
Change-Id: I13e54062d4de584355c5d82bb027a68aeaf2923b