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

Unified Diff: media/audio/pulse/pulse_output.h

Issue 10952024: Adding pulseaudio input support to chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased and addressed Dale's final comments. Created 7 years, 10 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/pulse/pulse_input.cc ('k') | media/audio/pulse/pulse_output.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/pulse/pulse_output.h
diff --git a/media/audio/pulse/pulse_output.h b/media/audio/pulse/pulse_output.h
index cdd7cfd0dc9ada362c9caf28a18b93c6fd89604e..114e1b5f5f010d57d243bf179582ca693145133e 100644
--- a/media/audio/pulse/pulse_output.h
+++ b/media/audio/pulse/pulse_output.h
@@ -54,9 +54,6 @@ class PulseAudioOutputStream : public AudioOutputStream {
static void ContextNotifyCallback(pa_context* c, void* p_this);
static void StreamNotifyCallback(pa_stream* s, void* p_this);
- // Triggers pa_threaded_mainloop_signal() to avoid deadlocks.
- static void StreamSuccessCallback(pa_stream* s, int success, void* p_this);
-
// Called by PulseAudio when it needs more audio data.
static void StreamRequestCallback(pa_stream* s, size_t len, void* p_this);
@@ -67,12 +64,6 @@ class PulseAudioOutputStream : public AudioOutputStream {
// Close() helper function to free internal structs.
void Reset();
- // Returns the current hardware latency value in bytes.
- int GetHardwareLatencyInBytes();
-
- // Helper method for waiting on Pulse Audio operations to complete.
- void WaitForPulseOperation(pa_operation* op);
-
// AudioParameters from the constructor.
const AudioParameters params_;
« no previous file with comments | « media/audio/pulse/pulse_input.cc ('k') | media/audio/pulse/pulse_output.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698