Herman Chen
Herman Chen
Yes, 64 align is ok for mpp. But for some resolution like 4096 width the hardware performance is lower then expected. So we use 256 odd align to keep the...
mpp 实体被放到全局析构里去反初始化么?尽量不要这样做 因为 C++ 的全局析构运行顺序不是固定的,可能一些资源已经被释放了,mpp 的析构才被调用
把 split:arg 配置得更小一些,因为编码一个块的长度变化是比较大的,不一定能 100% 限制住,需要留点余量
用 AddressSanitizer 分析看看是哪里的问题
难道是编译器相关么?这我也不知道了啊。。。。 比较可能是 double free 的问题,运行时有报 sanitize 检查的 log 么?
对 ffmpeg 的支持已经被要求不再更新了,有授权问题
可以直接用 mpi_dec_test 跑一下看是不是 mpp 本身版本的问题
The 32bit iova space is hardware limit. But we still can use some tick in driver to workaround this problem. We are trying.
It is not fixed yet.