Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: Add support for switching display modes (resolution and refresh rate) #219

Open
mark-kendall opened this issue Sep 21, 2020 · 2 comments
Assignees
Labels
component:mythtv:playback Issues relating to playback ports:android Android port task:developer Developer Task version:master Master Development Branch
Milestone

Comments

@mark-kendall
Copy link
Member

I had this working some time ago but lost the code with a disk failure:)

@mark-kendall mark-kendall added version:master Master Development Branch task:developer Developer Task component:mythtv:playback Issues relating to playback ports:android Android port labels Sep 21, 2020
@mark-kendall mark-kendall added this to the 32.0 milestone Sep 21, 2020
@mark-kendall mark-kendall self-assigned this Sep 21, 2020
@mark-kendall
Copy link
Member Author

Found a backup :)

WIP patch for MythDisplayAndroid

https://gist.github.com/mark-kendall/f4f9a1725290eab7463fafd88319cb55

and associated java file:

https://gist.github.com/mark-kendall/8451f3500546105506144a9de7c74a5a

There is some debugging in the patches and from memory there is an issue with the threading with the java implementation - such that we cannot wait for the result to be confirmed.

@bennettpeter
Copy link
Member

FWIW I have display refresh rate switching working in leanfront, and associated java code for that. I decided there was no point in display resolution switching. Switching to a low resolution for a standard def recording would result in poor display of OSD and I don't think there is any visible improvement. Let me know if you would like me to locate the java code for you.

@stuarta stuarta modified the milestones: 32.0, 33.0 Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:mythtv:playback Issues relating to playback ports:android Android port task:developer Developer Task version:master Master Development Branch
Projects
None yet
Development

No branches or pull requests

3 participants