Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: media/audio/audio_device_thread.h

Issue 10832285: Switch OnMoreData() to use AudioBus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Comments. Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/audio/android/opensles_output.cc ('k') | media/audio/audio_device_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_device_thread.h
diff --git a/media/audio/audio_device_thread.h b/media/audio/audio_device_thread.h
index d22961348fce348daea18b636ddb90655f713578..492c1fb62b0f1a8103e4fb81e9b67f06eff88ebb 100644
--- a/media/audio/audio_device_thread.h
+++ b/media/audio/audio_device_thread.h
@@ -13,6 +13,7 @@
#include "base/synchronization/lock.h"
#include "media/base/media_export.h"
#include "media/audio/audio_parameters.h"
+#include "media/audio/shared_memory_util.h"
class MessageLoop;
@@ -60,7 +61,6 @@ class MEDIA_EXPORT AudioDeviceThread {
// Audio buffers that are allocated in InitializeOnAudioThread() based on
// info from audio_parameters_.
- scoped_ptr<AudioBus> audio_bus_;
base::SharedMemory shared_memory_;
const int memory_length_;
« no previous file with comments | « media/audio/android/opensles_output.cc ('k') | media/audio/audio_device_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698