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

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: Resync 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 92221551856e7f6dc79b0e730dc7ac67d2cc16f4..1202eee0435c3774b7daf45a2eb20384dc6d4205 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