Home
last modified time | relevance | path

Searched refs:stRotation (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_avs.cpp611 pstAvsGrpAttr->stOutAttr.stRotation.s32Roll = pstCtx->stRotation.s32Roll; in TEST_AVS_InitAttr_Blend_Lut()
612 pstAvsGrpAttr->stOutAttr.stRotation.s32Pitch = pstCtx->stRotation.s32Pitch; in TEST_AVS_InitAttr_Blend_Lut()
613 pstAvsGrpAttr->stOutAttr.stRotation.s32Yaw = pstCtx->stRotation.s32Yaw; in TEST_AVS_InitAttr_Blend_Lut()
665 pstAvsGrpAttr->stOutAttr.stRotation.s32Roll = pstCtx->stRotation.s32Roll; in TEST_AVS_InitAttr_Blend_Calib()
666 pstAvsGrpAttr->stOutAttr.stRotation.s32Pitch = pstCtx->stRotation.s32Pitch; in TEST_AVS_InitAttr_Blend_Calib()
667 pstAvsGrpAttr->stOutAttr.stRotation.s32Yaw = pstCtx->stRotation.s32Yaw; in TEST_AVS_InitAttr_Blend_Calib()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_avs.cpp741 RK_PRINT("rotation yaw : %d\n", ctx->stRotation.s32Yaw); in mpi_avs_test_show_options()
742 RK_PRINT("rotation pitch : %d\n", ctx->stRotation.s32Pitch); in mpi_avs_test_show_options()
743 RK_PRINT("rotation roll : %d\n", ctx->stRotation.s32Roll); in mpi_avs_test_show_options()
853 OPT_INTEGER('\0', "yaw", &(ctx.stRotation.s32Yaw), in main()
855 OPT_INTEGER('\0', "pitch", &(ctx.stRotation.s32Pitch), in main()
867 OPT_INTEGER('\0', "roll", &(ctx.stRotation.s32Roll), in main()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_avs.h155 AVS_ROTATION_S stRotation; /* Output rotation. */ member
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_avs.h93 AVS_ROTATION_S stRotation; member