[Tizen][WebRTC] Enable H/W accelerated H.264 support for WebRTC on Tizen
authormsu.koo <msu.koo@samsung.com>
Wed, 12 Nov 2014 12:01:26 +0000 (21:01 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commita607b522a842d3daa258a8016fdafd33137ac116
treeae38b338970dab4fc13f1b109681886140afed19
parent2f6564033adcb195bfc71b082515b801c038237b
[Tizen][WebRTC] Enable H/W accelerated H.264 support for WebRTC on Tizen

- Implemented TizenVideoDecodeAccelerator.
- Implemented TizenVideoEncodeAccelerator.

Current implementation uses xvimagesink without linking with
Native Texture Surface.
Surface adaptation is on progress at
http://107.108.218.239/bugzilla/show_bug.cgi?id=9181

Together with: I292dabd6acc376fcbe6040d19a5dabbbc5ee3a0f

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=8362
Reviewed by: SeungSeop Park, Viatcheslav Ostapenko
Reviewed by: Min-Soo Koo, Vinod Keshav

Change-Id: I2feae6d6929d64473e4be6a259ca4780609e4e3c
Signed-off-by: msu.koo <msu.koo@samsung.com>
tizen_src/impl/chromium-efl-mm.gypi
tizen_src/impl/command_line_efl.cc
tizen_src/impl/content/common/gpu/media/tizen/tizen_video_decode_accelerator.cc [new file with mode: 0644]
tizen_src/impl/content/common/gpu/media/tizen/tizen_video_decode_accelerator.h [new file with mode: 0644]
tizen_src/impl/content/common/gpu/media/tizen/tizen_video_encode_accelerator.cc [new file with mode: 0644]
tizen_src/impl/content/common/gpu/media/tizen/tizen_video_encode_accelerator.h [new file with mode: 0644]