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

Unified Diff: chromecast/media/cma/backend/alsa/stream_mixer_alsa_input_impl.h

Issue 1809203003: [Chromecast] Improve rendering delay accuracy by tracking partial samples (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: 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
« no previous file with comments | « no previous file | chromecast/media/cma/backend/alsa/stream_mixer_alsa_input_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/backend/alsa/stream_mixer_alsa_input_impl.h
diff --git a/chromecast/media/cma/backend/alsa/stream_mixer_alsa_input_impl.h b/chromecast/media/cma/backend/alsa/stream_mixer_alsa_input_impl.h
index 846831904eb4a7fa8ef367c78394294d8213f6c7..f31e1fa9d980bf4e8a44217fe0b7f6939bdede4a 100644
--- a/chromecast/media/cma/backend/alsa/stream_mixer_alsa_input_impl.h
+++ b/chromecast/media/cma/backend/alsa/stream_mixer_alsa_input_impl.h
@@ -152,7 +152,7 @@ class StreamMixerAlsaInputImpl : public StreamMixerAlsa::InputQueue {
scoped_refptr<DecoderBufferBase> pending_data_;
std::deque<scoped_refptr<DecoderBufferBase>> queue_;
int queued_frames_;
- int queued_frames_including_resampler_;
+ double queued_frames_including_resampler_;
MediaPipelineBackendAlsa::RenderingDelay mixer_rendering_delay_;
// End of members that queue_lock_ controls access for.
« no previous file with comments | « no previous file | chromecast/media/cma/backend/alsa/stream_mixer_alsa_input_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698