Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_tde.cpp172 TEST_TDE_CTX_S *ctx, TDE_SURFACE_S *pstDstSurface, TDE_RECT_S *pstDstRect) { in test_tde_fill_dst() argument
177 pstDstRect->s32Xpos = ctx->stDstRect.s32X; in test_tde_fill_dst()
178 pstDstRect->s32Ypos = ctx->stDstRect.s32Y; in test_tde_fill_dst()
179 pstDstRect->u32Width = ctx->stDstRect.u32Width; in test_tde_fill_dst()
180 pstDstRect->u32Height = ctx->stDstRect.u32Height; in test_tde_fill_dst()
186 TDE_SURFACE_S *pstDst, TDE_RECT_S *pstDstRect) { in test_tde_quick_copy_resize_rotate_task() argument
188 test_tde_fill_dst(ctx, pstDst, pstDstRect); in test_tde_quick_copy_resize_rotate_task()
194 TDE_RECT_S *pstDstRect) { in test_tde_quick_fill_task() argument
195 test_tde_fill_dst(ctx, pstDst, pstDstRect); in test_tde_quick_fill_task()
204 TDE_SURFACE_S *pstDst, TDE_RECT_S *pstDstRect, in test_tde_bit_blit_task() argument
[all …]
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_mpi_tde.h34 const TDE_RECT_S *pstDstRect);
40 const TDE_RECT_S *pstDstRect);
48 const TDE_RECT_S *pstDstRect,
53 TDE_RECT_S *pstDstRect,
60 TDE_RECT_S *pstDstRect,
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_tde.cpp84 &pstCtx->pstDst, &pstCtx->pstDstRect); in TEST_TDE_AddTask()
89 &pstCtx->pstDst, &pstCtx->pstDstRect); in TEST_TDE_AddTask()
93 &pstCtx->pstDst, &pstCtx->pstDstRect, in TEST_TDE_AddTask()
99 &pstCtx->pstDst, &pstCtx->pstDstRect, in TEST_TDE_AddTask()
105 &pstCtx->pstDst, &pstCtx->pstDstRect, in TEST_TDE_AddTask()
107 &pstCtx->pstDst, &pstCtx->pstDstRect, in TEST_TDE_AddTask()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_tde.h44 TDE_RECT_S pstDstRect; member