Searched refs:stMppChn (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_rgn.cpp | 588 MPP_CHN_S stMppChn; in unit_test_mpi_rgn_venc() local 591 stMppChn.enModId = RK_ID_VENC; in unit_test_mpi_rgn_venc() 592 stMppChn.s32DevId = 0; in unit_test_mpi_rgn_venc() 593 stMppChn.s32ChnId = VencChn; in unit_test_mpi_rgn_venc() 613 s32Ret = test_rgn_overlay_process(pstRgnCtx, &stMppChn); in unit_test_mpi_rgn_venc() 616 s32Ret = test_rgn_cover_process(pstRgnCtx, &stMppChn); in unit_test_mpi_rgn_venc() 637 MPP_CHN_S stMppChn; in unit_test_mpi_rgn_vpss() local 642 stMppChn.enModId = RK_ID_VPSS; in unit_test_mpi_rgn_vpss() 643 stMppChn.s32DevId = VpssGrp; in unit_test_mpi_rgn_vpss() 644 stMppChn.s32ChnId = 0; in unit_test_mpi_rgn_vpss() [all …]
|
| H A D | test_mpi_vi.cpp | 396 MPP_CHN_S stMppChn; in create_rgn() local 420 stMppChn.enModId = RK_ID_VI; in create_rgn() 421 stMppChn.s32DevId = ctx->devId; in create_rgn() 422 stMppChn.s32ChnId = ctx->channelId; in create_rgn() 443 s32Ret = RK_MPI_RGN_AttachToChn(RgnHandle, &stMppChn, &stCoverChnAttr); in create_rgn() 448 s32Ret = RK_MPI_RGN_GetDisplayAttr(RgnHandle, &stMppChn, &stCoverChnAttr); in create_rgn() 461 s32Ret = RK_MPI_RGN_SetDisplayAttr(RgnHandle, &stMppChn, &stCoverChnAttr); in create_rgn() 485 s32Ret = RK_MPI_RGN_AttachToChn(RgnHandle, &stMppChn, &stMoscaiChnAttr); in create_rgn() 490 s32Ret = RK_MPI_RGN_GetDisplayAttr(RgnHandle, &stMppChn, &stMoscaiChnAttr); in create_rgn() 504 s32Ret = RK_MPI_RGN_SetDisplayAttr(RgnHandle, &stMppChn, &stMoscaiChnAttr); in create_rgn() [all …]
|