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

Unified Diff: webrtc/modules/interface/module_common_types.h

Issue 1172163004: Reformat existing code. There should be no functional effects. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 5 years, 6 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: webrtc/modules/interface/module_common_types.h
diff --git a/webrtc/modules/interface/module_common_types.h b/webrtc/modules/interface/module_common_types.h
index 0b0e063a6fcc58723a62606343639b2bf3569fb1..9edbe4e3bbab6219a07c8ab03b875057cc4fd864 100644
--- a/webrtc/modules/interface/module_common_types.h
+++ b/webrtc/modules/interface/module_common_types.h
@@ -427,11 +427,14 @@ inline void AudioFrame::Reset() {
interleaved_ = true;
}
-inline void AudioFrame::UpdateFrame(int id, uint32_t timestamp,
+inline void AudioFrame::UpdateFrame(int id,
+ uint32_t timestamp,
const int16_t* data,
- int samples_per_channel, int sample_rate_hz,
+ int samples_per_channel,
+ int sample_rate_hz,
SpeechType speech_type,
- VADActivity vad_activity, int num_channels,
+ VADActivity vad_activity,
+ int num_channels,
uint32_t energy) {
id_ = id;
timestamp_ = timestamp;

Powered by Google App Engine
This is Rietveld 408576698