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

Issue 1178703009: VideoCapturerAndroid: Add function to change capture format while camera is running (Closed)

Created:
5 years, 6 months ago by magjed_webrtc
Modified:
5 years, 5 months ago
Reviewers:
AlexG, hbos
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, yujie_mao (webrtc), Andrew MacDonald, tterriberry_mozilla.com, qiang.lu, niklas.enbom, åsapersson
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

VideoCapturerAndroid: Add function to change capture format while camera is running Committed: https://crrev.com/b69ab79338bff71ea411b82f3dd59508617a11d5 Cr-Commit-Position: refs/heads/master@{#9608}

Patch Set 1 #

Total comments: 9

Patch Set 2 : hbos@ comments #

Total comments: 4

Patch Set 3 : wip #

Patch Set 4 : hbos@ comments2 #

Patch Set 5 : #

Total comments: 14

Patch Set 6 : glaznev@s comments #

Patch Set 7 : glaznev@s comments #2 #

Patch Set 8 : glaznev@s comments #3 #

Patch Set 9 : Refactor #

Total comments: 12

Patch Set 10 : rebase and addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+243 lines, -200 lines) Patch
M talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/androidvideocapturer.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M talk/app/webrtc/androidvideocapturer.cc View 1 2 2 chunks +8 lines, -1 line 0 comments Download
M talk/app/webrtc/java/jni/androidvideocapturer_jni.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M talk/app/webrtc/java/jni/androidvideocapturer_jni.cc View 1 2 3 chunks +12 lines, -7 lines 0 comments Download
M talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java View 1 2 3 4 5 6 7 8 9 19 chunks +215 lines, -190 lines 0 comments Download

Messages

