summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2010-10-14 12:41:00 +0000
committerGerrit Code Review <gerrit2@cyanogenmod.teamdouche.net>2010-10-14 12:41:00 +0000
commit72b0aecfbdab305feb374cd6207babe9581a98d9 (patch)
treee69067869f7ad612603c215f2cb5c46b9ae78c6d /include
parentf29c2a367c9c8e731a5c79e2ce06be3dd164f894 (diff)
parent035102c577c51b1509e20c8ebe1a8e8da66e627d (diff)
downloadframeworks_base-72b0aecfbdab305feb374cd6207babe9581a98d9.zip
frameworks_base-72b0aecfbdab305feb374cd6207babe9581a98d9.tar.gz
frameworks_base-72b0aecfbdab305feb374cd6207babe9581a98d9.tar.bz2
Merge "frameworks/base: Add rendering statistics to Stagefright" into froyo
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/MediaSource.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/stagefright/MediaSource.h b/include/media/stagefright/MediaSource.h
index 96d57e7..9340b9e 100644
--- a/include/media/stagefright/MediaSource.h
+++ b/include/media/stagefright/MediaSource.h
@@ -45,6 +45,9 @@ struct MediaSource : public RefBase {
// Returns the format of the data output by this media source.
virtual sp<MetaData> getFormat() = 0;
+ //Logs statistics profiling
+ virtual void logTrackStatistics() {};
+
struct ReadOptions;
// Returns a new buffer of data. Call blocks until a