summaryrefslogtreecommitdiffstats
path: root/media/libnbaio/NBAIO.cpp
Commit message (Expand)AuthorAgeFilesLines
* libnbaio: 64-bit compile warningsMark Salyzyn2014-06-201-1/+1
* Miscellaneous cleanup for NBAIOGlenn Kasten2014-03-071-10/+0
* Remove checks for specific sample rates and channel countsGlenn Kasten2014-03-061-18/+0
* Remove Format_frameBitShift()Glenn Kasten2014-03-061-0/+2
* Re-implement Format_frameSize(), to support non-power-of-2Glenn Kasten2014-03-061-2/+1
* Split mPacked into 4 separate fieldsGlenn Kasten2014-03-061-70/+15
* Add format parameter to Format_from_SR_CGlenn Kasten2014-03-061-1/+2
* Change Format_frameBitShift() API for non-power-of-2 sizesGlenn Kasten2014-02-031-1/+2
* Add FIXMEs about audio_format_t assumptionGlenn Kasten2014-02-031-0/+2
* Change NBAIO_Format from typedef to structGlenn Kasten2014-02-031-6/+8
* Use Format_isValid() and Format_isEqual() instead of direct comparisonGlenn Kasten2014-02-031-4/+4
* Add Format_isValid() and Format_isEqual() to NBAIOGlenn Kasten2014-02-031-0/+10
* Change Format_Invalid from enum to global constGlenn Kasten2014-02-031-0/+2
* Use const NBAIO_Format& in parameter listsGlenn Kasten2014-01-311-4/+4
* Add NBAIO support for more sample ratesGlenn Kasten2012-11-011-39/+85
* Move libnbaio out of AudioFlingerGlenn Kasten2012-08-301-0/+190