commit | 2ef2b43408ea383308e7631b5112bd1221211f97 | [log] [tgz] |
---|---|---|
author | hkuang <hkuang@google.com> | Mon Jun 15 18:33:11 2020 -0700 |
committer | hkuang <hkuang@google.com> | Wed Jun 17 13:57:42 2020 -0700 |
tree | da708297f9725533fa7b815e8bc6dcce51a40584 | |
parent | 8129d4eedf8d509a42bc9831f9009c450978da7d [diff] [blame] |
transcoding: Add more test assets for testing. Also move the test file used by transocder to another folder in order to be reused by both transcoding service and transcoder for testing. Bug: 145628554 Bug: 154734285 Test: Unit test Change-Id: I61e16ab5deba70da71f4d23fc87157be2f3b3bca
diff --git a/media/libmediatranscoding/transcoder/tests/PassthroughTrackTranscoderTests.cpp b/media/libmediatranscoding/transcoder/tests/PassthroughTrackTranscoderTests.cpp index 316793a..b79f58c 100644 --- a/media/libmediatranscoding/transcoder/tests/PassthroughTrackTranscoderTests.cpp +++ b/media/libmediatranscoding/transcoder/tests/PassthroughTrackTranscoderTests.cpp
@@ -41,7 +41,7 @@ void initSourceAndExtractor() { const char* sourcePath = - "/data/local/tmp/TranscoderTestAssets/cubicle_avc_480x240_aac_24KHz.mp4"; + "/data/local/tmp/TranscodingTestAssets/cubicle_avc_480x240_aac_24KHz.mp4"; mExtractor = AMediaExtractor_new(); ASSERT_NE(mExtractor, nullptr);