From 3b800bf9a1db3c9f2f37c9512deb282588e8b50c Mon Sep 17 00:00:00 2001 From: Lajos Molnar Date: Wed, 19 Mar 2014 15:21:53 -0700 Subject: [PATCH] stagefright: initial media_codecs_google*.xml files Separated description of Google-provided codecs into their own files based on domain. Google-provided audio/telephony codecs should be included prior to specifying vendor codecs. Google- provided video codecs should be included after vendor codecs. Bug: 13549114 Change-Id: I216f01feaf0379c6cd7d8714e02792fdf2214a90 --- .../data/media_codecs_google_audio.xml | 35 ++++++++++++++++++++++ .../data/media_codecs_google_telephony.xml | 21 +++++++++++++ .../data/media_codecs_google_video.xml | 32 ++++++++++++++++++++ 3 files changed, 88 insertions(+) create mode 100644 media/libstagefright/data/media_codecs_google_audio.xml create mode 100644 media/libstagefright/data/media_codecs_google_telephony.xml create mode 100644 media/libstagefright/data/media_codecs_google_video.xml diff --git a/media/libstagefright/data/media_codecs_google_audio.xml b/media/libstagefright/data/media_codecs_google_audio.xml new file mode 100644 index 0000000000..b1f93de389 --- /dev/null +++ b/media/libstagefright/data/media_codecs_google_audio.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/libstagefright/data/media_codecs_google_telephony.xml b/media/libstagefright/data/media_codecs_google_telephony.xml new file mode 100644 index 0000000000..28f5ffc8ab --- /dev/null +++ b/media/libstagefright/data/media_codecs_google_telephony.xml @@ -0,0 +1,21 @@ + + + + + + + + diff --git a/media/libstagefright/data/media_codecs_google_video.xml b/media/libstagefright/data/media_codecs_google_video.xml new file mode 100644 index 0000000000..41e0efb665 --- /dev/null +++ b/media/libstagefright/data/media_codecs_google_video.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + -- 2.11.0