summaryrefslogtreecommitdiff
path: root/cras/src/tests/dev_stream_unittest.cc
AgeCommit message (Expand)Author
2019-08-30CRAS: Added param dump_atlog to dump atlog onceyjouo
2019-08-22CRAS: rstream: allow clients to provide shmFletcher Woodruff
2019-07-29CRAS: cras_shm: Add buffer_offset to headerFletcher Woodruff
2019-07-29CRAS: Format stream related unittestsEn-Shuo Hsu
2019-06-25CRAS: cras_shm: split samples into separate shmFletcher Woodruff
2019-06-25CRAS: cras_shm: rename shm_area to shm_headerFletcher Woodruff
2019-06-19CRAS: unittest: Fix memory leak and double freepaulhsia
2019-06-10CRAS: move creation of audio_shm into cras_shmFletcher Woodruff
2019-05-12CRAS: server_metrics - Log missed callback schedules after reschedulingYu-Hsuan Hsu
2019-01-11CRAS: server_metrics - Log number of missed callback schedulesYu-Hsuan Hsu
2018-10-16CRAS: Do not ignore next_cb_ts of stream when share memory is fullYu-Hsuan Hsu
2018-10-12CRAS: rstream - Config fmt converter by the fmt after processingHsin-Yu Chao
2018-07-06adhd: Fix memory leaks in fmt_conv_unittest and dev_stream_unittestpaulhsia
2018-05-30CRAS: dev_stream - Limit the frames to copy from converter bufferHsin-Yu Chao
2018-05-25adhd: Fix memory leaks in dev_stream_unittestpaulhsia
2018-03-29CRAS: dev_stream - Update calculation of max_frames passed to converter.Louis Collard
2017-11-16CRAS: dev_stream - Use reply pending API from cras_rstreamCheng-Yi Chiang
2017-11-16CRAS: dev_stream - Add API to flush audio messagesCheng-Yi Chiang
2017-11-16CRAS: dev_stream - Add API to query pending replyCheng-Yi Chiang
2017-10-16CRAS: libcras - Add API to wait for hotwordChinyue Chen
2017-07-14CRAS: dev_stream - Fix busy loop when capturing to two streamsHsin-Yu Chao
2017-03-10CRAS: dev_stream - Add method to get wake up timeCheng-Yi Chiang
2017-03-10CRAS: dev_stream - Avoid bursting captured data to streamCheng-Yi Chiang
2017-01-04CRAS: audio_area - Remove unused argumentHsin-Yu Chao
2016-10-13CRAS: dev_stream - Remove redundant converter checkCheng-Yi Chiang
2016-07-21CRAS: audio_thread - Align stream fetch timeHsin-Yu Chao
2016-04-15CRAS: rstream - record more accurate fetch timeHsin-Yu Chao
2016-04-15CRAS: dev_stream - Clean up unused variableHsin-Yu Chao
2016-03-23CRAS: dev_stream - Scale captured samples when mixing to dev_stream if neededCheng-Yi Chiang
2016-03-23CRAS: dev_stream - Remove unused argument dev_index of dev_stream_captureCheng-Yi Chiang
2015-08-06CRAS: rstream - Add fetch interval trackingHsin-Yu Chao
2015-08-06CRAS: dev_stream - Add function to check if stream can fetchHsin-Yu Chao
2015-06-18CRAS: rstream - update queued frames in all streams before writeHsin-Yu Chao
2015-03-17CRAS: byte_buffer - Add used_size for byte_bufferHsin-Yu Chao
2015-02-10CRAS: audio_thread - Wake input stream earlier when there is dataHsin-Yu Chao
2014-12-17CRAS: Let input devices drive the input wakeupsDylan Reid
2014-12-12CRAS: Add handling of hotword flagsDylan Reid
2014-11-27CRAS: audio_area - take full destination format as an argDylan Reid
2014-11-27CRAS: dev_stream - Mix proper format.Dylan Reid
2014-11-27CRAS: mix - reorder exported functionsDylan Reid
2014-11-04CRAS: dev_stream UT - Don't use stream after free.Dylan Reid
2014-11-03CRAS: dev_stream - Add basic mix testsDylan Reid
2014-11-03CRAS: dev_stream - use new rstream accessors from dev_mixDylan Reid
2014-11-03CRAS: dev_stream UT - whitspace fixDylan Reid
2014-10-29CRAS: linear_resampler - increase resample precisionHsin-Yu Chao
2014-10-29CRAS: audio_thread - Integrate rate_estimator and linear resamplerHsin-Yu Chao
2014-10-29CRAS: rstream - Add master device idHsin-Yu Chao
2014-10-29CRAS: fmt_conv - Always create a format converterHsin-Yu Chao
2014-10-14CRAS: dev_stream - track read offset per device.Dylan Reid
2014-10-02CRAS: dev_stream - Fix mono record bugHsin-Yu Chao