summaryrefslogtreecommitdiffstats
path: root/media/libnbaio/SourceAudioBufferProvider.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove Format_frameBitShift()Glenn Kasten2014-03-061-1/+0
| | | | Change-Id: Iae2e80a7330c5dd0f70a263051aa44c23cfe3541
* Use mFrameSize instead of mBitShiftGlenn Kasten2014-03-061-3/+3
| | | | Change-Id: Idac335ae70cc9300bb3325839fe8ef1e9e097245
* Add mFrameSize but do not remove mFrameBitShift yetGlenn Kasten2014-03-061-1/+2
| | | | Change-Id: Icb1edefeb6a0e659503f6b7a92c9d15784df9865
* Add ExtendedAudioBufferProvider::framesReleased and onTimestampGlenn Kasten2013-09-031-1/+12
| | | | | | | and implement them in SourceAudioBufferProvider using the associated NBAIO_Source, and in Track using the associated AudioTrackServerProxy. Change-Id: I60dc4adba63fc1dc452ff16caf347e4a7c8242c2
* Move libnbaio out of AudioFlingerGlenn Kasten2012-08-301-0/+104
libnbaio is now a separate shared library from AudioFlinger, rather than a static library used only by AudioFlinger. AudioBufferProvider interface is now also independent of AudioFlinger, moved to include/media/ Change-Id: I9bb62ffbc38d42a38b0af76e66da5e9ab1e0e21b