summaryrefslogtreecommitdiff
path: root/libplatformconfig/ConfigParser.cpp
AgeCommit message (Collapse)Author
2018-10-06media:support linux buildLaisheng Hu
Change-Id: Icee49df04cdd1ac5b55e2044d3d8f64fcc204c24 Signed-off-by: Laisheng Hu <laisheng@codeaurora.org>
2018-08-09Merge "libplatformconfig: Fix usage of global variable"Linux Build Service Account
2018-08-01libplatformconfig: define a separate print macroshubham
libplatformconfig uses the print macro defined that uses debug level which may go out of scope and cause heap-use-after-free Change-Id: Iee3fe156ceaaea8bfc86beb8220476f2ba85bb73
2018-08-01libplatformconfig: Fix usage of global variableshubham
Print variables which go out of scope are accessed by libplatformconfig. Removed the dependency of libplatformconfig on these variables. Change-Id: Id146149f3573af66c87347470e227c07979bd022
2018-03-21media: change way of accessing aosp project headersManikanta Kanamarlapudi
- Remove hardcode paths of aosp headers in vendor make files. - Add aosp header libraries to access aosp headers. CRs-Fixed: 2206443 Change-Id: Ib2b4f1ddeb48397bbe2afdfb9ac54cc3cb3fd9ac
2017-06-29media: Consolidates and implements XML based config readingAmit Shekhar
Consolidates system/session properties into platform specific configs which can be parsed during media codec process start and the property values can be used during component initialization. This can also be used to switch properties between video sessions - based on PL/test- scenario requirements by making modifications to the config file and "restarting" media codec process Change-Id: Ia16accec5716b2337722c1e2e276702c75775d75 CRs-Fixed: 2066348