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

Decoding four video streams simultaneous on Google Pixel 2 phone #107

Open
spaul13 opened this issue Aug 6, 2019 · 0 comments
Open

Decoding four video streams simultaneous on Google Pixel 2 phone #107

spaul13 opened this issue Aug 6, 2019 · 0 comments

Comments

@spaul13
Copy link

spaul13 commented Aug 6, 2019

First of all thanks for this project. I am using the DoubleDecode application.

I have extended that to play four x264 video streams on to four texture views on Google Pixel 2 phone. I have seen four times OMX.qcom.video.decoder.avc (HW video decoder instance) has been created. Does it mean that four HW decoder instances can be possible by my android? Is there any way to check the configuration of maximum capabilities of hardware decoder (or max number of instances that can be created for hardware decoder)?

Then just want to know about the workflow does it means four different streams are decoded and displayed by four different instances of HW decoder in four different threads?

How to get the decoding and displaying time for each frame from MoviePlayer.java script?

Just curious on this context,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant