This website requires JavaScript.
Explore
Help
Sign In
oleks
/
moonlight-android
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
802
Commits
1
Branch
182
Tags
92f24d20db8515e0b28d2cba59dc00c531dbc56e
Commit Graph
2 Commits
Author
SHA1
Message
Date
Cameron Gutman
2ab67380d6
Use direct submit decoding for MediaCodec. Based on my profiling of a few devices, dequeueInputBuffer and queueInputBuffer don't take much time anyway. It allows us to stop our semi-busy looping which saves power. The depacketizer can avoid expensive synchronization and additional context switching which costs time and CPU cycles.
2015-03-09 01:49:52 -05:00
Cameron Gutman
8eca3683c9
Add method for getting video decoder name
2014-11-21 11:08:35 -08:00