Searched refs:pstMbExtConfig (Results 1 – 3 of 3) sorted by relevance
407 MB_EXT_CONFIG_S pstMbExtConfig; in mpi_send_stream() local449 memset(&pstMbExtConfig, 0, sizeof(MB_EXT_CONFIG_S)); in mpi_send_stream()450 pstMbExtConfig.pFreeCB = mpi_vdec_free; in mpi_send_stream()451 pstMbExtConfig.pOpaque = data; in mpi_send_stream()452 pstMbExtConfig.pu8VirAddr = data; in mpi_send_stream()453 pstMbExtConfig.u64Size = s32Size; in mpi_send_stream()455 RK_MPI_SYS_CreateMB(&buffer, &pstMbExtConfig); in mpi_send_stream()
184 MB_EXT_CONFIG_S pstMbExtConfig; in mpi_send_stream() local208 memset(&pstMbExtConfig, 0, sizeof(MB_EXT_CONFIG_S)); in mpi_send_stream()209 pstMbExtConfig.pFreeCB = mpi_vdec_free; in mpi_send_stream()210 pstMbExtConfig.pOpaque = data; in mpi_send_stream()211 pstMbExtConfig.pu8VirAddr = data; in mpi_send_stream()212 pstMbExtConfig.u64Size = s32Size; in mpi_send_stream()214 RK_MPI_SYS_CreateMB(&buffer, &pstMbExtConfig); in mpi_send_stream()
47 RK_S32 RK_MPI_SYS_CreateMB(MB_BLK *pBlk, MB_EXT_CONFIG_S *pstMbExtConfig);