• Home
  • History
  • Annotate
  • only in /frameworks/av/media/libstagefright/foundation/tests/
History log of /frameworks/av/media/libstagefright/foundation/tests/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f252dd8dc988e8fb4cc4d14c83283625ad225754 15-May-2018 Lajos Molnar <lajos@google.com> stagefright/foundation: add copy and move constructor/assignment to AData

This was using default constructor/assignment that was not correct.

Bug: 79493409
Change-Id: I450db03cf762067e1e2ce7d0ef8a0bf6703d327d
Data_test.cpp
607612858f3afad1ade51a098aafa2a41523b5f7 09-Oct-2017 Dongwon Kang <dwkang@google.com> Move UXX_AT families to libstagefright_foundation

Byte handling utilities moved to libstagefright_foundation so that
they can be used in extractors without depending on libstagefright.

Test: build
Bug: 65851881
Change-Id: If72d8befadf3e63a93396f08efac0d6e3f4e273e
tils_test.cpp
999782fa3ff94607c0a814c8d447fad38c2c4c57 17-Aug-2017 Edwin Wong <edwinwong@google.com> Fix ClearKey Drm base64 en/decoding to use base64url.

ClearKey's base64 en/decoding should use '-' and '_'
instead of '+' and '/' (web safe coding). Add support
for base64url coding in libstagefright foundation library
and update ClearKey plugins.

Test: CTS - ClearSystemTests
ANDROID_BUILD_droid-cts/tools/cts-tradefed run cts -m
CtsMediaTestCases --test android.media.cts.ClearKeySystemTest

Test: CTS - NativeClearSystemTests
ANDROID_BUILD_droid-cts/tools/cts-tradefed run cts -m
CtsMediaTestCases --test android.media.cts.NativeClearKeySystemTest

Test: libstagefright/foundation/tests/Base64_test
adb shell /data/nativetest64/sf_foundation_test/sf_foundation_test

Test: ClearKeyDrmUnitTest
adb shell LD_LIBRARY_PATH="/vendor/lib/mediadrm"
/data/nativetest/ClearKeyDrmUnitTest/ClearKeyDrmUnitTest

Test: Vts
vts-tradefed run commandAndExit vts -m VtsHalDrmV1_0Target
--primary-abi-only -l VERBOSE

bug: 64388098
Change-Id: Ic08515fd491f15e088600c64603149401c117f4a
ndroid.mk
ase64_test.cpp
e322cc51459b3fac11e7a080c3eb8ee1bfb36fc8 16-Nov-2016 Lajos Molnar <lajos@google.com> stagefright/foundation: add AUnion and AData templates

Bug: 32885576
Change-Id: I33e09f3b91ea8e680779c0e0f77d1de9660c02d9
Data_test.cpp
ndroid.mk
ypeTraits_test.cpp
fba972f9d7f87c47ac0820b7f99420acc7e5dc36 15-Nov-2016 Lajos Molnar <lajos@google.com> stagefright/foundation: add TypeTraits.h and Flagged.h

TypeTraits.h includes some additional type utility templates not
covered by <type_traits>.

Flagged.h is a template that allows adding flags to an arbitrary
type, and combine additional flags into that.

Bug: 32885576
Change-Id: I13faa6d265cc06df76609b255704d0cf22e2d904
ndroid.mk
lagged_test.cpp
ypeTraits_test.cpp
tils_test.cpp