Searched refs:stSrcChn (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_sys.cpp | 60 MPP_CHN_S stSrcChn; in TEST_SYS_AvsUnbindVenc() local 63 stSrcChn.enModId = RK_ID_AVS; in TEST_SYS_AvsUnbindVenc() 64 stSrcChn.s32DevId = AvsGrp; in TEST_SYS_AvsUnbindVenc() 65 stSrcChn.s32ChnId = AvsChn; in TEST_SYS_AvsUnbindVenc() 71 s32Ret = RK_MPI_SYS_UnBind(&stSrcChn, &stDestChn); in TEST_SYS_AvsUnbindVenc() 83 MPP_CHN_S stSrcChn; in TEST_SYS_AvsBindVpss() local 86 stSrcChn.enModId = RK_ID_AVS; in TEST_SYS_AvsBindVpss() 87 stSrcChn.s32DevId = AvsGrp; in TEST_SYS_AvsBindVpss() 88 stSrcChn.s32ChnId = AvsChn; 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 660 stSrcChn.enModId = RK_ID_VDEC; in unit_test_mpi_all() 661 stSrcChn.s32DevId = 0; in unit_test_mpi_all() 662 stSrcChn.s32ChnId = i; in unit_test_mpi_all() 666 s32Ret = RK_MPI_SYS_Bind(&stSrcChn, &stDestChn); in unit_test_mpi_all() 675 s32Ret = RK_MPI_SYS_Bind(&stSrcChn, &stDestChn); in unit_test_mpi_all() 695 stSrcChn.enModId = RK_ID_VI; in unit_test_mpi_all() 696 stSrcChn.s32DevId = 0; in unit_test_mpi_all() 697 stSrcChn.s32ChnId = 0; in unit_test_mpi_all() 701 s32Ret = RK_MPI_SYS_Bind(&stSrcChn, &stDestChn); in unit_test_mpi_all() [all …]
|
| H A D | test_mpi_sys.cpp | 165 MPP_CHN_S stSrcChn, stDstChn; in test_bind_adec_ao() local 167 stSrcChn.enModId = RK_ID_ADEC; in test_bind_adec_ao() 168 stSrcChn.s32DevId = s32DevId; in test_bind_adec_ao() 169 stSrcChn.s32ChnId = s32SrcChnId; in test_bind_adec_ao() 174 s32Ret = RK_MPI_SYS_Bind(&stSrcChn, &stDstChn); in test_bind_adec_ao() 183 MPP_CHN_S stSrcChn, stDstChn; in test_unbind_adec_ao() local 184 stSrcChn.enModId = RK_ID_ADEC; in test_unbind_adec_ao() 185 stSrcChn.s32DevId = s32DevId; in test_unbind_adec_ao() 186 stSrcChn.s32ChnId = s32SrcChnId; in test_unbind_adec_ao() 191 s32Ret = RK_MPI_SYS_UnBind(&stSrcChn, &stDstChn); in test_unbind_adec_ao() [all …]
|
| H A D | test_mpi_vo.cpp | 848 MPP_CHN_S stSrcChn, stDstChn; in screen1_process() local 864 stSrcChn.enModId = RK_ID_VDEC; in screen1_process() 865 stSrcChn.s32DevId = 0; in screen1_process() 866 stSrcChn.s32ChnId = u32Index; in screen1_process() 868 RK_LOGD("vdec Ch %d", stSrcChn.s32ChnId); in screen1_process() 875 s32Ret = RK_MPI_SYS_Bind(&stSrcChn, &stDstChn); in screen1_process() 886 MPP_CHN_S stSrcChn, stDstChn; in screen0_process() local 902 stSrcChn.enModId = RK_ID_VDEC; in screen0_process() 903 stSrcChn.s32DevId = 0; in screen0_process() 904 stSrcChn in screen0_process() 923 MPP_CHN_S stSrcChn, stDstChn; wbc_process() local 980 MPP_CHN_S stSrcChn, stDstChn; unit_mpi_voplay_test() local 1461 MPP_CHN_S stSrcChn, stDestChn; Sample_VO_BindVoWbc() local 1475 MPP_CHN_S stSrcChn, stDestChn; Sample_VO_UnBindVoWbc() local [all...] |
| H A D | test_mpi_vi.cpp | 704 MPP_CHN_S stSrcChn, stDestChn; in test_vi_bind_vo_loop() local 725 stSrcChn.enModId = RK_ID_VI; in test_vi_bind_vo_loop() 726 stSrcChn.s32DevId = ctx->devId; in test_vi_bind_vo_loop() 727 stSrcChn.s32ChnId = ctx->channelId; 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 961 stSrcChn.enModId = RK_ID_VI; in test_vi_bind_venc_loop() 962 stSrcChn.s32DevId = ctx->devId; in test_vi_bind_venc_loop() 963 stSrcChn.s32ChnId = ctx->channelId; 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 608 stSrcChn.enModId = RK_ID_VDEC; in unit_test_mpi_vdec() 609 stSrcChn.s32DevId = 0; in unit_test_mpi_vdec() 610 stSrcChn.s32ChnId = i; in unit_test_mpi_vdec() 616 s32Ret = RK_MPI_SYS_Bind(&stSrcChn, &stDestChn); in unit_test_mpi_vdec()
|