Commit graph

9 commits

Author SHA1 Message Date
Steven Moreland
87f43604b9 Merge "Update makefies: no 'types' internal" 2019-03-05 17:40:03 +00:00
Steven Moreland
b91ac5c6a0 Update makefies: no 'types' internal
Bug: 123976090
Test: N/A
Change-Id: I84b659b163b63d39535b462a3df8a9c19f680976
2019-03-04 14:09:25 -08:00
Pawin Vongmasa
b58b311ac7 Add asInputSink() to IComponent
By making IComponent present itself as an IInputSink, the wrapper code
can be made to execute in the same process as the IComponent instance,
hence reducing an IPC hop in the case where an InputSurface comes from a
different process.

Test: make cts -j123 && cts-tradefed run cts-dev -m \
CtsMediaTestCases --compatibility:module-arg \
CtsMediaTestCases:include-annotation:\
android.platform.test.annotations.RequiresDevice

Bug: 126296132
Change-Id: I61409ccfa9a9d6b152e2c9363ff119302ce8ae1a
2019-03-02 02:18:59 -08:00
Pawin Vongmasa
6c9e784822 Revert to new Codec2 HAL
This includes the following changes:
1. Revert commit 7570e3cd4b.
2. Revert commit 2a40d309b7eefe36d2f78bbff42aafad24eb65b0.
3. Use the new bufferpool (@2.0).
4. Use the old bufferqueue (@1.0).
5. Add IInputSink to eliminate downcasting from IBase.

Test: Builds
Bug: 112362730
Change-Id: I2b5f2e2821c62cbb7166320e1e128d883e278480
2019-01-23 22:33:40 -08:00
Sungtak Lee
b1d28b751b Use bufferpool@2.0
Use bufferpool@2.0 instead of bufferpool@1.0 from Codec2 HIDL

Change-Id: I55044f367a4ff3facb8bc81929350eb78df067a8
2018-12-11 17:36:56 -08:00
Pawin Vongmasa
9d1cf2ab29 Copy from the old version of Codec2 HAL
This CL makes transitioning of Codec2 HAL from private to public
smoother. The CL will be reverted later.

Test: Builds
Bug: 112362730
Change-Id: Id0e199112e968e35ed3b27413baae810f1ecb2df
2018-11-14 23:53:36 -08:00
Pawin Vongmasa
7570e3cd4b Use old version of IGBP and bufferpool
The purpose of this CL is to make transitioning smoother. This CL
will be reverted later.

Test: Builds
Bug: 112362730
Change-Id: I65bf589facd0dda7a9af8b552eb795153dc1bd87
2018-11-12 16:30:22 -08:00
Pawin Vongmasa
92147164f3 Use new version of IGraphicBufferProducer
Test: Builds

Bug: 112362730
Change-Id: I986d5633d51a7088ea7a818ed4845b9494bccdeb
2018-10-31 03:23:13 -07:00
Pawin Vongmasa
c80bf21356 Initial commit of public Codec2 HIDL interfaces
Test: Builds

Bug: 112362730
Bug: 115717053
Change-Id: I8ad7fe965a90d56b5bbfd23998d4585f6e634bd6
2018-10-16 05:16:39 -07:00