Home
last modified time | relevance | path

Searched refs:pstVpssChnAttrs (Results 1 – 1 of 1) 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
44 memset(pstVpssChnAttrs, 0, sizeof(VPSS_CHN_ATTR_S) * VPSS_MAX_CHN_NUM); in TEST_VPSS_InitAttr()
54 pstVpssChnAttrs[i].enChnMode = (VPSS_CHN_MODE_E)pstCtx->s32ChnMode; in TEST_VPSS_InitAttr()
55 pstVpssChnAttrs[i].enCompressMode = (COMPRESS_MODE_E)pstCtx->s32DstCompressMode; in TEST_VPSS_InitAttr()
56 pstVpssChnAttrs[i].enDynamicRange = DYNAMIC_RANGE_SDR8; in TEST_VPSS_InitAttr()
57 pstVpssChnAttrs[i].enPixelFormat = (PIXEL_FORMAT_E)pstCtx->s32DstPixFormat; in TEST_VPSS_InitAttr()
58 pstVpssChnAttrs[i].stFrameRate.s32SrcFrameRate = pstCtx->s32SrcChnRate; in TEST_VPSS_InitAttr()
59 pstVpssChnAttrs[i].stFrameRate.s32DstFrameRate = pstCtx->s32DstChnRate; in TEST_VPSS_InitAttr()
60 pstVpssChnAttrs[i].u32Width = pstCtx->s32DstWidth; in TEST_VPSS_InitAttr()
61 pstVpssChnAttrs[i].u32Height = pstCtx->s32DstHeight; in TEST_VPSS_InitAttr()
[all …]