| Index: webrtc/examples/androidapp/src/org/appspot/apprtc/CaptureQualityController.java
|
| diff --git a/webrtc/examples/androidapp/src/org/appspot/apprtc/CaptureQualityController.java b/webrtc/examples/androidapp/src/org/appspot/apprtc/CaptureQualityController.java
|
| index 6886e6eeac1774743c8f9a16441611bd75a29735..02e7c2e1bbd7f607a31cf05fac4397ef2a7e8584 100644
|
| --- a/webrtc/examples/androidapp/src/org/appspot/apprtc/CaptureQualityController.java
|
| +++ b/webrtc/examples/androidapp/src/org/appspot/apprtc/CaptureQualityController.java
|
| @@ -26,7 +26,9 @@ import java.util.List;
|
| public class CaptureQualityController implements SeekBar.OnSeekBarChangeListener {
|
| private final List<CaptureFormat> formats = Arrays.asList(
|
| new CaptureFormat(1280, 720, 0, 30000),
|
| + new CaptureFormat(960, 540, 0, 30000),
|
| new CaptureFormat(640, 480, 0, 30000),
|
| + new CaptureFormat(480, 360, 0, 30000),
|
| new CaptureFormat(320, 240, 0, 30000),
|
| new CaptureFormat(256, 144, 0, 30000));
|
| // Prioritize framerate below this threshold and resolution above the threshold.
|
|
|