We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
您好,为啥我的qsv解码播放 比cpu解码播放 画面延迟高些 是因为qsv有缓冲区吗
The text was updated successfully, but these errors were encountered:
一个可能的原因是QSV解码后YUV从显存拷贝回内存这里存在瓶颈,这也是CPU占用率降不下来的原因。另外部分硬解码内部确实有缓存,在Android Media codec上体现更加明显,硬解缓存了至少1帧数据。
Sorry, something went wrong.
No branches or pull requests
您好,为啥我的qsv解码播放 比cpu解码播放 画面延迟高些 是因为qsv有缓冲区吗
The text was updated successfully, but these errors were encountered: