-
Notifications
You must be signed in to change notification settings - Fork 349
Codec adapter cleanups and fixes #4000
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
Conversation
|
SOFCI TEST |
|
@zrombel it looks like we are missing part of the CI results. Good to merge ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iuliana-prodan Initially I added it only in this PR hoping it will get merge first. Anyhow, it doesn't matter that a commit is in 2 PR, git merge should easily take care of this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iuliana-prodan removed the commit from this PR, so that we eliminate any confusion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that there might be some merge conflicts when applied on main. So, is safer this way.
processed field keeps the total number of processed bytes from the input buffer. We need to update this field also for the process_init operation. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
local buffer is used to store the output of processing function. So, we need to compute its size based on codec_adapter output buffer not input buffer. For non-compressed processing the current code works because input and output buffer have equal sizes. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
|
CI showing a kernel timeout. |
This PR contains some fixes from @cujomalainey in order to prepare #3999 and also
2 fixes discovered while debugging cadence codecs.