diff options
author | arun.m@samsung.com <arun.m@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-19 22:15:52 +0000 |
---|---|---|
committer | arun.m@samsung.com <arun.m@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-19 22:15:52 +0000 |
commit | 558a9746b8245f7bf8f162709755a373566bcf65 (patch) | |
tree | 9171dd57c25598219ccd6eaa02a51797f76cb4a6 /build | |
parent | 031030e52061ff17c13a79c56ec17b6063edb0ab (diff) | |
download | chromium_src-558a9746b8245f7bf8f162709755a373566bcf65.zip chromium_src-558a9746b8245f7bf8f162709755a373566bcf65.tar.gz chromium_src-558a9746b8245f7bf8f162709755a373566bcf65.tar.bz2 |
Description: Video decode in hardware on ARM platform.
This patch modifies the GpuVideoDecodeAccelerator machinery to enable HW decode on certain platforms.
In case of some ARM platforms, the texture memory allocated by GPU(glTexImage2D)
cannot be shared with other devices such as a seperate HW decoder.
So a Pixmap buffer is allocated and an EGL Image is created from the pixmap handle.
This EGL Image is sharable between the HW Decoder and the GPU.
TEST=omx_video_decode_accelerator_unittest
Review URL: http://codereview.chromium.org/9724030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127554 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
0 files changed, 0 insertions, 0 deletions