Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_avs.cpp562 pstAvsGrpAttr->stOutAttr.stSize.u32Width = pstCtx->u32GrpWidth; in TEST_AVS_InitAttr()
563 pstAvsGrpAttr->stOutAttr.stSize.u32Height = pstCtx->u32GrpHeight; in TEST_AVS_InitAttr()
603 pstAvsGrpAttr->stOutAttr.enPrjMode = pstCtx->enAvsProjMode; in TEST_AVS_InitAttr_Blend_Lut()
604 pstAvsGrpAttr->stOutAttr.stCenter.s32X = pstCtx->stCenter.s32X; in TEST_AVS_InitAttr_Blend_Lut()
605 pstAvsGrpAttr->stOutAttr.stCenter.s32Y = pstCtx->stCenter.s32Y; in TEST_AVS_InitAttr_Blend_Lut()
606 pstAvsGrpAttr->stOutAttr.stFOV.u32FOVX = pstCtx->stFov.u32FOVX; in TEST_AVS_InitAttr_Blend_Lut()
607 pstAvsGrpAttr->stOutAttr.stFOV.u32FOVY = pstCtx->stFov.u32FOVY; in TEST_AVS_InitAttr_Blend_Lut()
608 pstAvsGrpAttr->stOutAttr.stORIRotation.s32Roll = pstCtx->stOriRotation.s32Roll; in TEST_AVS_InitAttr_Blend_Lut()
609 pstAvsGrpAttr->stOutAttr.stORIRotation.s32Pitch = pstCtx->stOriRotation.s32Pitch; in TEST_AVS_InitAttr_Blend_Lut()
610 pstAvsGrpAttr->stOutAttr.stORIRotation.s32Yaw = pstCtx->stOriRotation.s32Yaw; in TEST_AVS_InitAttr_Blend_Lut()
[all …]
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_avs.h169 AVS_OUTPUT_ATTR_S stOutAttr; /* Output attribute. */ member