aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorUnsuk Jung <unsuk@google.com>2015-06-09 19:01:30 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-09 19:01:31 +0000
commite916e8f75532f2bd361eec5b452e1a7de8432ae2 (patch)
tree35ce9c868cbb97d60aaa72cc2451ded4a7fb500d /src
parentc927cd92b39b50a1478a93f8c0317f4c11d827ab (diff)
parent418681a6c96fb46b0fd23a79477020754bbfcc6c (diff)
downloadsource.android.com-e916e8f75532f2bd361eec5b452e1a7de8432ae2.tar.gz
Merge "Clarify decoding support for codecs reported by CamcorderProfile" into lmp-mr1-dev
Diffstat (limited to 'src')
-rw-r--r--src/compatibility/5.1/android-5.1-cdd.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/compatibility/5.1/android-5.1-cdd.html b/src/compatibility/5.1/android-5.1-cdd.html
index 0e59cec2..d787b57a 100644
--- a/src/compatibility/5.1/android-5.1-cdd.html
+++ b/src/compatibility/5.1/android-5.1-cdd.html
@@ -1581,7 +1581,13 @@ files from installing and running correctly on other compatible devices.</p>
<p>Device implementations MUST support the core media formats specified in the
Android SDK documentation [<a href="http://developer.android.com/guide/appendix/media-formats.html">Resources, 50</a>] except where explicitly permitted in this document. Specifically, device
implementations MUST support the media formats, encoders, decoders, file types,
-and container formats defined in the tables below. All of these codecs are
+and container formats defined in the tables below and reported via MediaCodecList
+[<a href="http://developer.android.com/reference/android/media/MediaCodecList.html">Resources,112</a>].
+Device implementations MUST also be able to decode all profiles reported in its CamcorderProfile
+[<a href="http://developer.android.com/reference/android/media/CamcorderProfile.html">Resources,
+113</a>].
+
+All of these codecs are
provided as software implementations in the preferred Android implementation
from the Android Open Source Project.</p>
@@ -4930,6 +4936,10 @@ Android source code, at dalvik/docs</p>
<p>111. Android Auto feature: <a href="http://developer.android.com/reference/android/content/res/Configuration.html#UI_MODE_TYPE_CAR">http://developer.android.com/reference/android/content/res/Configuration.html#UI_MODE_TYPE_CAR</a></p>
+<p>112. Android MediaCodecList API: <a href="http://developer.android.com/reference/android/media/MediaCodecList.html">http://developer.android.com/reference/android/media/MediaCodecList.html</a></p>
+
+<p>113. Android CamcorderProfile API: <a href="http://developer.android.com/reference/android/media/CamcorderProfile.html">http://developer.android.com/reference/android/media/CamcorderProfile.html</a></p>
+
<p>Many of these resources are derived directly or indirectly from the Android
SDK, and will be functionally identical to the information in that SDK&rsquo;s
documentation. In any cases where this Compatibility Definition or the