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

Unified Diff: chromecast/media/cma/pipeline/audio_pipeline_impl.h

Issue 1776353006: [Chromecast] Add metrics for logging platform A/V bitrate estimates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix formatting issue Created 4 years, 9 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: chromecast/media/cma/pipeline/audio_pipeline_impl.h
diff --git a/chromecast/media/cma/pipeline/audio_pipeline_impl.h b/chromecast/media/cma/pipeline/audio_pipeline_impl.h
index 7c81cd27bb380e40a8d2cbdf141e34b34dff231b..9cf73ba761d3c5cff94b4b5192af3218bd8138f5 100644
--- a/chromecast/media/cma/pipeline/audio_pipeline_impl.h
+++ b/chromecast/media/cma/pipeline/audio_pipeline_impl.h
@@ -46,6 +46,9 @@ class AudioPipelineImpl : public AvPipelineImpl {
const ::media::VideoDecoderConfig& video_config) override;
MediaPipelineBackend::AudioDecoder* const audio_decoder_;
+ base::Time last_sample_time_;
+ base::TimeDelta elapsed_time_delta_;
halliwell 2016/03/10 17:57:54 include headers for time classes
ejason 2016/03/11 00:24:45 Done.
+ int audio_bytes_for_bitrate_estimation_;
DISALLOW_COPY_AND_ASSIGN(AudioPipelineImpl);
};

Powered by Google App Engine
This is Rietveld 408576698