-
in case no dma device is available, mpp thinks that dma allocator is still valid. I think it should check the availablity of at least one device device in dma devices.
here is a potential fix.
`…
-
-
libmpp ? rk3588\external\mpp ,Official mpp code is compiled without libmpp,only libmpp_rc.a libmpp_codec.a libmpp_base.a ...
rk@linaro-alip:~/xxw$ sudo find / -name libmpp*
[sudo] rk 的密码:
/h…
-
### Issue and Steps to Reproduce
I believe we skip MPP if there's a direct channel with capacity?
We should (1) only do this if we can determine that there's enough incoming capacity that it's d…
-
Buena Tarde
Les Escribo ya que he descargado el modulo del EDT y lo que instalado y configurado en la version 9 enterprise de odoo, mi duda surge a la hora de importar un archivo mpp me sale el sigui…
ghost updated
8 years ago
-
With a release of Kotlin 1.3 and improved support for multiplatform projects in Gradle, there were some changes in directory structures that should be considered by the plugin.
* [Official](https:/…
-
```
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
```
result in
[cmake] -- Configuring done (3.3s)
[cmake] CMake Error at library/CMakeLists.txt:283 (add_library):
[cmake] …
-
Hey guys,
I'm working on a project making use of Kotlin Frontend and a Kotlin Multiplatform Library.
Both the Frontend package and MPP are divided into seperate gradle module. Each with their ow…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
Drop table if exists t1;
CREATE TABLE t1 (
id INT …
-
参考demo示例中mpi_dec_test,将mpp解码集成到自己的项目中;示例中是静态链接的,我的项目中是动态链接的,除此以外调用逻辑没有区别;但是我的实现,始终会出现视频流最后几帧图片不能够被解码,始终死循环;对于不同视频用例,不能解码的帧数不一样,有的可能是10帧,有的可能是3帧,或者全部可以解码。
这样的问题可能是什么原因呢?我也尝试过静态链接,这样的问题似乎就没有出现了,烦请分享你的看…