Home
last modified time | relevance | path

Searched refs:pstMbExtConfig (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vdec.cpp407 MB_EXT_CONFIG_S pstMbExtConfig; in mpi_send_stream() local
449 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()
H A Dtest_mpi_all.cpp184 MB_EXT_CONFIG_S pstMbExtConfig; in mpi_send_stream() local
208 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()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_mpi_sys.h47 RK_S32 RK_MPI_SYS_CreateMB(MB_BLK *pBlk, MB_EXT_CONFIG_S *pstMbExtConfig);