Total messages: 38 (11 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1178703009/1
5 years, 6 months ago (2015-06-11 15:26:03 UTC) #2
commit-bot: I haz the power
Dry run: No LGTM from a valid reviewer yet. Only full committers are accepted. Even ...
5 years, 6 months ago (2015-06-11 15:26:05 UTC) #4
magjed_webrtc
hbos - Can you take a first look?
5 years, 6 months ago (2015-06-11 15:26:43 UTC) #6
hbos
https://codereview.webrtc.org/1178703009/diff/1/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java File talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java (right): https://codereview.webrtc.org/1178703009/diff/1/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java#newcode593 talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java:593: private void changeCaptureFormatOnCameraThread(int width, int height, int framerate) { ...
5 years, 6 months ago (2015-06-12 09:34:48 UTC) #7
magjed_webrtc
https://codereview.webrtc.org/1178703009/diff/1/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java File talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java (right): https://codereview.webrtc.org/1178703009/diff/1/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java#newcode593 talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java:593: private void changeCaptureFormatOnCameraThread(int width, int height, int framerate) { ...
5 years, 6 months ago (2015-06-12 12:52:23 UTC) #8
hbos
https://codereview.webrtc.org/1178703009/diff/1/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java File talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java (right): https://codereview.webrtc.org/1178703009/diff/1/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java#newcode593 talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java:593: private void changeCaptureFormatOnCameraThread(int width, int height, int framerate) { ...
5 years, 6 months ago (2015-06-15 07:42:12 UTC) #9
magjed_webrtc
PTAL https://codereview.webrtc.org/1178703009/diff/1/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java File talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java (right): https://codereview.webrtc.org/1178703009/diff/1/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java#newcode593 talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java:593: private void changeCaptureFormatOnCameraThread(int width, int height, int framerate) ...
5 years, 6 months ago (2015-06-17 10:47:57 UTC) #10
hbos
lgtm
5 years, 6 months ago (2015-06-18 13:24:40 UTC) #11
magjed_webrtc
glaznev - Please take a look.
5 years, 6 months ago (2015-06-18 13:48:09 UTC) #13
AlexG
On 2015/06/18 13:48:09, magjed_webrtc wrote: > glaznev - Please take a look. +Asa. Asa recently ...
5 years, 6 months ago (2015-06-18 19:51:16 UTC) #14
AlexG
https://codereview.webrtc.org/1178703009/diff/80001/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java File talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java (right): https://codereview.webrtc.org/1178703009/diff/80001/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java#newcode932 talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java:932: if (frame.frameSize != frameSize) { Please add a comment ...
5 years, 6 months ago (2015-06-18 19:51:27 UTC) #15
magjed_webrtc
I have spoken with Åsa about https://codereview.webrtc.org/1178643006/. They are indeed very similar. The advantage with ...
5 years, 6 months ago (2015-06-22 10:32:27 UTC) #16
AlexG
https://codereview.webrtc.org/1178703009/diff/80001/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java File talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java (right): https://codereview.webrtc.org/1178703009/diff/80001/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java#newcode875 talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java:875: boolean cameraWasNull = (this.camera == null); Why not to ...
5 years, 6 months ago (2015-06-22 17:27:41 UTC) #17
magjed_webrtc
https://codereview.webrtc.org/1178703009/diff/80001/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java File talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java (right): https://codereview.webrtc.org/1178703009/diff/80001/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java#newcode875 talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java:875: boolean cameraWasNull = (this.camera == null); On 2015/06/22 17:27:40, ...
5 years, 6 months ago (2015-06-22 21:39:19 UTC) #18
AlexG
https://codereview.webrtc.org/1178703009/diff/80001/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java File talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java (right): https://codereview.webrtc.org/1178703009/diff/80001/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java#newcode875 talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java:875: boolean cameraWasNull = (this.camera == null); On 2015/06/22 21:39:19, ...
5 years, 6 months ago (2015-06-22 22:28:09 UTC) #19
magjed_webrtc
https://codereview.webrtc.org/1178703009/diff/80001/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java File talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java (right): https://codereview.webrtc.org/1178703009/diff/80001/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java#newcode875 talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java:875: boolean cameraWasNull = (this.camera == null); On 2015/06/22 22:28:08, ...
5 years, 6 months ago (2015-06-23 16:29:17 UTC) #20
AlexG
On 2015/06/23 16:29:17, magjed_webrtc wrote: > https://codereview.webrtc.org/1178703009/diff/80001/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java > File talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java (right): > > https://codereview.webrtc.org/1178703009/diff/80001/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java#newcode875 > ...
5 years, 6 months ago (2015-06-23 21:17:03 UTC) #21
magjed_webrtc
Yes, you can change capture format like this: cameraThreadHandler.post(new Runnable() { @Override public void run() ...
5 years, 6 months ago (2015-06-25 17:37:33 UTC) #24
magjed_webrtc
Ping
5 years, 5 months ago (2015-07-20 12:17:18 UTC) #25
AlexG
lgtm Much cleaner now! Thanks! https://codereview.webrtc.org/1178703009/diff/200001/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java File talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java (right): https://codereview.webrtc.org/1178703009/diff/200001/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java#newcode408 talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java:408: public boolean equals(Object that) ...
5 years, 5 months ago (2015-07-21 00:17:08 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1178703009/240001
5 years, 5 months ago (2015-07-21 15:40:20 UTC) #29
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 5 months ago (2015-07-21 16:33:20 UTC) #31
magjed_webrtc
https://codereview.webrtc.org/1178703009/diff/200001/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java File talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java (right): https://codereview.webrtc.org/1178703009/diff/200001/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java#newcode408 talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java:408: public boolean equals(Object that) { On 2015/07/21 00:17:08, AlexG ...
5 years, 5 months ago (2015-07-21 17:20:33 UTC) #32
AlexG
lgtm https://codereview.webrtc.org/1178703009/diff/200001/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java File talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java (right): https://codereview.webrtc.org/1178703009/diff/200001/talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java#newcode408 talk/app/webrtc/java/src/org/webrtc/VideoCapturerAndroid.java:408: public boolean equals(Object that) { On 2015/07/21 17:20:32, ...
5 years, 5 months ago (2015-07-21 21:25:44 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1178703009/240001
5 years, 5 months ago (2015-07-22 09:31:03 UTC) #36
commit-bot: I haz the power
Committed patchset #10 (id:240001)
5 years, 5 months ago (2015-07-22 09:32:05 UTC) #37
commit-bot: I haz the power
5 years, 5 months ago (2015-07-22 09:32:14 UTC) #38
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/b69ab79338bff71ea411b82f3dd59508617a11d5
Cr-Commit-Position: refs/heads/master@{#9608}

Powered by Google App Engine
This is Rietveld 408576698