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

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

Issue 2612353003: [Chromecast] Fix AudioVideoPipelineDeviceTest failures (Closed)
Patch Set: Created 3 years, 11 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/backend/alsa/audio_decoder_alsa.h
diff --git a/chromecast/media/cma/backend/alsa/audio_decoder_alsa.h b/chromecast/media/cma/backend/alsa/audio_decoder_alsa.h
index a0084ee17131aa85b6532f653a6669c35bde5aed..9d72e67731e6f9d16d643ffcdf5ba186d468b53c 100644
--- a/chromecast/media/cma/backend/alsa/audio_decoder_alsa.h
+++ b/chromecast/media/cma/backend/alsa/audio_decoder_alsa.h
@@ -77,6 +77,7 @@ class AudioDecoderAlsa : public MediaPipelineBackend::AudioDecoder,
void OnBufferDecoded(uint64_t input_bytes,
CastAudioDecoder::Status status,
const scoped_refptr<DecoderBufferBase>& decoded);
+ void CheckBufferComplete();
void PushRateShifted();
void PushMorePcm();
void RunEos();

Powered by Google App Engine
This is Rietveld 408576698