Age | Commit message (Collapse) | Author |
|
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
|
|
Change-Id: Icee49df04cdd1ac5b55e2044d3d8f64fcc204c24
Signed-off-by: Laisheng Hu <laisheng@codeaurora.org>
|
|
Include libutils header library to fix the comiling
error due to VNDK compliance.
CRs-Fixed: 2212574
Change-Id: I443ae690abc1ba36b1cae91804c18b01ab57ce82
|
|
-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
|