summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_device_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch audio synchronization from sleep() based to select() based.dalecurtis@chromium.org2013-10-231-10/+29
* Remove the last vestiges of audio_util.dalecurtis@chromium.org2013-10-011-1/+0
* Use a direct include of the message_loop header in media/.avi@chromium.org2013-07-181-1/+1
* Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-031-6/+4
* Reland: base: Support setting thread priorities generically.epenner@chromium.org2013-05-221-6/+6
* Revert 201202 "base: Support setting thread priorities generically."scottmg@chromium.org2013-05-211-4/+4
* base: Support setting thread priorities generically.epenner@chromium.org2013-05-211-4/+4
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-221-3/+3
* Use multiple shared memory buffers cyclically for audio capture.wjia@chromium.org2013-03-111-2/+8
* Add some NULL checks for shared memory and AudioBus creation.dalecurtis@chromium.org2013-03-051-1/+1
* Plumb |input_channels| all the way to AudioManagercrogers@google.com2013-02-071-2/+0
* Allow audio system to handle synchronized low-latency audio I/Ocrogers@google.com2012-09-121-0/+2
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-051-6/+0
* Switch AudioRenderSink::Callback to use AudioBus.dalecurtis@chromium.org2012-08-091-11/+6
* Optimizes the FMAC operation with SSE. Performance is on par withdalecurtis@chromium.org2012-08-021-3/+5
* Move AudioDevice and AudioInputDevice to media.tommi@chromium.org2012-07-271-0/+208