Home
last modified time | relevance | path

Searched refs:pstAvsChnAttrs (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_avs.cpp548 AVS_CHN_ATTR_S *pstAvsChnAttrs) { in TEST_AVS_InitAttr() argument
553 s32Ret = TEST_AVS_InitAttr_Blend_Lut(pstCtx, pstAvsGrpAttr, pstAvsChnAttrs); in TEST_AVS_InitAttr()
555 s32Ret = TEST_AVS_InitAttr_Blend_Calib(pstCtx, pstAvsGrpAttr, pstAvsChnAttrs); in TEST_AVS_InitAttr()
558 s32Ret = TEST_AVS_InitAttr_NoBlend(pstCtx, pstAvsGrpAttr, pstAvsChnAttrs); in TEST_AVS_InitAttr()
574 AVS_CHN_ATTR_S *pstAvsChnAttrs) { in TEST_AVS_InitAttr_Blend_Lut() argument
583 memset(pstAvsChnAttrs, 0, sizeof(AVS_CHN_ATTR_S) * AVS_MAX_CHN_NUM); in TEST_AVS_InitAttr_Blend_Lut()
619 pstAvsChnAttrs[i].u32Width = pstCtx->u32DstWidth; in TEST_AVS_InitAttr_Blend_Lut()
620 pstAvsChnAttrs[i].u32Height = pstCtx->u32DstHeight; in TEST_AVS_InitAttr_Blend_Lut()
621 pstAvsChnAttrs[i].enCompressMode = pstCtx->enDstCompressMode; in TEST_AVS_InitAttr_Blend_Lut()
623 pstAvsChnAttrs[i].u32Width = RK_ALIGN(pstCtx->u32DstWidth / 2, 16); in TEST_AVS_InitAttr_Blend_Lut()
[all …]
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_avs.h151 AVS_CHN_ATTR_S *pstAvsChnAttrs);
155 AVS_CHN_ATTR_S *pstAvsChnAttrs);
159 AVS_CHN_ATTR_S *pstAvsChnAttrs);
163 AVS_CHN_ATTR_S *pstAvsChnAttrs);