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

Issue 2077663003: Camera2 in AppRTC Android Demo. (Closed)

Created:
4 years, 6 months ago by sakal
Modified:
4 years, 5 months ago
CC:
tterriberry_mozilla.com, webrtc-reviews_webrtc.org
Base URL:
https://chromium.googlesource.com/external/webrtc.git@camera2_only
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Camera2 in AppRTC Android Demo. Add an option to use Camera2 implemantion of CameraVideoCapturer in AppRTC Android Demo. It is enabled by default. BUG=webrtc:5519 Committed: https://crrev.com/b224d80166056e46fd9023214f83181f4ff7133d Cr-Commit-Position: refs/heads/master@{#13391}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rebase. #

Total comments: 9

Patch Set 3 : Changes according to magjed's comments #1 #

Patch Set 4 : Remove fallback to Camera1 logic. #

Patch Set 5 : Respect capture to texture option. #

Patch Set 6 : Only use Camera2 in PeerConnectionClientTest if it is supported. #

Patch Set 7 : Create peer connection factory with the target context in the test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -39 lines) Patch
M webrtc/examples/androidapp/res/values/strings.xml View 1 2 3 4 4 chunks +7 lines, -5 lines 0 comments Download
M webrtc/examples/androidapp/res/xml/preferences.xml View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/examples/androidapp/src/org/appspot/apprtc/CallActivity.java View 1 2 3 4 chunks +14 lines, -4 lines 0 comments Download
M webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java View 1 2 3 4 chunks +7 lines, -0 lines 0 comments Download
M webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java View 1 2 3 4 5 12 chunks +58 lines, -16 lines 0 comments Download
M webrtc/examples/androidapp/src/org/appspot/apprtc/SettingsActivity.java View 1 2 3 4 7 chunks +14 lines, -1 line 0 comments Download
M webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java View 1 2 3 4 5 6 5 chunks +19 lines, -13 lines 0 comments Download

Messages

Total messages: 28 (12 generated)
sakal
PTAL
4 years, 6 months ago (2016-06-17 12:24:09 UTC) #3
sakal
nisse, PTAL
4 years, 6 months ago (2016-06-20 08:38:34 UTC) #5
nisse-webrtc
I'm afraid I'm not familiar at all with this code. So I only have a ...
4 years, 6 months ago (2016-06-20 09:00:28 UTC) #6
magjed_webrtc
https://codereview.webrtc.org/2077663003/diff/20001/webrtc/examples/androidapp/res/values/arrays.xml File webrtc/examples/androidapp/res/values/arrays.xml (right): https://codereview.webrtc.org/2077663003/diff/20001/webrtc/examples/androidapp/res/values/arrays.xml#newcode3 webrtc/examples/androidapp/res/values/arrays.xml:3: <string-array name="enableDisableForce"> This name looks weird. Shouldn't at least ...
4 years, 5 months ago (2016-06-29 13:36:45 UTC) #8
sakal
https://codereview.webrtc.org/2077663003/diff/20001/webrtc/examples/androidapp/res/values/arrays.xml File webrtc/examples/androidapp/res/values/arrays.xml (right): https://codereview.webrtc.org/2077663003/diff/20001/webrtc/examples/androidapp/res/values/arrays.xml#newcode3 webrtc/examples/androidapp/res/values/arrays.xml:3: <string-array name="enableDisableForce"> On 2016/06/29 13:36:44, magjed_webrtc wrote: > This ...
4 years, 5 months ago (2016-06-30 09:14:53 UTC) #9
magjed_webrtc
https://codereview.webrtc.org/2077663003/diff/20001/webrtc/examples/androidapp/src/org/appspot/apprtc/CallActivity.java File webrtc/examples/androidapp/src/org/appspot/apprtc/CallActivity.java (right): https://codereview.webrtc.org/2077663003/diff/20001/webrtc/examples/androidapp/src/org/appspot/apprtc/CallActivity.java#newcode227 webrtc/examples/androidapp/src/org/appspot/apprtc/CallActivity.java:227: boolean camera1Enabled = !Camera2Enumerator.isSupported() || !camera2Option.equals("force"); On 2016/06/30 09:14:52, ...
4 years, 5 months ago (2016-06-30 11:21:47 UTC) #10
sakal
I removed the fallback logic and also made the code respected the capture to texture ...
4 years, 5 months ago (2016-07-01 12:48:24 UTC) #11
magjed_webrtc
lgtm
4 years, 5 months ago (2016-07-01 13:55:29 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2077663003/80001
4 years, 5 months ago (2016-07-04 07:08:05 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_dbg/builds/14768)
4 years, 5 months ago (2016-07-04 08:00:36 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2077663003/120001
4 years, 5 months ago (2016-07-05 14:05:16 UTC) #18
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_TIMED_OUT, no build URL) ...
4 years, 5 months ago (2016-07-05 16:06:03 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2077663003/120001
4 years, 5 months ago (2016-07-06 07:48:31 UTC) #23
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 5 months ago (2016-07-06 07:58:34 UTC) #25
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-06 07:58:36 UTC) #26
commit-bot: I haz the power
4 years, 5 months ago (2016-07-06 07:58:44 UTC) #28
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/b224d80166056e46fd9023214f83181f4ff7133d
Cr-Commit-Position: refs/heads/master@{#13391}

Powered by Google App Engine
This is Rietveld 408576698