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

Unified Diff: media/audio/win/audio_low_latency_output_win_unittest.cc

Issue 730083002: [media/audio] Convert VLOGs to DVLOGs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/win/audio_low_latency_output_win.cc ('k') | media/audio/win/audio_manager_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/win/audio_low_latency_output_win_unittest.cc
diff --git a/media/audio/win/audio_low_latency_output_win_unittest.cc b/media/audio/win/audio_low_latency_output_win_unittest.cc
index bab2a278a0654e66e9b492fc239dba1221385b04..a004561e63840ee1674a7017f4b3815d7df9f6b4 100644
--- a/media/audio/win/audio_low_latency_output_win_unittest.cc
+++ b/media/audio/win/audio_low_latency_output_win_unittest.cc
@@ -443,13 +443,13 @@ TEST(WASAPIAudioOutputStreamTest, DISABLED_ReadFromStereoFile) {
}
ReadFromFileAudioSource file_source(file_name);
- VLOG(0) << "File name : " << file_name.c_str();
- VLOG(0) << "Sample rate : " << aosw.sample_rate();
- VLOG(0) << "Bits per sample: " << aosw.bits_per_sample();
- VLOG(0) << "#channels : " << aosw.channels();
- VLOG(0) << "File size : " << file_source.file_size();
- VLOG(0) << "#file segments : " << kNumFileSegments;
- VLOG(0) << ">> Listen to the stereo file while playing...";
+ DVLOG(0) << "File name : " << file_name.c_str();
+ DVLOG(0) << "Sample rate : " << aosw.sample_rate();
+ DVLOG(0) << "Bits per sample: " << aosw.bits_per_sample();
+ DVLOG(0) << "#channels : " << aosw.channels();
+ DVLOG(0) << "File size : " << file_source.file_size();
+ DVLOG(0) << "#file segments : " << kNumFileSegments;
+ DVLOG(0) << ">> Listen to the stereo file while playing...";
for (int i = 0; i < kNumFileSegments; i++) {
// Each segment will start with a short (~20ms) block of zeros, hence
@@ -462,7 +462,7 @@ TEST(WASAPIAudioOutputStreamTest, DISABLED_ReadFromStereoFile) {
aos->Stop();
}
- VLOG(0) << ">> Stereo file playout has stopped.";
+ DVLOG(0) << ">> Stereo file playout has stopped.";
aos->Close();
}
« no previous file with comments | « media/audio/win/audio_low_latency_output_win.cc ('k') | media/audio/win/audio_manager_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698