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

Unified Diff: media/audio/audio_util.h

Issue 9442005: Clean up audio-related utility functions to compute buffer sizes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase ToT Created 8 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/audio_parameters.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_util.h
diff --git a/media/audio/audio_util.h b/media/audio/audio_util.h
index 3730c1195e4c90f1d2e01be0c07e1801298b8e2a..51d707a0693331cc2e0bc52ea59711a52bc33dcf 100644
--- a/media/audio/audio_util.h
+++ b/media/audio/audio_util.h
@@ -123,11 +123,6 @@ MEDIA_EXPORT bool IsWASAPISupported();
MEDIA_EXPORT void Crossfade(int bytes_to_crossfade, int number_of_channels,
int bytes_per_channel, const uint8* src,
uint8* dest);
-
-// Calculates a safe hardware buffer size (in number of samples) given a set
-// of audio parameters.
-MEDIA_EXPORT uint32 SelectSamplesPerPacket(int sample_rate);
-
} // namespace media
#endif // MEDIA_AUDIO_AUDIO_UTIL_H_
« no previous file with comments | « media/audio/audio_parameters.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698