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 latency after writing bitstream data to decoder #4

Open
slavaman opened this issue Mar 23, 2017 · 0 comments
Open

Decoding latency after writing bitstream data to decoder #4

slavaman opened this issue Mar 23, 2017 · 0 comments

Comments

@slavaman
Copy link

slavaman commented Mar 23, 2017

Hi! I used
After starting sending data to codec_write() there is a latency 100-200ms (milliseconds) after we get resulting image to a screen (fb0/fb1). For testing this issue I used simple example of video decoding (with an h264 raw bitstream). If we stop bitstream sending via codec_write() finction call, we do not obtain all the frames. Seems like there is kind of buffering or something.
Is it a bug or a feature? The latency between codec_write and screen output is up to 23 (twenty three) frames.
Is there any way to set 0-buffering to have 1in=>1out decoding?

p.s. This issue is observerd in
Odroid C2 forum post#1
Odroid C2 forum post#2
Thank you.

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