niujiabenben
niujiabenben
测试图片 (下载解压即可): [test.zip](https://github.com/rockchip-linux/mpp/files/2732366/test.zip) 解压后图片的md5: cdd6ccc6e346a1ced102a42ad24fee4b
目前我们用的板子是定制的, 更新kernel有一些麻烦. 在当前的系统下, 解码jpeg图片还是有问题. 我往前找了几个commit, 比如 9月5号的这个commit: 15e357ffd0c98e3099be81eb91b4a48cf8db78a7 没有上述的 "Assertion slot_size == buffer_size failed " 问题了, 但是程序卡在下面的语句出不去了: ret = mpi->poll(ctx, MPP_PORT_OUTPUT, MPP_POLL_BLOCK); 请问您能提供一个简单的在我们当前系统下能运行的demo么? 或者给一些建议我试着自己实现以下? 十分感谢!
还是不行, 和上面一样卡在这一句出不去了: ret = mpi->poll(ctx, MPP_PORT_OUTPUT, MPP_POLL_BLOCK);
版本: https://github.com/HermanChen/mpp/ , 加上export jpegd_debug=255之后, 输出: mpi_dec_test: cmd parse result: mpi_dec_test: input file name: test.jpg mpi_dec_test: output file name: mpi_dec_test: config file name: mpi_dec_test: width : 1280 mpi_dec_test: height :...
如果您愿意的话, 我们可以寄一块板子过去给您测试.