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

Issue 2544113002: Example MojoVideoDecoder decoder using the command buffer.

Created:
4 years ago by sandersd (OOO until July 31)
Modified:
4 years ago
Reviewers:
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, qsr+mojo_chromium.org, Aaron Boodman, posciak+watch_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, feature-media-reviews_chromium.org, darin-cc_chromium.org, alokp+watch_chromium.org, piman+watch_chromium.org, darin (slow to review)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Example MojoVideoDecoder decoder using the command buffer. 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 (+339 lines, -32 lines) Patch
M content/gpu/gpu_child_thread.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/gpu/gpu_service_factory.h View 1 chunk +18 lines, -1 line 0 comments Download
M content/gpu/gpu_service_factory.cc View 1 chunk +14 lines, -4 lines 0 comments Download
M content/renderer/media/renderer_gpu_video_accelerator_factories.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/media/renderer_gpu_video_accelerator_factories.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M media/gpu/ipc/service/media_gpu_channel.h View 3 chunks +4 lines, -1 line 0 comments Download
M media/gpu/ipc/service/media_gpu_channel.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M media/gpu/ipc/service/media_gpu_channel_manager.h View 3 chunks +9 lines, -1 line 0 comments Download
M media/gpu/ipc/service/media_gpu_channel_manager.cc View 1 chunk +19 lines, -1 line 0 comments Download
M media/mojo/clients/mojo_video_decoder.h View 1 chunk +3 lines, -1 line 0 comments Download
M media/mojo/clients/mojo_video_decoder.cc View 3 chunks +16 lines, -3 lines 0 comments Download
M media/mojo/interfaces/video_decoder.mojom View 1 chunk +14 lines, -1 line 0 comments Download
M media/mojo/services/BUILD.gn View 2 chunks +4 lines, -0 lines 0 comments Download
A media/mojo/services/gpu_mojo_media_client.h View 1 chunk +47 lines, -0 lines 0 comments Download
A media/mojo/services/gpu_mojo_media_client.cc View 1 chunk +128 lines, -0 lines 0 comments Download
M media/mojo/services/media_service_factory.h View 1 chunk +13 lines, -1 line 0 comments Download
M media/mojo/services/media_service_factory.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M media/mojo/services/mojo_media_client.h View 2 chunks +6 lines, -1 line 0 comments Download
M media/mojo/services/mojo_media_client.cc View 1 chunk +2 lines, -1 line 0 comments Download
M media/mojo/services/mojo_video_decoder_service.h View 2 chunks +3 lines, -1 line 0 comments Download
M media/mojo/services/mojo_video_decoder_service.cc View 6 chunks +12 lines, -11 lines 0 comments Download
M media/renderers/gpu_video_accelerator_factories.h View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (1 generated)
sandersd (OOO until July 31)
4 years ago (2016-12-01 21:48:30 UTC) #1
Description was changed from

==========
Example MojoVideoDecoder decoder using the command buffer.
==========

to

==========
Example MojoVideoDecoder decoder using the command buffer.
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