summaryrefslogtreecommitdiff
path: root/cras/src/server/dev_stream.c
AgeCommit message (Expand)Author
2021-03-09adhd: Replace the use of master_dev to main_devYu-Hsuan Hsu
2021-03-03CRAS: Align new output stream callback time to existing input streamCheng-Yi Chiang
2020-12-10CRAS: dev_stream - Start APM before getting post process formatHsin-Yu Chao
2020-10-06CRAS: Fix 'Multiplication result converted to larger type' warningsDylan Reid
2019-12-17CRAS: apm_list - Protect APM from multi-thread accessHsin-Yu Chao
2019-06-25CRAS: cras_shm: rename shm_area to shm_headerFletcher Woodruff
2019-06-24CRAS: Format streamEn-Shuo Hsu
2019-06-11CRAS: rstream: unsplit output and input shmFletcher Woodruff
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-03-28CRAS: Simpler scheduling of initial capture stream fetchesYu-Hsuan Hsu
2019-03-20CRAS: Add new flag to indicate if dev_stream starts fetchingYu-Hsuan Hsu
2019-03-20Revert "CRAS: Add a new field to represent when pending streams will start"Yu-Hsuan Hsu
2019-01-11CRAS: server_metrics - Log number of missed callback schedulesYu-Hsuan Hsu
2019-01-03CRAS: Add a new field to represent when pending streams will startYu-Hsuan Hsu
2018-12-13CRAS: audio_thread - Modify init_cb_ts to avoid hw_level riseYu-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-06-21CRAS: byte_buffer - Rename utiliy functionsHsin-Yu Chao
2018-05-30CRAS: dev_stream - Limit the frames to copy from converter bufferHsin-Yu Chao
2018-03-29CRAS: dev_stream - Update calculation of max_frames passed to converter.Louis Collard
2017-11-16CRAS: dev_stream - Capture stream should know whether it is pendingCheng-Yi Chiang
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-11-16CRAS: rstream - Let rstream user query pending replyCheng-Yi Chiang
2017-10-31CRAS: byte_buffer - Set buffer pointer to NULL when destroyChinyue Chen
2017-10-16CRAS: libcras - Add API to wait for hotwordChinyue Chen
2017-08-17CRAS: client - schedule wake by dev level for hotword streamHsin-Yu Chao
2017-07-18CRAS: fmt_conf - Have destructor set pointer to NULLDylan Reid
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-12-14CRAS: dev_stream - Remove unused variableHsin-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-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-09-09CRAS: audio thread logging macroVadim Kharchenko
2015-08-17CRAS: dev_stream - Update shm level for single output caseHsin-Yu Chao
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-05-21CRAS: dev_stream - Log capture stream betterHsin-Yu Chao
2015-05-19CRAS: dev_stream - Clean up unused codeHsin-Yu Chao
2015-04-23CRAS: audio_thread - Only wait as long as needed for a skipped callback.Dylan Reid
2015-03-10CRAS: Use CLOCK_MONOTONIC_RAW for time calculationsDylan Reid
2015-02-10CRAS: audio_thread - Wake input stream earlier when there is dataHsin-Yu Chao