Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_tde.cpp59 RECT_S stSrcRect; member
164 pstSrcRect->s32Xpos = ctx->stSrcRect.s32X; in test_tde_fill_src()
165 pstSrcRect->s32Ypos = ctx->stSrcRect.s32Y; in test_tde_fill_src()
166 pstSrcRect->u32Width = ctx->stSrcRect.u32Width; in test_tde_fill_src()
167 pstSrcRect->u32Height = ctx->stSrcRect.u32Height; in test_tde_fill_src()
209 stOpt->stClipRect.s32Xpos = ctx->stSrcRect.s32X; in test_tde_bit_blit_task()
210 stOpt->stClipRect.s32Ypos = ctx->stSrcRect.s32Y; in test_tde_bit_blit_task()
211 stOpt->stClipRect.u32Width = ctx->stSrcRect.u32Width; in test_tde_bit_blit_task()
212 stOpt->stClipRect.u32Height = ctx->stSrcRect.u32Height; in test_tde_bit_blit_task()
427 if (ctx->stSrcRect.u32Width == 0) { in test_tde_set_default_parameter()
[all …]
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_vgs.h42 RECT_S stSrcRect; /* OSD color revert area */ member