summaryrefslogtreecommitdiff
path: root/media/jni/android_media_MediaTranscodeManager.cpp
AgeCommit message (Collapse)Author
2020-08-31transcoding: Remove MediaTranscodeManager's jni files.hkuang
Bug: 160260102 Test: Unit test Change-Id: Ie29b0c3ccf0955801df99b9dc8bc3d7358cf7a18
2020-04-24MediaTranscodingService: Separate jni file into a sperate library.hkuang
This is needed when we move MediaTranscodeManager into apex. Also rework the MediaTranscodeManager test so it could be invoked with instrument. Bug: 145628554 Test: MediaTranscodeManagerTest. Change-Id: If0572af30d3aa7b7189ea0fc89582b83dd0d5d35
2020-01-09Skeletal implementation of a MediaTranscodeManager API with corresponding ↵Linus Nilsson
JNI layer. This change is the first iteration of a new high-level media transcode API. At this point the API is not hooked up to the underlying native media transcoding service. More transcoding options will be added in following CLs. Test: Ran MediaTranscodeManagerTest, verified call sequence using logcat. Flashed build on blueline and verified basic media functionality. Change-Id: I190e41b468265bd339d0fbca243db2a196e5a04e