CDD: Clarify dynamic switching of video resolution is up to max value per codec
Section: 5.3. Video Decoding

The "maximum resolution supported on the device" from the following language is
referring to the per codec maximum resolution, not necessarily the screen
resolution of the device itself as being reported by Display.getSupportedModes().

"... MUST support dynamic video resolution and frame rate switching through the
standard Android APIs ... up to the maximum resolution supported on the device"

This was not clear in the original language, but clarifed further by explicitly
saying "maximum resolution supported by each codec".

Also, improved the "is not smaller than" to "equal or greater than" for better
readibility.

Bug: 27301996
Change-Id: I3f9bbd51e7b3abdfd41fa97e5b54e135fd036bf3
diff --git a/src/compatibility/android-cdd.html b/src/compatibility/android-cdd.html
index 2187358..8732f30 100644
--- a/src/compatibility/android-cdd.html
+++ b/src/compatibility/android-cdd.html
@@ -2302,7 +2302,7 @@
 <p>Device implementations MUST support dynamic video resolution and frame rate
 switching through the standard Android APIs within the same stream for all VP8,
 VP9, H.264, and H.265 codecs in real time and up to the maximum resolution
-supported on the device.</p>
+supported by each codec on the device.</p>
 
 <p>Android device implementations with H.263 decoders, MUST support Baseline
 Profile Level 30.</p>
@@ -2347,7 +2347,7 @@
 
 
 <p class="table_footnote">1 REQUIRED for when the height as reported by the
-Display.getSupportedModes() method is not smaller than the video resolution.</p>
+Display.getSupportedModes() method is equal or greater than the video resolution.</p>
 
 <p class="table_footnote">2 REQUIRED for Android Television device implementations.</p>
 
@@ -2386,7 +2386,7 @@
 </table>
 
 <p class="table_footnote">1 REQUIRED for when the height as reported by the
-Display.getSupportedModes() method is not smaller than the video resolution.</p>
+Display.getSupportedModes() method is equal or greater than the video resolution.</p>
 
 <p class="table_footnote">2 REQUIRED for Android Television device implementations.</p>