• Home
Name Date Size #Lines LOC

..--

fuzzer/06-Sep-2024-336279

Android.bpD06-Sep-20242.3 KiB10590

AndroidTestTemplate.xmlD06-Sep-20241.5 KiB3215

HdrTranscodeTests.cppD06-Sep-20246.5 KiB180118

MediaSampleQueueTests.cppD06-Sep-20247.3 KiB238159

MediaSampleReaderNDKTests.cppD06-Sep-202415.8 KiB434307

MediaSampleWriterTests.cppD06-Sep-202421.3 KiB602438

MediaTrackTranscoderTests.cppD06-Sep-202412.1 KiB336244

MediaTranscoderTests.cppD06-Sep-202417.4 KiB413318

PassthroughTrackTranscoderTests.cppD06-Sep-202410 KiB309211

README.mdD06-Sep-2024262 1511

TranscoderTestUtils.hD06-Sep-20247.1 KiB226169

VideoTrackTranscoderTests.cppD06-Sep-20248.1 KiB228148

build_and_run_all_unit_tests.shD06-Sep-20241.6 KiB5328

README.md

1## Transcoder Testing ##
2---
3#### Transcoder unit tests :
4To run all transcoder unit tests, run the supplied script from this folder:
5
6```
7./build_and_run_all_unit_tests.sh
8```
9
10To run individual unit test modules, use atest:
11
12```
13atest MediaSampleReaderNDK
14```
15