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

Unified Diff: media/cast/sender/audio_encoder_unittest.cc

Issue 2103043005: media/cast/sender: Rename deadline_utilization to encoder_utilization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « media/cast/sender/audio_encoder.cc ('k') | media/cast/sender/external_video_encoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/sender/audio_encoder_unittest.cc
diff --git a/media/cast/sender/audio_encoder_unittest.cc b/media/cast/sender/audio_encoder_unittest.cc
index 5b7c011711750b868114f300dc868a7c29ea3331..584e91388253bd92fa948a6f3ffccda26756d11c 100644
--- a/media/cast/sender/audio_encoder_unittest.cc
+++ b/media/cast/sender/audio_encoder_unittest.cc
@@ -65,7 +65,7 @@ class TestEncodedAudioFrameReceiver {
lower_bound_ = encoded_frame->reference_time;
EXPECT_GT(upper_bound_, encoded_frame->reference_time);
- EXPECT_LE(0.0, encoded_frame->deadline_utilization);
+ EXPECT_LE(0.0, encoded_frame->encoder_utilization);
EXPECT_EQ(-1.0, encoded_frame->lossy_utilization);
++frames_received_;
« no previous file with comments | « media/cast/sender/audio_encoder.cc ('k') | media/cast/sender/external_video_encoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698