summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_low_latency_input_output_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* AudioManagerBase: Create and run the audio thread lazily.alokp2016-03-151-1/+1
* Adds additional UMA stats in combination with failed input audio on Machenrika2016-02-291-1/+1
* Switch to standard integer types in media/, take 2.avi2015-12-231-0/+4
* Switch to standard integer types in media/.Avi Drissman2015-12-191-4/+3
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-181-1/+3
* Revert of Forward the number of skipped frames by the OS in audio playout. (p...grunell2015-12-171-3/+1
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-141-1/+3
* Don't use base::MessageLoop::{Quit,QuitClosure} in media/ki.stfu2015-10-121-1/+2
* media: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-171-1/+1
* Add flag --require-audio-hardware-for-testing.watk2015-02-111-12/+3
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-12/+11
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-071-5/+5
* Remove AudioBuffersState classacolwell2014-09-291-11/+2
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-131-1/+1
* Revert 290359 "Remove AudioBuffersState class."acolwell@chromium.org2014-08-181-2/+11
* Remove AudioBuffersState class.acolwell@chromium.org2014-08-181-11/+2
* Factorize media/audio into new GN.dalecurtis@chromium.org2014-07-191-2/+10
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-191-8/+9
* Revert 277794 "Modifies AudioInputCallback::OnData and use media..."macourteau@chromium.org2014-06-171-9/+8
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-171-8/+9
* Remove OnMoreIOData(), which is not used any more.xians@chromium.org2014-05-181-7/+0
* Reland 153623004: Remove the unified IO code on the browserxians@chromium.org2014-02-131-2/+1
* Revert 249790 "Remove the unified IO code on the browser."skobes@google.com2014-02-071-1/+2
* Remove the unified IO code on the browser.xians@chromium.org2014-02-071-2/+1
* Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.scherkus@chromium.org2014-01-071-2/+1
* Remove an unused OnClose() method from AudioInputCallback.tommi@chromium.org2013-12-181-1/+0
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-2/+2
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-2/+2
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-2/+2
* Plumb AudioLog support into AudioManager.dalecurtis@chromium.org2013-12-041-1/+3
* Support use_alsa==0 on Linuxspang@chromium.org2013-11-281-4/+8
* Replace LOG(INFO) with VLOG(0), throughout *media*fischman@chromium.org2013-11-251-5/+5
* Add the necessary scaffolding to allow creation of non-default audio output d...tommi@chromium.org2013-09-031-1/+2
* Use a direct include of the message_loop header in media/.avi@chromium.org2013-07-181-1/+1
* Use a direct include of time headers in media/.avi@chromium.org2013-06-281-1/+1
* Replace erroneous use of base::Time with base::TimeTicks throughout media code.miu@chromium.org2013-06-131-4/+4
* Privitize WaitTillDataReady() and DataReady().dalecurtis@chromium.org2013-06-051-1/+0
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-031-1/+1
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-031-1/+1
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-031-1/+1
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-311-1/+1
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-311-1/+1
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-221-4/+4
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-071-1/+1
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-231-2/+2
* Reland r186180 after fixing the --audio-buffer-size flag and cras issue.xians@chromium.org2013-03-071-17/+11
* Revert 186180 "Moved AudioUtil static functions:"hshi@chromium.org2013-03-071-11/+17
* Moved AudioUtil static functions:xians@chromium.org2013-03-051-17/+11
* Style cleanup: const char* -> const char ... [].dalecurtis@chromium.org2013-02-221-1/+1
* Attempt to resolve crash in media::PCMWaveInAudioInputStream::WaveCallback.henrika@chromium.org2013-02-111-8/+0