diff options
| author | Ronghua Wu <ronghuawu@google.com> | 2015-04-21 11:52:58 -0700 | 
|---|---|---|
| committer | Ronghua Wu <ronghuawu@google.com> | 2015-05-05 14:45:29 -0700 | 
| commit | 65c8fbcf91f0f0b5f60a45d2777c36d396c4ba16 (patch) | |
| tree | b22419f78ab6f243b7ab7027482e5c5fda9db09f /include | |
| parent | 5e95559255d1abd62c78b308731ebe3991186e94 (diff) | |
| download | frameworks_av-65c8fbcf91f0f0b5f60a45d2777c36d396c4ba16.zip frameworks_av-65c8fbcf91f0f0b5f60a45d2777c36d396c4ba16.tar.gz frameworks_av-65c8fbcf91f0f0b5f60a45d2777c36d396c4ba16.tar.bz2  | |
libstagefright: export profiling results directly to xml.
Bug: 19620911
Change-Id: Icdeb1c30816d6de120ea0acd0880b3a9614bea8f
Diffstat (limited to 'include')
| -rw-r--r-- | include/media/stagefright/MediaCodecList.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/include/media/stagefright/MediaCodecList.h b/include/media/stagefright/MediaCodecList.h index 9d1d675..ce34338 100644 --- a/include/media/stagefright/MediaCodecList.h +++ b/include/media/stagefright/MediaCodecList.h @@ -54,7 +54,7 @@ struct MediaCodecList : public BnMediaCodecList {      static sp<IMediaCodecList> getLocalInstance();      // only to be used in getLocalInstance -    void updateDetailsForMultipleCodecs(const KeyedVector<AString, CodecSettings>& updates); +    void parseTopLevelXMLFile(const char *path, bool ignore_errors = false);  private:      class BinderDeathObserver : public IBinder::DeathRecipient { @@ -97,7 +97,6 @@ private:      status_t initCheck() const;      void parseXMLFile(const char *path); -    void parseTopLevelXMLFile(const char *path, bool ignore_errors = false);      static void StartElementHandlerWrapper(              void *me, const char *name, const char **attrs);  | 
