Revert of Support multiple video decoders and encoders (patchset #14 id:260001 of...
commitf3af1862ef941a1ed12a9a98df1ae78e15d6fed1
authornhiroki <nhiroki@chromium.org>
Wed, 7 Jan 2015 05:46:36 +0000 (6 21:46 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 7 Jan 2015 05:47:33 +0000 (7 05:47 +0000)
tree526dcaa0c93079f120d9d900673b94417f43b4df
parentc0233477da4e155c9fac8b0edfc71f60bbfc7727
Revert of Support multiple video decoders and encoders (patchset #14 id:260001 of https://codereview.chromium.org/826663002/)

Reason for revert:
This causes compile failure on "Linux ChromiumOS Ozone Builder Build"
http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Ozone%20Builder/builds/9379

Original issue's description:
> Support multiple video decoders and encoders
>
> Some platforms have multiple video decoders and encoders.
> For decode and encoder, return the first succeed initialized VDA and VEA
> from all possible platforms. GetSupportedProfile return all possible profiles
> from all encoders.
>
> BUG=445016
> TEST=Tested on squawks. For decoder, make sure V4L2 initialization
> failed and VAAPI successed. For encoder, test on extension.
>
> Committed: https://crrev.com/fce5ccd14c3676b960917c095a050b7a76b15227
> Cr-Commit-Position: refs/heads/master@{#310232}

TBR=posciak@chromium.org,wuchengli@chromium.org,piman@chromium.org,henryhsu@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=445016

Review URL: https://codereview.chromium.org/832383004

Cr-Commit-Position: refs/heads/master@{#310238}
12 files changed:
content/common/BUILD.gn
content/common/gpu/media/gpu_video_decode_accelerator.cc
content/common/gpu/media/gpu_video_decode_accelerator.h
content/common/gpu/media/gpu_video_encode_accelerator.cc
content/common/gpu/media/gpu_video_encode_accelerator.h
content/common/gpu/media/v4l2_image_processor.cc
content/common/gpu/media/v4l2_image_processor.h
content/common/gpu/media/v4l2_video_decode_accelerator.cc
content/common/gpu/media/v4l2_video_device.cc
content/common/gpu/media/v4l2_video_encode_accelerator.cc
content/common/gpu/media/v4l2_video_encode_accelerator.h
content/content_common.gypi