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

Issue 103723002: [Telemetry] Convert mp4 video to Timestamp+Bitmaps. (Closed)

Created:
7 years ago by tonyg
Modified:
7 years ago
Reviewers:
szym, bulach
CC:
chromium-reviews, chrome-speed-team+watch_google.com, telemetry+watch_chromium.org
Visibility:
Public.

Description

[Telemetry] Convert mp4 video to Timestamp+Bitmaps. BUG=323813 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238880

Patch Set 1 #

Total comments: 8

Patch Set 2 : bulach comments #

Total comments: 11

Patch Set 3 : bulach+szym comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -37 lines) Patch
M tools/telemetry/bin/README.chromium View 1 chunk +3 lines, -0 lines 0 comments Download
A tools/telemetry/bin/avconv.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/webdriver/webdriver_tab_backend.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/bitmap.py View 1 2 4 chunks +46 lines, -24 lines 0 comments Download
M tools/telemetry/telemetry/core/bitmap_unittest.py View 3 chunks +10 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/android_platform_backend.py View 1 2 3 chunks +54 lines, -3 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/android_platform_backend_unittest.py View 1 2 chunks +36 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/linux_platform_backend.py View 1 2 chunks +24 lines, -6 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/posix_platform_backend.py View 1 1 chunk +1 line, -1 line 0 comments Download
A tools/telemetry/unittest_data/frame0.png View 1 Binary file 0 comments Download
A tools/telemetry/unittest_data/frame1.png View 1 Binary file 0 comments Download
A tools/telemetry/unittest_data/frame2.png View 1 Binary file 0 comments Download
A tools/telemetry/unittest_data/frame3.png View 1 Binary file 0 comments Download
A tools/telemetry/unittest_data/frame4.png View 1 Binary file 0 comments Download
A tools/telemetry/unittest_data/frame5.png View 1 Binary file 0 comments Download
A tools/telemetry/unittest_data/frame6.png View 1 Binary file 0 comments Download
A tools/telemetry/unittest_data/frame7.png View 1 Binary file 0 comments Download
A tools/telemetry/unittest_data/vid.mp4 View 1 Binary file 0 comments Download

Messages

Total messages: 13 (0 generated)
tonyg
7 years ago (2013-12-04 05:27:54 UTC) #1
bulach
lgtm, just nits and small suggestions. are the videos and screenshots ok? would dev.chromium.org or ...
7 years ago (2013-12-04 19:38:46 UTC) #2
tonyg
Thanks, all comments addressed. Hitting the CQ. Szymon, if you have any comments, I'll un-cq ...
7 years ago (2013-12-04 20:54:25 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tonyg@chromium.org/103723002/20001
7 years ago (2013-12-04 20:54:44 UTC) #4
bulach
still lgtm, just pedantic clarification :) https://codereview.chromium.org/103723002/diff/20001/tools/telemetry/telemetry/core/bitmap.py File tools/telemetry/telemetry/core/bitmap.py (right): https://codereview.chromium.org/103723002/diff/20001/tools/telemetry/telemetry/core/bitmap.py#newcode69 tools/telemetry/telemetry/core/bitmap.py:69: stride = self._bpp ...
7 years ago (2013-12-04 21:07:07 UTC) #5
szym
lgtm, but a suggestion for improvement https://codereview.chromium.org/103723002/diff/20001/tools/telemetry/telemetry/core/platform/android_platform_backend.py File tools/telemetry/telemetry/core/platform/android_platform_backend.py (right): https://codereview.chromium.org/103723002/diff/20001/tools/telemetry/telemetry/core/platform/android_platform_backend.py#newcode223 tools/telemetry/telemetry/core/platform/android_platform_backend.py:223: def GetFrameTimestampMs(stderr): Needs ...
7 years ago (2013-12-04 21:59:38 UTC) #6
szym
https://codereview.chromium.org/103723002/diff/20001/tools/telemetry/telemetry/core/bitmap.py File tools/telemetry/telemetry/core/bitmap.py (right): https://codereview.chromium.org/103723002/diff/20001/tools/telemetry/telemetry/core/bitmap.py#newcode69 tools/telemetry/telemetry/core/bitmap.py:69: stride = self._bpp * self._width On 2013/12/04 21:07:08, bulach ...
7 years ago (2013-12-04 22:30:26 UTC) #7
szym
https://codereview.chromium.org/103723002/diff/20001/tools/telemetry/telemetry/core/bitmap.py File tools/telemetry/telemetry/core/bitmap.py (right): https://codereview.chromium.org/103723002/diff/20001/tools/telemetry/telemetry/core/bitmap.py#newcode69 tools/telemetry/telemetry/core/bitmap.py:69: stride = self._bpp * self._width On 2013/12/04 22:30:26, szym ...
7 years ago (2013-12-04 22:33:40 UTC) #8
tonyg
https://codereview.chromium.org/103723002/diff/20001/tools/telemetry/telemetry/core/bitmap.py File tools/telemetry/telemetry/core/bitmap.py (right): https://codereview.chromium.org/103723002/diff/20001/tools/telemetry/telemetry/core/bitmap.py#newcode69 tools/telemetry/telemetry/core/bitmap.py:69: stride = self._bpp * self._width I got rid of ...
7 years ago (2013-12-04 23:01:41 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tonyg@chromium.org/103723002/40001
7 years ago (2013-12-04 23:01:57 UTC) #10
szym
https://codereview.chromium.org/103723002/diff/20001/tools/telemetry/telemetry/core/platform/android_platform_backend.py File tools/telemetry/telemetry/core/platform/android_platform_backend.py (right): https://codereview.chromium.org/103723002/diff/20001/tools/telemetry/telemetry/core/platform/android_platform_backend.py#newcode231 tools/telemetry/telemetry/core/platform/android_platform_backend.py:231: return int(1000 * float(line.split('=')[-1])) On 2013/12/04 23:01:41, tonyg wrote: ...
7 years ago (2013-12-05 01:27:04 UTC) #11
tonyg
Thanks, I have to run, but I'll fix this up. BTW, I'll work on getting ...
7 years ago (2013-12-05 01:32:39 UTC) #12
commit-bot: I haz the power
7 years ago (2013-12-05 03:37:06 UTC) #13
Message was sent while issue was closed.
Change committed as 238880

Powered by Google App Engine
This is Rietveld 408576698