Searched refs:stDestChn (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_sys.cpp | 61 MPP_CHN_S stDestChn; in TEST_SYS_AvsUnbindVenc() local 67 stDestChn.enModId = RK_ID_VENC; in TEST_SYS_AvsUnbindVenc() 68 stDestChn.s32DevId = 0; in TEST_SYS_AvsUnbindVenc() 69 stDestChn.s32ChnId = VencChn; in TEST_SYS_AvsUnbindVenc() 71 s32Ret = RK_MPI_SYS_UnBind(&stSrcChn, &stDestChn); in TEST_SYS_AvsUnbindVenc() 84 MPP_CHN_S stDestChn; in TEST_SYS_AvsBindVpss() local 90 stDestChn.enModId = RK_ID_VPSS; in TEST_SYS_AvsBindVpss() 91 stDestChn.s32DevId = VpssGrp; in TEST_SYS_AvsBindVpss() 92 stDestChn.s32ChnId = 0; in TEST_SYS_AvsBindVpss() 94 s32Ret = RK_MPI_SYS_Bind(&stSrcChn, &stDestChn); in TEST_SYS_AvsBindVpss() [all …]
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_all.cpp | 612 MPP_CHN_S stSrcChn, stDestChn; in unit_test_mpi_all() local 663 stDestChn.enModId = RK_ID_VO; in unit_test_mpi_all() 664 stDestChn.s32DevId = 0; in unit_test_mpi_all() 665 stDestChn.s32ChnId = i; in unit_test_mpi_all() 666 s32Ret = RK_MPI_SYS_Bind(&stSrcChn, &stDestChn); in unit_test_mpi_all() 672 stDestChn.enModId = RK_ID_VO; in unit_test_mpi_all() 673 stDestChn.s32DevId = 1; in unit_test_mpi_all() 674 stDestChn.s32ChnId = i; in unit_test_mpi_all() 675 s32Ret = RK_MPI_SYS_Bind(&stSrcChn, &stDestChn); in unit_test_mpi_all() 698 stDestChn.enModId = RK_ID_VO; in unit_test_mpi_all() [all …]
|
| H A D | test_mpi_vi.cpp | 704 MPP_CHN_S stSrcChn, stDestChn; in test_vi_bind_vo_loop() local 729 stDestChn.enModId = RK_ID_VO; in test_vi_bind_vo_loop() 730 stDestChn.s32DevId = ctx->s32VoLayer; in test_vi_bind_vo_loop() 731 stDestChn.s32ChnId = 0; in test_vi_bind_vo_loop() 733 s32Ret = RK_MPI_SYS_Bind(&stSrcChn, &stDestChn); in test_vi_bind_vo_loop() 754 s32Ret = RK_MPI_SYS_UnBind(&stSrcChn, &stDestChn); in test_vi_bind_vo_loop() 938 MPP_CHN_S stSrcChn, stDestChn[TEST_VENC_MAX]; in test_vi_bind_venc_loop() local 965 stDestChn[i].enModId = RK_ID_VENC; in test_vi_bind_venc_loop() 966 stDestChn[i].s32DevId = i; in test_vi_bind_venc_loop() 967 stDestChn[i].s32ChnId = ctx->stVencCfg[i].s32ChnId; in test_vi_bind_venc_loop() [all …]
|
| H A D | test_mpi_vdec.cpp | 575 MPP_CHN_S stSrcChn, stDestChn; in unit_test_mpi_vdec() local 612 stDestChn.enModId = RK_ID_VO; in unit_test_mpi_vdec() 613 stDestChn.s32DevId = 0; in unit_test_mpi_vdec() 614 stDestChn.s32ChnId = i; in unit_test_mpi_vdec() 616 s32Ret = RK_MPI_SYS_Bind(&stSrcChn, &stDestChn); in unit_test_mpi_vdec()
|
| H A D | test_mpi_vo.cpp | 1461 MPP_CHN_S stSrcChn, stDestChn; in Sample_VO_BindVoWbc() local 1467 stDestChn.enModId = RK_ID_VO; in Sample_VO_BindVoWbc() 1468 stDestChn.s32ChnId = VoChn; in Sample_VO_BindVoWbc() 1469 stDestChn.s32DevId = VoLayer; in Sample_VO_BindVoWbc() 1471 return RK_MPI_SYS_Bind(&stSrcChn, &stDestChn); in Sample_VO_BindVoWbc() 1475 MPP_CHN_S stSrcChn, stDestChn; in Sample_VO_UnBindVoWbc() local 1481 stDestChn.enModId = RK_ID_VO; in Sample_VO_UnBindVoWbc() 1482 stDestChn.s32ChnId = VoChn; in Sample_VO_UnBindVoWbc() 1483 stDestChn.s32DevId = VoLayer; in Sample_VO_UnBindVoWbc() 1485 return RK_MPI_SYS_UnBind(&stSrcChn, &stDestChn); in Sample_VO_UnBindVoWbc() [all...] |