summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/media/audio_renderer_host_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Change audio IPC enums from kConstantStyle to MACRO_STYLE.nick2015-06-111-4/+4
* Add IPC interface for switching the audio output device for a given audio str...guidou2015-06-111-5/+77
* Remove render view id from the audio input and output, part two!dalecurtis2015-04-031-3/+1
* Move OpenPrivilegedProcessHandle to Process::OpenWithExtraPriviles.rvargas2015-01-171-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-1/+1
* Site Isolation: RenderView-->RenderFrame for WebContentsVideoCaptureDevice an...miu2014-09-091-8/+4
* Preparing |SyncSocket|'s handle for the peer process is different for POSIX a...burnik2014-09-081-14/+5
* Revert of Revert of Remove the last piece of deprecated synchronous IO code. ...xians2014-08-281-1/+0
* Revert of Remove the last piece of deprecated synchronous IO code. (patchset ...tnagel2014-08-271-0/+1
* Remove the last piece of deprecated synchronous IO code.xians2014-08-271-1/+0
* Add base:: qualification to some COmmandLine references in content.brettw@chromium.org2014-08-111-1/+1
* Reland: Mac Video Capture Device: split VCD into VCD and Factory.mcasas@chromium.org2014-05-141-0/+1
* Add support for passing an arbitrary parameter to an IPC message handler. The...jam@chromium.org2014-05-131-11/+9
* Revert of Mac Video Capture Device: split VCD into VCD and Factory. (https://...mcasas@chromium.org2014-05-091-1/+0
* Mac Video Capture Device: split VCD into VCD and Factory.mcasas@chromium.org2014-05-091-0/+1
* Extract VideoCaptureDeviceFactory out of VideoCaptureDevice and use for File ...mcasas@chromium.org2014-04-261-1/+4
* Fixit: Move tab and desktop capture code to new location.miu@chromium.org2014-02-251-1/+1
* A lot of plumbing to get render_frame_id to PrerenderManager::OnCreatingAudio...jam@chromium.org2014-01-211-1/+3
* Rename media/base/bind_to_loop.h to media/base/bind_to_current_loop.h.scherkus@chromium.org2014-01-101-1/+1
* Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.scherkus@chromium.org2014-01-071-1/+1
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-131-1/+2
* Revert 240548 "Enable platform echo cancellation through the Aud..."hashimoto@chromium.org2013-12-131-2/+1
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-131-1/+2
* Plumb AudioLog support into AudioManager.dalecurtis@chromium.org2013-12-041-1/+1
* Remove MockMediaInternals and incestuous usage.dalecurtis@chromium.org2013-11-231-124/+54
* Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T...jam@chromium.org2013-10-011-1/+1
* Added more logging to audio_renderer_host.tyoverby@chromium.org2013-08-161-2/+0
* Update include paths in content/browser for base/process changes.rsesek@chromium.org2013-07-231-1/+0
* Replace AudioSilenceDetector with an AudioPowerMonitor.miu@chromium.org2013-07-231-65/+49
* Use a direct include of the message_loop header in content/, part 2.avi@chromium.org2013-07-181-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-031-4/+60
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-031-60/+4
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-031-4/+60
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-4/+4
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-311-60/+4
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-311-4/+60
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-221-6/+6
* Merge AssociateStreamWithProducer message into CreateStream message for both ...miu@chromium.org2013-04-171-15/+8
* Re-land silence detection for audio output UI favicon indicator with crash fi...miu@chromium.org2013-03-281-14/+9
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-231-1/+1
* Revert 189095 "Silence detection for audio output UI favicon ind..."miu@chromium.org2013-03-211-4/+6
* Silence detection for audio output UI favicon indicator.miu@chromium.org2013-03-191-6/+4
* Plumb |input_channels| all the way to AudioManagercrogers@google.com2013-02-071-2/+1
* Move chrome://media-internals to content. This allows us to hide implementati...jam@chromium.org2013-02-011-5/+7
* Tab Audio Mirroring/Capture: Browser-side connect/disconnect functionality:miu@chromium.org2013-01-111-57/+51
* content: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-101-2/+2
* Move content\browser\renderer_host\media to content namespace.jam@chromium.org2012-10-291-1/+1
* Quick clean-up: 1) Make internally-used AudioEntry structs private in both Au...miu@chromium.org2012-10-281-4/+4
* Simulate an audio output stream when a real one isn't available.dalecurtis@chromium.org2012-10-181-1/+1