tree: 9a720e2b930a8c982250ff1f9739cf21845dcf44 [path history] [tgz]
  1. Android.bp
  2. AndroidTest.xml
  3. README.md
  4. WriterTest.cpp
  5. WriterTestEnvironment.h
  6. WriterUtility.cpp
  7. WriterUtility.h
media/libstagefright/tests/writer/README.md

Media Testing


Writer :

The Writer Test Suite validates the writers available in libstagefright.

Run the following steps to build the test suite:

mmm frameworks/av/media/libstagefright/tests/writer/

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/

To test 64-bit binary push binaries from nativetest64.

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

To test 32-bit binary push binaries from nativetest.

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

The resource file for the tests is taken from here. Download and extract the folder. Push all the files in this folder to /data/local/tmp/ on the device.

adb push writerTestRes /data/local/tmp/

usage: writerTest -P <path_to_res_folder>

adb shell /data/local/tmp/writerTest -P /data/local/tmp/