• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-Dec-2023-

TranscodingUidPolicyTestApp/H12-Dec-2023-525354

Android.bpH A D12-Dec-20231.9 KiB7258

MediaTranscodingServiceTestHelper.hH A D12-Dec-202319.2 KiB557436

README.txtH A D12-Dec-2023440 97

build_and_run_all_unit_tests.shH A D12-Dec-20231.9 KiB4828

mediatranscodingservice_real_tests.cppH A D12-Dec-202318.4 KiB456263

mediatranscodingservice_resource_tests.cppH A D12-Dec-20238.5 KiB20594

mediatranscodingservice_simulated_tests.cppH A D12-Dec-202323.6 KiB569337

README.txt

1mediatranscodingservice_simulated_tests:
2	Tests media transcoding service with simulated transcoder.
3
4mediatranscodingservice_real_tests:
5	Tests media transcoding service with real transcoder. Uses the same test assets
6	as the MediaTranscoder unit tests. Before running the test, please make sure
7	to push the test assets to /sdcard:
8	adb push $TOP/frameworks/av/media/libmediatranscoding/tests/assets /data/local/tmp/TranscodingTestAssets
9