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

Unified Diff: media/audio/pulse/pulse.sigs

Issue 12328084: Fix the choppiness for the pulse impl when using a smaller buffer size like 512 samples (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | media/audio/pulse/pulse_output.cc » ('j') | media/audio/pulse/pulse_output.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/pulse/pulse.sigs
diff --git a/media/audio/pulse/pulse.sigs b/media/audio/pulse/pulse.sigs
index eaac90bde45155b0bad4b35b227741d340ab8141..d16cc7ff7f8718d0881e2d9b0c900ba2b126b93e 100644
--- a/media/audio/pulse/pulse.sigs
+++ b/media/audio/pulse/pulse.sigs
@@ -42,6 +42,7 @@ size_t pa_stream_readable_size(pa_stream *p);
int pa_stream_peek(pa_stream* p, const void** data, size_t* nbytes);
void pa_stream_set_read_callback(pa_stream* p, pa_stream_request_cb_t cb, void* userdata);
void pa_stream_set_state_callback(pa_stream* s, pa_stream_notify_cb_t cb, void* userdata);
+size_t pa_stream_writable_size(pa_stream* p);
int pa_stream_write(pa_stream* p, const void* data, size_t nbytes, pa_free_cb_t free_cb, int64_t offset, pa_seek_mode_t seek);
void pa_stream_set_write_callback(pa_stream *p, pa_stream_request_cb_t cb, void *userdata);
void pa_stream_unref(pa_stream* s);
« no previous file with comments | « no previous file | media/audio/pulse/pulse_output.cc » ('j') | media/audio/pulse/pulse_output.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698