Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a44bca08 authored by hkuang's avatar hkuang Committed by Hangyu Kuang
Browse files

MediaTranscodingService: Implement TranscodingRequest.

Also add a lot of TODOs to make sure we document all the things
in the API at the end.

Bug: 145628554
Test: atest MediaTranscodeManagerTest
Change-Id: Ia77ce381b3bbbe546c96ffe4e1c37675b0d238ee
parent f69c363d
Loading
Loading
Loading
Loading

@

0 → 100644
+26 −0
Original line number Diff line number Diff line
MediaTranscodingService: Add test assets and more tests for the api.

Bug: 145628554
Test: atest MediaTranscodeManagerTest
Change-Id: Ia77ce381b3bbbe546c96ffe4e1c37675b0d238ee

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# Date:      Fri Apr 24 18:05:49 2020 -0700
# Committer: hkuang <hkuang@google.com>
#
# On branch dev9
# Your branch and 'goog/master' have diverged,
# and have 1 and 275 different commits each, respectively.
#   (use "git pull" to merge the remote branch into yours)
#
# Changes to be committed:
#	modified:   media/java/android/media/MediaTranscodeManager.java
#	modified:   media/tests/MediaFrameworkTest/Android.bp
#	new file:   media/tests/MediaFrameworkTest/res/raw/VideoOnlyHEVC.mp4
#	modified:   media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediatranscodemanager/MediaTranscodeManagerTest.java
#
# Untracked files:
#	temp
#
+351 −65

File changed.

Preview size limit exceeded, changes collapsed.

+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ android_test {
        "androidx.test.ext.junit",
        "androidx.test.rules",
        "android-ex-camera2",
        "android-support-test",
        "testng"
    ],
    platform_apis: true,
}
+942 KiB

File added.

No diff preview for this file type.

+165 −17

File changed.

Preview size limit exceeded, changes collapsed.