MPI for MPP system.
More...
| #define MPI_MAX_POOL_NAME_LEN 16 |
Max string length for pool name.
| #define MPI_MAX_PUB_POOL 16 |
Max number of public pool.
Obtain video buffer attributes.
- Parameters
-
| [out] | p_vb_conf | pointer to video buffer attributes. |
- See also
- MPI_VB_setConf()
- Returns
- The execution result.
- Return values
-
| MPI_SUCCESS | success |
| -EFAULT | the argument p_vb_conf is NULL |
| others | unexpected failure |
Set video buffer attributes.
- Parameters
-
| [in] | p_vb_conf | pointer to video buffer attributes. |
- See also
- MPI_VB_getConf()
- Returns
- The execution result.
- Return values
-
| MPI_SUCCESS | success |
| -EFAULT | the argument p_vb_conf is NULL |
| others | unexpected failure |