Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_avs.cpp610 pstAvsGrpAttr->stOutAttr.stORIRotation.s32Yaw = pstCtx->stOriRotation.s32Yaw; in TEST_AVS_InitAttr_Blend_Lut()
613 pstAvsGrpAttr->stOutAttr.stRotation.s32Yaw = pstCtx->stRotation.s32Yaw; in TEST_AVS_InitAttr_Blend_Lut()
664 pstAvsGrpAttr->stOutAttr.stORIRotation.s32Yaw = pstCtx->stOriRotation.s32Yaw; 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.cpp738 RK_PRINT("rotation ori yaw : %d\n", ctx->stOriRotation.s32Yaw); in mpi_avs_test_show_options()
741 RK_PRINT("rotation yaw : %d\n", ctx->stRotation.s32Yaw); in mpi_avs_test_show_options()
847 OPT_INTEGER('\0', "ori_yaw", &(ctx.stOriRotation.s32Yaw), in main()
853 OPT_INTEGER('\0', "yaw", &(ctx.stRotation.s32Yaw), in main()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_avs.h95 RK_S32 s32Yaw; member