Home
last modified time | relevance | path

Searched refs:pstBindDest (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_sys.cpp199 MPP_BIND_DEST_S pstBindDest; in test_mpi_sys_get_bind_by_src() local
202 memset(&pstBindDest, 0, sizeof(MPP_BIND_DEST_S)); in test_mpi_sys_get_bind_by_src()
206 s32Ret = RK_MPI_SYS_GetBindbySrc(&stSrcChn, &pstBindDest); in test_mpi_sys_get_bind_by_src()
208 for (RK_S32 i=0; i < pstBindDest.u32Num; i++) { in test_mpi_sys_get_bind_by_src()
209 MPP_CHN_S *pstDstChn = &pstBindDest.astMppChn[i]; in test_mpi_sys_get_bind_by_src()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_mpi_sys.h26 RK_S32 RK_MPI_SYS_GetBindbySrc(const MPP_CHN_S *pstSrcChn, MPP_BIND_DEST_S *pstBindDest);