summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/nuplayer/NuPlayerDecoderPassThrough.h
diff options
context:
space:
mode:
authorPraveen Chavan <pchavan@codeaurora.org>2015-05-19 19:09:48 -0700
committerLajos Molnar <lajos@google.com>2015-06-10 16:48:59 -0700
commite1e5d7a3d3d4d6d644e6c731f977422e004140d5 (patch)
tree687a0b028303a6560b09701e1a7689fd9291fa9b /media/libmediaplayerservice/nuplayer/NuPlayerDecoderPassThrough.h
parent4a4265e9fc4e72d069eb2de37c8484d67fd3a9fc (diff)
downloadframeworks_av-e1e5d7a3d3d4d6d644e6c731f977422e004140d5.zip
frameworks_av-e1e5d7a3d3d4d6d644e6c731f977422e004140d5.tar.gz
frameworks_av-e1e5d7a3d3d4d6d644e6c731f977422e004140d5.tar.bz2
NuPlayer: Enhance dumpsys statistics
Account for dropped output-frames (rather than input-frames) in percentage dropped frames. Print mime and component name for each active track Change-Id: I3491d336c696d8ed0fd1503b80afe1df47c787c8
Diffstat (limited to 'media/libmediaplayerservice/nuplayer/NuPlayerDecoderPassThrough.h')
-rw-r--r--media/libmediaplayerservice/nuplayer/NuPlayerDecoderPassThrough.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/media/libmediaplayerservice/nuplayer/NuPlayerDecoderPassThrough.h b/media/libmediaplayerservice/nuplayer/NuPlayerDecoderPassThrough.h
index 2f6df2c..db33e87 100644
--- a/media/libmediaplayerservice/nuplayer/NuPlayerDecoderPassThrough.h
+++ b/media/libmediaplayerservice/nuplayer/NuPlayerDecoderPassThrough.h
@@ -29,10 +29,6 @@ struct NuPlayer::DecoderPassThrough : public DecoderBase {
const sp<Source> &source,
const sp<Renderer> &renderer);
- virtual void getStats(
- int64_t *mNumFramesTotal,
- int64_t *mNumFramesDropped) const;
-
protected:
virtual ~DecoderPassThrough();