This website requires JavaScript.
Explore
Help
Sign In
moonlight-stream
/
moonlight-android
Watch
1
Star
0
Fork
0
You've already forked moonlight-android
mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced
2025-07-24 21:42:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
moonlight-android
/
app
/
src
/
main
/
java
/
com
/
limelight
/
binding
/
video
History
Cameron Gutman
072a439c2d
Update common and decode unit API
2015-03-25 00:32:22 -04:00
..
AndroidCpuDecoderRenderer.java
Update common and decode unit API
2015-03-25 00:32:22 -04:00
ConfigurableDecoderRenderer.java
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
EnhancedDecoderRenderer.java
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
MediaCodecDecoderRenderer.java
Update common and decode unit API
2015-03-25 00:32:22 -04:00
MediaCodecHelper.java
Add TI decoders to the direct submit whitelist
2015-03-23 17:14:02 -04:00