summaryrefslogtreecommitdiffstats
path: root/media/libnbaio
Commit message (Expand)AuthorAgeFilesLines
* Move roundup from frameworks/av to system/mediaGlenn Kasten2015-01-074-35/+5
* Remove explicit instantiation of SingleStateQueueAndy Hung2014-12-191-2/+0
* Fix compile error when LOG_NDEBUG enabledGlenn Kasten2014-08-121-1/+1
* libnbaio: 64-bit compile warningsMark Salyzyn2014-06-202-3/+5
* resolved conflicts for merge of f285c91e to masterElliott Hughes2014-05-221-1/+1
|\
| * Move frameworks/av from fdprintf to POSIX dprintf.Elliott Hughes2014-05-221-1/+1
* | Use new channel count functions for audio masksAndy Hung2014-05-162-2/+4
* | Fix bit rot in AudioStreamInSourceGlenn Kasten2014-05-091-1/+1
* | Allow placement of Pipe buffer to be specifiedGlenn Kasten2014-05-091-4/+7
* | resolved conflicts for merge of 0d79b935 to masterGlenn Kasten2014-04-301-3/+3
|\ \ | |/
| * Fix format warningsGlenn Kasten2014-04-281-3/+3
| * Add private method NBLog::Reader::dumpLine()Glenn Kasten2014-04-281-37/+43
* | Fix log spam when MonoPipe is unable to get local frequencyGlenn Kasten2014-03-251-6/+22
* | Miscellaneous cleanup for NBAIOGlenn Kasten2014-03-071-10/+0
* | NBAIO::Format_from_SR_C requires audio_format_t parameterGlenn Kasten2014-03-072-2/+2
* | Remove checks for specific sample rates and channel countsGlenn Kasten2014-03-061-18/+0
* | Remove restriction for HAL streams of AUDIO_FORMAT_PCM_16_BITGlenn Kasten2014-03-062-14/+10
* | Remove Format_frameBitShift()Glenn Kasten2014-03-064-3/+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
* | Use mFrameSize instead of mBitShiftGlenn Kasten2014-03-068-18/+18
* | Add mFrameSize but do not remove mFrameBitShift yetGlenn Kasten2014-03-063-1/+4
* | Move StateQueueInstantiations to libinstantssqGlenn Kasten2014-02-181-4/+3
* | Fix bug with not reporting lost bytesGlenn Kasten2014-02-181-2/+2
* | Add private method NBLog::Reader::dumpLine()Glenn Kasten2014-02-181-37/+43
* | resolved conflicts for merge of 566be7c3 to masterNarayan Kamath2014-02-111-1/+1
|\ \ | |/
| * Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-1/+1
* | Merge "Change Format_frameBitShift() API for non-power-of-2 sizes"Glenn Kasten2014-02-071-1/+2
|\ \
| * | Change Format_frameBitShift() API for non-power-of-2 sizesGlenn Kasten2014-02-031-1/+2
* | | Merge "Add FIXMEs about audio_format_t assumption"Glenn Kasten2014-02-071-0/+2
|\ \ \ | |/ /
| * | Add FIXMEs about audio_format_t assumptionGlenn Kasten2014-02-031-0/+2
* | | Merge "Change NBAIO_Format from typedef to struct"Glenn Kasten2014-02-071-6/+8
|\ \ \ | |/ /
| * | Change NBAIO_Format from typedef to structGlenn Kasten2014-02-031-6/+8
* | | Merge "Use Format_isValid() and Format_isEqual() instead of direct comparison"Glenn Kasten2014-02-074-9/+9
|\ \ \ | |/ /
| * | Use Format_isValid() and Format_isEqual() instead of direct comparisonGlenn Kasten2014-02-034-9/+9
* | | Merge "Add Format_isValid() and Format_isEqual() to NBAIO"Glenn Kasten2014-02-071-0/+10
|\ \ \ | |/ /
| * | Add Format_isValid() and Format_isEqual() to NBAIOGlenn Kasten2014-02-031-0/+10
* | | Merge "Fix unused parameter warnings in audio"Glenn Kasten2014-02-041-1/+1
|\ \ \ | |/ / |/| |
| * | Fix unused parameter warnings in audioGlenn Kasten2014-02-031-1/+1
* | | Change Format_Invalid from enum to global constGlenn Kasten2014-02-031-0/+2
* | | Use const NBAIO_Format& in parameter listsGlenn Kasten2014-01-314-7/+7
|/ /
* | am 081559cc: am 514ac2ba: am e311b15c: Merge "Fix c++11 narrowing"Nick Kralevich2014-01-111-1/+1
|\ \ | |/
| * Merge "Fix c++11 narrowing"Nick Kralevich2014-01-111-1/+1
| |\
| | * Fix c++11 narrowingsynergydev2013-10-251-1/+1
| | * Add liblogYing Wang2013-04-091-1/+2
| | * Add non-blocking event logger NBLogGlenn Kasten2013-01-252-0/+450
| | * Add NBAIO support for more sample ratesGlenn Kasten2012-11-011-39/+85
| | * Enable write side of MonoPipe to be shutdownGlenn Kasten2012-09-281-2/+13
| | * Check clock_gettime(CLOCK_MONOTONIC) for failureGlenn Kasten2012-09-241-0/+3