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

Unified Diff: media/audio/cras/cras_unified.cc

Issue 290003002: Remove OnMoreIOData() (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed the media unittests on mac. Created 6 years, 7 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/cras/cras_unified.h ('k') | media/audio/mac/audio_auhal_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/cras/cras_unified.cc
diff --git a/media/audio/cras/cras_unified.cc b/media/audio/cras/cras_unified.cc
index c41356b4aa775aea2c19c43f8c2a75ae3da2c29b..25af3837ad66c75d3c64ef4fe02333dd3fb3319f 100644
--- a/media/audio/cras/cras_unified.cc
+++ b/media/audio/cras/cras_unified.cc
@@ -357,8 +357,7 @@ uint32 CrasUnifiedStream::ReadWriteAudio(size_t frames,
cras_client_calc_playback_latency(output_ts, &latency_ts);
total_delay_bytes += GetBytesLatency(latency_ts);
- int frames_filled = source_callback_->OnMoreIOData(
- input_bus_.get(),
+ int frames_filled = source_callback_->OnMoreData(
output_bus_.get(),
AudioBuffersState(0, total_delay_bytes));
« no previous file with comments | « media/audio/cras/cras_unified.h ('k') | media/audio/mac/audio_auhal_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698