Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_mod_vpss.cpp42 … TEST_VPSS_CTX_S *pstCtx, VPSS_GRP_ATTR_S *pstVpssGrpAttr, VPSS_CHN_ATTR_S *pstVpssChnAttrs) { in TEST_VPSS_InitAttr() argument
43 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()
H A Dtest_comm_vpss.cpp54 VPSS_GRP_ATTR_S *pstVpssGrpAttr, in TEST_VPSS_Start() argument
59 s32Ret = RK_MPI_VPSS_CreateGrp(VpssGrp, pstVpssGrpAttr); in TEST_VPSS_Start()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_vpss.h39 VPSS_GRP_ATTR_S *pstVpssGrpAttr,