Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_rgn.cpp163 memcpy(&(stRgnChnAttr.unChnAttr.stLineChn), pstLineAttr, sizeof(LINE_CHN_ATTR_S)); in TEST_RGN_CreateLineAndAttach()
224 stChnAttr.unChnAttr.stLineChn.stStartPoint.s32X = s32X; in TEST_RGN_ChangePosition()
225 stChnAttr.unChnAttr.stLineChn.stStartPoint.s32Y = s32Y; in TEST_RGN_ChangePosition()
314 stChnAttr.unChnAttr.stLineChn.u32Color = u32Color; in TEST_RGN_ChangeColor()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_rgn.cpp531 stChnAttr.unChnAttr.stLineChn.stStartPoint.s32X = 0; in test_rgn_draw_line_process()
532 stChnAttr.unChnAttr.stLineChn.stStartPoint.s32Y = 0; in test_rgn_draw_line_process()
533 stChnAttr.unChnAttr.stLineChn.stEndPoint.s32X = 512; in test_rgn_draw_line_process()
534 stChnAttr.unChnAttr.stLineChn.stEndPoint.s32Y = 512; in test_rgn_draw_line_process()
535 stChnAttr.unChnAttr.stLineChn.u32Color = 0x00f800; in test_rgn_draw_line_process()
536 stChnAttr.unChnAttr.stLineChn.u32Thick = 10; in test_rgn_draw_line_process()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_rgn.h188 LINE_CHN_ATTR_S stLineChn; /* attribute of draw line region */ member