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

Issue 2268173002: Add StreamTexture resgistration for the Browser (Closed)

Created:
4 years, 4 months ago by tguilbert
Modified:
4 years, 3 months ago
Reviewers:
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, avayvod+watch_chromium.org, jam, feature-media-reviews_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, mlamouri+watch-media_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add StreamTexture resgistration for the Browser Mechanism to register a Surface from a SurfaceTexture in the browser process, for later retrieval and use by the MediaPlayerRenderer. This is no longer the proposed path. See https://codereview.chromium.org/2285593002 instead. BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+238 lines, -3 lines) Patch
M content/app/android/child_process_service_impl.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M content/browser/android/browser_surface_texture_manager.h View 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/android/browser_surface_texture_manager.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M content/browser/android/child_process_launcher_android.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/android/child_process_launcher_android.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/app/ChildProcessServiceImpl.java View 1 chunk +33 lines, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ChildProcessLauncher.java View 5 chunks +51 lines, -2 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl View 2 chunks +5 lines, -1 line 0 comments Download
M content/renderer/media/android/stream_texture_factory.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/media/android/stream_texture_factory.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M gpu/ipc/client/android/in_process_surface_texture_manager.h View 2 chunks +9 lines, -0 lines 0 comments Download
M gpu/ipc/client/android/in_process_surface_texture_manager.cc View 1 chunk +33 lines, -0 lines 0 comments Download
M gpu/ipc/common/android/surface_texture_manager.h View 2 chunks +14 lines, -0 lines 0 comments Download
M gpu/ipc/common/gpu_messages.h View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/ipc/service/stream_texture_android.h View 2 chunks +3 lines, -0 lines 0 comments Download
M gpu/ipc/service/stream_texture_android.cc View 5 chunks +20 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (2 generated)
tguilbert
Description was changed from ========== Add StreamTexture resgistration for the Browser Will update description. BUG= ...
4 years, 4 months ago (2016-08-23 06:20:19 UTC) #1
tguilbert
4 years, 3 months ago (2016-08-26 02:12:27 UTC) #2
Description was changed from

==========
Add StreamTexture resgistration for the Browser

Will update description.

BUG=
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
==========

to

==========
Add StreamTexture resgistration for the Browser

Mechanism to register a Surface from a SurfaceTexture in the browser process,
for later retrieval and use by the MediaPlayerRenderer.

This is no longer the proposed path. See
https://codereview.chromium.org/2285593002 instead.

BUG=
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
==========

Powered by Google App Engine
This is Rietveld 408576698