13e2fda38720cebf4440ba361c2bbb8241dc6f4a |
|
14-Jul-2017 |
Steven Moreland <smoreland@google.com> |
Make libeffects build with the VNDK. When the vndk is enabled (BOARD_VNDK_VERSION=current), vendor libraries must only link against vendor variants in the build system. This also means that they receive restricted sets of headers and that automatic global headers are restricted. Test: build libeffects with BOARD_VNDK_VERSION=current Bug: 37342627 Change-Id: I95b4bc39eb98b5af4069ab64d81574a451c8131f
/frameworks/av/media/libeffects/factory/EffectsConfigLoader.c
|
41af42b44e5d47bc3a1ca90d170f8da7205cacb8 |
|
23-Jun-2017 |
Kevin Rocard <krocard@google.com> |
Effect factory: Test that the xml is correctly parsed Compare the dump after parsing with the reference dump. Test: This is it Bug: 37492580 Change-Id: I7dbbe2754f182a0f5818bdf9010d89ac6f0498e2 Signed-off-by: Kevin Rocard <krocard@google.com>
/frameworks/av/media/libeffects/factory/EffectsConfigLoader.c
|
97b544846bd781afdbae55a28025020cb5772ec2 |
|
24-Jun-2017 |
Kevin Rocard <krocard@google.com> |
Effects factory: Split runtime logic, parser and state In order to support a new configuration format, the effect factory config loading code is removed from the main file and stored in its dedicated translation unit. As the code was mutating the effect factory global variables, those variables have been moved to a third file. This patch only contains function move, not functional change. Test: check this patch does not change the effect factory dump Bug: 37492580 Change-Id: Ia625f0456fda94f1fb97a1a2fc3472ba529fb9ae Signed-off-by: Kevin Rocard <krocard@google.com>
/frameworks/av/media/libeffects/factory/EffectsConfigLoader.c
|