Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_sys.cpp165 MPP_CHN_S stSrcChn, stDstChn; in test_bind_adec_ao() local
171 stDstChn.enModId = RK_ID_AO; in test_bind_adec_ao()
172 stDstChn.s32DevId = s32DevId; in test_bind_adec_ao()
173 stDstChn.s32ChnId = s32DstChnId; 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
188 stDstChn.enModId = RK_ID_AO; in test_unbind_adec_ao()
189 stDstChn.s32DevId = s32DevId; in test_unbind_adec_ao()
190 stDstChn.s32ChnId = s32DstChnId; in test_unbind_adec_ao()
191 s32Ret = RK_MPI_SYS_UnBind(&stSrcChn, &stDstChn); in test_unbind_adec_ao()
[all …]
H A Dtest_mpi_vo.cpp848 MPP_CHN_S stSrcChn, stDstChn; in screen1_process() local
869 stDstChn.enModId = RK_ID_VO; in screen1_process()
870 stDstChn.s32DevId = ctx->stVoCfg.u32Screen1VoLayer; in screen1_process()
871 stDstChn.s32ChnId = u32Index - ctx->u32Screen0Chn; in screen1_process()
875 s32Ret = RK_MPI_SYS_Bind(&stSrcChn, &stDstChn); in screen1_process()
886 MPP_CHN_S stSrcChn, stDstChn; in screen0_process() local
907 stDstChn.enModId = RK_ID_VO; in screen0_process()
908 stDstChn.s32DevId = ctx->stVoCfg.u32Screen0VoLayer; in screen0_process()
909 stDstChn.s32ChnId = u32Index; in screen0_process()
910 RK_LOGD("voLayer %d, voCh %d", stDstChn in screen0_process()
923 MPP_CHN_S stSrcChn, stDstChn; wbc_process() local
980 MPP_CHN_S stSrcChn, stDstChn; unit_mpi_voplay_test() local
[all...]