summaryrefslogtreecommitdiffstats
path: root/modules/audio_remote_submix/audio_hw.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/har...Steve Kondik2015-12-081-28/+40
|\
| * Do not reset out_get_presentation_position() to 0 on standbyAndy Hung2015-10-131-28/+40
* | remote_submix: Fix resampler and channel conversionEdward Wang2015-10-261-16/+39
|/
* Implement timestamp reporting functionsJean-Michel Trivi2015-05-281-5/+52
* Reduce pipe lengthJean-Michel Trivi2015-05-271-1/+1
* Reroute submix HAL: fix race condition on output stateJean-Michel Trivi2014-12-091-3/+4
* Support multiple pipes for reroutingJean-Michel Trivi2014-11-171-140/+295
* Fix remote submix crash on null sinkJean-Michel Trivi2014-10-151-12/+30
* audio HAL: add parameters to open streamEric Laurent2014-07-281-2/+5
* Add audio_input_flags_t to HAL open_input_streamGlenn Kasten2014-07-161-1/+2
* audio: different frame size calculation for input and outputEric Laurent2014-07-031-13/+19
* audio: fixed channel count determination from channel maskEric Laurent2014-07-011-20/+12
* Fixed submix buffering when input and output stream formats differ.Stewart Miles2014-06-101-14/+31
* Added basic resampling of submix data on read from the input stream.Stewart Miles2014-05-191-6/+124
* Add optional logging of input and output streams to the submix HAL.Stewart Miles2014-05-191-0/+50
* Implemented mono->stereo, stereo->mono channel conversion in submix HAL.Stewart Miles2014-05-161-11/+101
* Modified submix HAL to drop data to the output stream if the pipe could block.Stewart Miles2014-05-161-0/+19
* Modify submix HAL to allow either input or output streams create the pipe.Stewart Miles2014-05-161-141/+232
* Allow submix module streams to use any NBAIO format.Stewart Miles2014-05-141-43/+211
* Modified submix buffer size accessors to use the pipe configuration.Stewart Miles2014-05-141-45/+87
* Implemented accessors for derived submix HAL objects.Stewart Miles2014-05-131-65/+109
* Added a compile time option to enable / disable verbose submix logging.Stewart Miles2014-05-121-30/+104
* am 6322562d: am c070bad4: Merge changes I672d4ee8,I6a2183b5,If0c0135eColin Cross2014-04-211-6/+6
|\
| * audio_remote_submix: allow compiling for 64-bitColin Cross2014-04-181-6/+6
| * Merge "Fix file permissions" into klp-devGlenn Kasten2013-08-221-0/+0
| |\
| | * Fix file permissionsGlenn Kasten2013-08-201-0/+0
* | | NBAIO::Format_from_SR_C requires audio_format_t parameterGlenn Kasten2014-03-071-1/+2
* | | am 9595f7cf: remote submix: fix test on sampling valid ratesEric Laurent2013-08-221-4/+4
|\ \ \ | |/ /
| * | remote submix: fix test on sampling valid ratesEric Laurent2013-08-221-4/+4
| |/
* | Fix typo and remove executable bit on source code filesGlenn Kasten2013-07-301-0/+0
|/
* Use strong pointers and scopeJean-Michel Trivi2012-12-211-51/+46
* Fix buildGlenn Kasten2012-11-021-2/+1
* Shutdown audio pipe when closing input streamJean-Michel Trivi2012-10-301-2/+16
* bug 7253033 Add "exiting" state to remote audio submix moduleJean-Michel Trivi2012-09-301-2/+29
* Remote submix: fix sink/source reference count handlingJean-Michel Trivi2012-09-171-5/+5
* Turn off logs in remote submix audio moduleJean-Michel Trivi2012-09-171-1/+1
* Remote audio submix: blocking writes and sleeping reads.Jean-Michel Trivi2012-09-171-80/+144
* Remote submix audio module: sleep less, log errorsJean-Michel Trivi2012-09-131-13/+34
* update audio remote submix API revisionEric Laurent2012-09-101-12/+1
* Add audio module for remote submixJean-Michel Trivi2012-09-061-0/+724