Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_tde.cpp60 RECT_S stDstRect; member
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()
433 if (ctx->stDstRect.u32Width == 0) { in test_tde_set_default_parameter()
434 ctx->stDstRect.u32Width = ctx->stDstSurface.u32Width; in test_tde_set_default_parameter()
436 if (ctx->stDstRect.u32Height == 0) { in test_tde_set_default_parameter()
437 ctx->stDstRect.u32Height = ctx->stDstSurface.u32Height; in test_tde_set_default_parameter()
460 tdeTestCtx->pstDstRect.s32Xpos = ctx->stDstRect.s32X; in test_tde_set_proc_parameter()
[all …]
H A Dtest_mpi_vgs.cpp309 pstVgsAddCover[i].stDstRect.s32X = s32SrcWidth / u32Ratio[i]; in unit_test_set_vgs_cover_array_info()
310 pstVgsAddCover[i].stDstRect.s32Y = s32SrcHeight / u32Ratio[i]; in unit_test_set_vgs_cover_array_info()
311 pstVgsAddCover[i].stDstRect.u32Width = s32SrcWidth / u32Ratio[i]; in unit_test_set_vgs_cover_array_info()
312 pstVgsAddCover[i].stDstRect.u32Height = s32SrcHeight / u32Ratio[i]; in unit_test_set_vgs_cover_array_info()
481 pstVgsMosaic[i].stDstRect.s32X = i*xoffset; in unit_test_set_vgs_mosaic_array_info()
482 pstVgsMosaic[i].stDstRect.s32Y = i*yoffset; in unit_test_set_vgs_mosaic_array_info()
483 pstVgsMosaic[i].stDstRect.u32Width = xoffset; in unit_test_set_vgs_mosaic_array_info()
484 pstVgsMosaic[i].stDstRect.u32Height = yoffset; in unit_test_set_vgs_mosaic_array_info()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_vgs.h75 RECT_S stDstRect; /* The rectangle area */ member
109 RECT_S stDstRect; /* RW; The rectangle area. */ member