Home
last modified time | relevance | path

Searched refs:u32Color (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_rgn.cpp296 RGN_HANDLE RgnHandle, const MPP_CHN_S *pstChn, RK_U32 u32Color) { in TEST_RGN_ChangeColor() argument
312 stChnAttr.unChnAttr.stCoverChn.u32Color = u32Color; in TEST_RGN_ChangeColor()
314 stChnAttr.unChnAttr.stLineChn.u32Color = u32Color; in TEST_RGN_ChangeColor()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_vgs.h57 RK_U32 u32Color; /* RW; Range: [0,0xFFFFFF]; Color of line */ member
79 … RK_U32 u32Color; /* RW; Range: [0,0xFFFFFF]; Color of cover */ member
H A Drk_comm_rgn.h154 RK_U32 u32Color; /* RGB888 format */ member
175 RK_U32 u32Color; member
H A Drk_comm_video.h74 RK_U32 u32Color; member
H A Drk_comm_vo.h416 RK_U32 u32Color[2]; member
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_rgn.h57 RGN_HANDLE RgnHandle, const MPP_CHN_S *pstChn, RK_U32 u32Color);
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_rgn.cpp343 stCoverChnAttr.unChnAttr.stCoverChn.u32Color = 0x00f800; in test_rgn_cover_process()
368 stCoverChnAttr.unChnAttr.stCoverChn.u32Color = 0x0000f8; in test_rgn_cover_process()
383 stCoverChnAttr.unChnAttr.stCoverChn.u32Color); in test_rgn_cover_process()
535 stChnAttr.unChnAttr.stLineChn.u32Color = 0x00f800; in test_rgn_draw_line_process()
H A Dtest_mpi_vgs.cpp302 …RK_U32 u32Color[VGS_MAX_TASK_NUM] = {0xff00ff00, 0x000000ff, 0x00ff0000, 0x00ff00ff, 0xff00fff… in unit_test_set_vgs_cover_array_info() local
313 pstVgsAddCover[i].u32Color = u32Color[i]; // green in unit_test_set_vgs_cover_array_info()
425 …RK_U32 u32Color[VGS_MAX_TASK_NUM] = {0xff00ff00, 0x0000ff00, 0xff000000, 0x00ff00ff, 0xff00ff0… in unit_test_set_vgs_drawline_array_info() local
436 pstDrawLine[i].u32Color = u32Color[i]; // green in unit_test_set_vgs_drawline_array_info()
H A Dtest_mpi_vo.cpp594 border.stBorder.u32Color = 0x191970; in mpi_vo_init_sample()
670 border.stBorder.u32Color = 0x191970; in mpi_vo_init_sample()
1355 stBorder.stBorder.u32Color = 0xFFFAFA; in Sample_VO_MultiWindowns_Start()
H A Dtest_mpi_vi.cpp439 stCoverChnAttr.unChnAttr.stCoverChn.u32Color = 0xffffff; // white in create_rgn()
457 stCoverChnAttr.unChnAttr.stCoverChn.u32Color = 0x0000ff; // blue in create_rgn()