Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: webrtc/examples/androidapp/res/values/arrays.xml

Issue 2520313002: Add Full HD and 4K camera resolutions to AppRTCMobile Android. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/androidapp/res/values/arrays.xml
diff --git a/webrtc/examples/androidapp/res/values/arrays.xml b/webrtc/examples/androidapp/res/values/arrays.xml
index 063b247bd31e6e798694574c03e0009755fa9c3e..c663400efc8bc7189878ccc1be693bde0742f8da 100644
--- a/webrtc/examples/androidapp/res/values/arrays.xml
+++ b/webrtc/examples/androidapp/res/values/arrays.xml
@@ -2,6 +2,8 @@
<resources>
<string-array name="videoResolutions">
<item>Default</item>
+ <item>4K (3840 x 2160)</item>
+ <item>Full HD (1920 x 1080)</item>
<item>HD (1280 x 720)</item>
<item>VGA (640 x 480)</item>
<item>QVGA (320 x 240)</item>
@@ -9,6 +11,8 @@
<string-array name="videoResolutionsValues">
<item>Default</item>
+ <item>3840 x 2160</item>
+ <item>1920 x 1080</item>
<item>1280 x 720</item>
<item>640 x 480</item>
<item>320 x 240</item>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698