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

Unified Diff: media/audio/cras/audio_manager_cras.h

Issue 2908073002: Make OS audio buffer size limits visible. (Closed)
Patch Set: Move all buffer size calculations to AudioLatency. Created 3 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
Index: media/audio/cras/audio_manager_cras.h
diff --git a/media/audio/cras/audio_manager_cras.h b/media/audio/cras/audio_manager_cras.h
index f23d13254165ddef46e1015990c129f7a0d2ee89..0dccd0db9e698baf0d43e34317b5c48574bcaffd 100644
--- a/media/audio/cras/audio_manager_cras.h
+++ b/media/audio/cras/audio_manager_cras.h
@@ -69,9 +69,6 @@ class MEDIA_EXPORT AudioManagerCras : public AudioManagerBase {
AudioInputStream* MakeInputStream(const AudioParameters& params,
const std::string& device_id);
- // Get minimum output buffer size for this board.
- int GetMinimumOutputBufferSizePerBoard();
-
void GetAudioDeviceNamesImpl(bool is_input, AudioDeviceNames* device_names);
void AddBeamformingDevices(AudioDeviceNames* device_names);

Powered by Google App Engine
This is Rietveld 408576698