Searched refs:pstVpssGrpAttr (Results 1 – 3 of 3) sorted by relevance
42 … TEST_VPSS_CTX_S *pstCtx, VPSS_GRP_ATTR_S *pstVpssGrpAttr, VPSS_CHN_ATTR_S *pstVpssChnAttrs) { in TEST_VPSS_InitAttr() argument43 memset(pstVpssGrpAttr, 0, sizeof(VPSS_GRP_ATTR_S)); in TEST_VPSS_InitAttr()46 pstVpssGrpAttr->u32MaxW = 4096; in TEST_VPSS_InitAttr()47 pstVpssGrpAttr->u32MaxH = 4096; in TEST_VPSS_InitAttr()48 pstVpssGrpAttr->enPixelFormat = (PIXEL_FORMAT_E)pstCtx->s32SrcPixFormat; in TEST_VPSS_InitAttr()49 pstVpssGrpAttr->enCompressMode = (COMPRESS_MODE_E)pstCtx->s32SrcCompressMode; in TEST_VPSS_InitAttr()50 pstVpssGrpAttr->stFrameRate.s32SrcFrameRate = pstCtx->s32SrcGrpRate; in TEST_VPSS_InitAttr()51 pstVpssGrpAttr->stFrameRate.s32DstFrameRate = pstCtx->s32DstGrpRate; in TEST_VPSS_InitAttr()
54 VPSS_GRP_ATTR_S *pstVpssGrpAttr, in TEST_VPSS_Start() argument59 s32Ret = RK_MPI_VPSS_CreateGrp(VpssGrp, pstVpssGrpAttr); in TEST_VPSS_Start()
39 VPSS_GRP_ATTR_S *pstVpssGrpAttr,