summaryrefslogtreecommitdiff
path: root/libarbitrarybytes
AgeCommit message (Collapse)Author
2019-01-24Add missing dependency to avoid random build failureAbhishek Arpure
Add LOCAL_ADDITIONAL_DEPENDENCIES to avoid random build failures observed due to build time race conditions. LOCAL_ADDITIONAL_DEPENDENCIES will ensure kernel dependencies are built before userspace modules. Change-Id: Icfdcfc9849cc1d269faf3a02c3c724187bb81b0d
2018-10-06media:support linux buildLaisheng Hu
Change-Id: Icee49df04cdd1ac5b55e2044d3d8f64fcc204c24 Signed-off-by: Laisheng Hu <laisheng@codeaurora.org>
2018-06-28libarbitrarybytes: fix compiling errorsQiwei Liu
Include libutils header library to fix the comiling error due to VNDK compliance. CRs-Fixed: 2212574 Change-Id: I443ae690abc1ba36b1cae91804c18b01ab57ce82
2018-06-20mm-video-v4l2: vdec: Enable arbitrary bytes modeQiwei Liu
-Add arbitrary bytes support in component by adding codec specific frame assembly handles, adding scratch and heap buffer allocations, -Add omx handling for arbitrary bytes mode from client. -Explicitly disable arb mode for codecs other than MPEG2 hardware decoder. -Creates a separate library for frame assembly code for arbitrary bytes mode. CRs-Fixed: 2212574 Change-Id: I35e3b2c70246e4535fa47bea0f8766bf0752e2a6