Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vi.cpp781 MPP_CHN_S stViChn, stVencChn[TEST_VENC_MAX], stVpssChn; in test_vi_bind_vpss_venc_loop() local
823 stVpssChn.enModId = RK_ID_VPSS; in test_vi_bind_vpss_venc_loop()
824 stVpssChn.s32DevId = 0; in test_vi_bind_vpss_venc_loop()
825 stVpssChn.s32ChnId = 0; in test_vi_bind_vpss_venc_loop()
827 RK_LOGD("vi to vpss ch %d vpss group %d", stVpssChn.s32ChnId , stVpssChn.s32DevId); in test_vi_bind_vpss_venc_loop()
828 s32Ret = RK_MPI_SYS_Bind(&stViChn, &stVpssChn); in test_vi_bind_vpss_venc_loop()
848 s32Ret = RK_MPI_SYS_Bind(&stVpssChn, &stVencChn[i]); in test_vi_bind_vpss_venc_loop()
892 s32Ret = RK_MPI_SYS_UnBind(&stViChn, &stVpssChn); in test_vi_bind_vpss_venc_loop()
898 s32Ret = RK_MPI_SYS_UnBind(&stVpssChn, &stVencChn[i]); in test_vi_bind_vpss_venc_loop()