summaryrefslogtreecommitdiff
path: root/cras/src/tests/audio_thread_unittest.cc
AgeCommit message (Expand)Author
2014-12-10CRAS: iodev - Move rm stream task into iodevHsin-Yu Chao
2014-12-03CRAS: audio_thread - Keep active streams on fallback device.Chinyue Chen
2014-11-27CRAS: dev_stream - Mix proper format.Dylan Reid
2014-11-26CRAS: audio_thread UT - Remove more unused functions.Dylan Reid
2014-11-26CRAS: Add external format to iodev.Dylan Reid
2014-11-26CRAS: remove DSP stubs from audio_thread UTDylan Reid
2014-11-26CRAS: Allow DSP pipeline to change number of channels.Dylan Reid
2014-11-26CRAS: Move get_dsp_delay to cras_iodev.cDylan Reid
2014-11-26CRAS: iodev - add buffer pointer to put bufferDylan Reid
2014-11-24CRAS: audio_thread_unittest - testing stream and device manipulation.Chinyue Chen
2014-09-27CRAS: audio_thread - Foundations of new timing.Dylan Reid
2014-09-27CRAS: audio_thread - Prefill shm for output streams.Dylan Reid
2014-09-19CRAS: Move rstream request to dev_stream.Dylan Reid
2014-09-19CRAS: audio_thread - pre-fill the odev when opening it.Dylan Reid
2014-09-19CRAS: Only set dev format from the audio thread.Dylan Reid
2014-09-19CRAS: Account for SRC when reporting delay.Dylan Reid
2014-09-19CRAS: move timestamp setting to dev_streamDylan Reid
2014-09-19CRAS: Implement format conversion for the capture path.Dylan Reid
2014-09-19CRAS: audio_thread - Use helper to check capture frames.Dylan Reid
2014-09-19CRAS: audio_thread - Handle dev_stream with a format converter.Dylan Reid
2014-09-18CRAS: mix - Clean up unused function declarationHsin-Yu Chao
2014-09-17CRAS: audio_thread - set format to active device when append streamHsin-Yu Chao
2014-09-12CRAS: dev_stream - Add format rate converter.Dylan Reid
2014-09-12CRAS: move stream mixing to dev_stream.Dylan Reid
2014-09-12CRAS: audio_thread - Factor cras_io_stream to its own file.Dylan Reid
2014-09-12CRAS: audio_thread - Keep list of attached streams per device.Dylan Reid
2014-08-23CRAS: unittest - Test write two streams with one emptyHsin-Yu Chao
2014-08-20Revert "CRAS: unittest - write two streams one empty one full"Hsin-Yu Chao
2014-08-15CRAS: unittest - write two streams one empty one fullHsin-Yu Chao
2014-08-14CRAS: cras_iodev - Remove software_volume_scaler in cras_iodevCheng-Yi Chiang
2014-07-25CRAS: audio_thread - Remove draining streams from fetch.Dylan Reid
2014-07-21CRAS: audio thread - Modify behavior of set_active_iodevHsin-Yu Chao
2014-07-14CRAS: Remove unified streams.Dylan Reid
2014-07-14CRAS: audio_thread_ut - Fix audio_area_copy for idx == 0 case.Dylan Reid
2014-07-14CRAS: audio_thread_ut - Call audio_thread_create always.Dylan Reid
2014-07-08CRAS: audio area: Move copy function to audio areaHsin-Yu Chao
2014-07-03CRAS: audio_thread - Base request size on available space.Dylan Reid
2014-07-03CRAS: audio_thread - Copy channels separately from capture devs.Dylan Reid
2014-07-03CRAS: iodev: Use cras_audio_area for get/put bufferHsin-Yu Chao
2014-07-03CRAS: audio_thread - unittest - Check resulting buffer for multi dev.Dylan Reid
2014-07-03CRAS: audio_thread - DSP capture buffer in place.Dylan Reid
2014-06-07CRAS: Drain the audio data in the hardware buffer.Owen Lin
2014-06-05CRAS: Include the source in the audio_thread_unittest.Owen Lin
2014-05-23CRAS: audio_thread: Min queued buffer for multiple active input devsHsin-Yu Chao
2014-05-23CRAS: audio_thread: DSP before mix when read from multiple inputsHsin-Yu Chao
2014-05-23CRAS: audio_thread - read from multiple devices.Dylan Reid
2014-05-23CRAS: audio_thread: Refactor functionsHsin-Yu Chao
2014-05-23CRAS: iodev: Move cb_threshold, used_size to threadHsin-Yu Chao
2014-05-23CRAS: audio_thread: Config min latency for all active devicesHsin-Yu Chao
2014-05-22CRAS: audio_thread: Open and close multiple active devicesHsin-Yu Chao