Searched refs:stProcCtx (Results 1 – 2 of 2) sorted by relevance
46 TEST_VPSS_PROC_CTX_S stProcCtx; member227 stPicBufAttr.u32Width = pstCtx->stProcCtx.u32RawWidth; in TEST_VPSS_Proc()228 stPicBufAttr.u32Height = pstCtx->stProcCtx.u32RawHeight; in TEST_VPSS_Proc()230 stPicBufAttr.enPixelFormat = (PIXEL_FORMAT_E)pstCtx->stProcCtx.u32RawPixelFmt; in TEST_VPSS_Proc()251 pstCtx->stProcCtx.u32RawWidth, in TEST_VPSS_Proc()252 pstCtx->stProcCtx.u32RawHeight, in TEST_VPSS_Proc()253 RK_MPI_CAL_COMM_GetHorStride(pstCtx->stProcCtx.u32RawWidth, in TEST_VPSS_Proc()254 (PIXEL_FORMAT_E)pstCtx->stProcCtx.u32RawPixelFmt), in TEST_VPSS_Proc()256 (PIXEL_FORMAT_E)pstCtx->stProcCtx.u32RawPixelFmt, in TEST_VPSS_Proc()265 frameIn.stVFrame.u32Width = pstCtx->stProcCtx.u32RawWidth; in TEST_VPSS_Proc()[all …]
640 TEST_VPSS_PROC_CTX_S stProcCtx; in unit_test_mpi_rgn_vpss() local648 memset(&stProcCtx, 0, sizeof(TEST_VPSS_PROC_CTX_S)); in unit_test_mpi_rgn_vpss()670 stProcCtx.srcFileName = pstRgnCtx->srcFileRawName; in unit_test_mpi_rgn_vpss()671 stProcCtx.dstSaveFileName = pstRgnCtx->dstSaveFileName; in unit_test_mpi_rgn_vpss()672 stProcCtx.u32RawWidth = pstRgnCtx->u32RawWidth; in unit_test_mpi_rgn_vpss()673 stProcCtx.u32RawHeight = pstRgnCtx->u32RawHeight; in unit_test_mpi_rgn_vpss()674 stProcCtx.u32RawPixelFmt = pstRgnCtx->u32RawFormat; in unit_test_mpi_rgn_vpss()675 stProcCtx.u32SendFrameRate = 30; in unit_test_mpi_rgn_vpss()676 s32Ret = TEST_VPSS_StartProc(VpssGrp, 1, &stProcCtx); in unit_test_mpi_rgn_vpss()