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

Unified Diff: media/base/audio_decoder.h

Issue 1651673002: Add MediaCodecAudioDecoder implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: A better linking issue fix Created 4 years, 10 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/base/audio_buffer.h ('k') | media/filters/android/media_codec_audio_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/audio_decoder.h
diff --git a/media/base/audio_decoder.h b/media/base/audio_decoder.h
index 0a3e1d3fc1ed3293a9b6ea8e112ad19e79a7f6e6..592747c3997b2c0e2e7c578be24a0153cf9770e2 100644
--- a/media/base/audio_decoder.h
+++ b/media/base/audio_decoder.h
@@ -40,9 +40,8 @@ class MEDIA_EXPORT AudioDecoder {
// available. Only non-EOS frames should be returned via this callback.
typedef base::Callback<void(const scoped_refptr<AudioBuffer>&)> OutputCB;
- // Callback for Decode(). Called after the decoder has completed decoding
- // corresponding DecoderBuffer, indicating that it's ready to accept another
- // buffer to decode.
+ // Callback for Decode(). Called after the decoder has accepted corresponding
+ // DecoderBuffer, indicating that the pipeline can send next buffer to decode.
typedef base::Callback<void(Status)> DecodeCB;
AudioDecoder();
« no previous file with comments | « media/base/audio_buffer.h ('k') | media/filters/android/media_codec_audio_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698