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

Unified Diff: media/cast/sender/h264_vt_encoder.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/frame_sender.cc ('k') | media/cast/sender/performance_metrics_overlay.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/sender/h264_vt_encoder.cc
diff --git a/media/cast/sender/h264_vt_encoder.cc b/media/cast/sender/h264_vt_encoder.cc
index 789f08310712dd0f38c7bf864a71adbbcf71cef1..7031c547bf9f63c9aef6cf29d9ba4c4187af47b0 100644
--- a/media/cast/sender/h264_vt_encoder.cc
+++ b/media/cast/sender/h264_vt_encoder.cc
@@ -573,7 +573,7 @@ void H264VideoToolboxEncoder::CompressionCallback(void* encoder_opaque,
&encoded_frame->data);
}
- // TODO(miu): Compute and populate the |deadline_utilization| and
+ // TODO(miu): Compute and populate the |encoder_utilization| and
// |lossy_utilization| performance metrics in |encoded_frame|.
encoded_frame->encode_completion_time =
« no previous file with comments | « media/cast/sender/frame_sender.cc ('k') | media/cast/sender/performance_metrics_overlay.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698