From 9ba21b9418d10ddcc39f08901e24fbf43d82b2bc Mon Sep 17 00:00:00 2001 From: Ronghua Wu Date: Tue, 21 Apr 2015 14:23:06 -0700 Subject: libstagefright: config resource manager with secure codec co-existing policy. Bug: 19620911 Change-Id: I0d729782c1622f23e9c37b7a9231e58e3f807470 --- media/libstagefright/MediaCodecListOverrides.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'media/libstagefright/MediaCodecListOverrides.h') diff --git a/media/libstagefright/MediaCodecListOverrides.h b/media/libstagefright/MediaCodecListOverrides.h index c4758fa..e350d2a 100644 --- a/media/libstagefright/MediaCodecListOverrides.h +++ b/media/libstagefright/MediaCodecListOverrides.h @@ -35,9 +35,10 @@ bool splitString(const AString &s, const AString &delimiter, AString *s1, AStrin // profile codecs and save the result to xml file named kProfilingResults. void profileCodecs(const Vector> &infos); -// profile codecs and save the result to encoder_results and decoder_results. +// profile codecs and save the result to global_results, encoder_results and decoder_results. void profileCodecs( const Vector> &infos, + CodecSettings *global_results, KeyedVector *encoder_results, KeyedVector *decoder_results, bool forceToMeasure = false); -- cgit v1.1