tree: c748c0966f153b962708f2a00892f86357ad105c [path history] [tgz]
  1. Android.bp
  2. README.md
  3. WebmFrameThreadUnitTest.cpp
media/libstagefright/webm/tests/README.md

Media Testing


Webm Writer Utility Tests :

The Webm Writer Utility Test Suite validates the APIs being used by the WebmWriter.

Run the following steps to build the test suite:

mmm frameworks/av/media/libstagefright/webm/tests/

The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/

The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/

WebmFrameThread

To test 64-bit binary push binaries from nativetest64.

adb push ${OUT}/data/nativetest64/WebmFrameThreadUnitTest/WebmFrameThreadUnitTest /data/local/tmp/

To test 32-bit binary push binaries from nativetest.

adb push ${OUT}/data/nativetest/WebmFrameThreadUnitTest/WebmFrameThreadUnitTest /data/local/tmp/

adb shell /data/local/tmp/WebmFrameThreadUnitTest