Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_gdc.cpp93 RK_S32 u32LineWidth; member
1194 …RK_MPI_VO_CreateGraphicsFrameBuffer(ctx->u32LineWidth, ctx->u32LineHeight, RK_FMT_BGRA5551, &pLine… in test_mpi_gdc_api()
1195 stLineFrame.stVFrame.u32Width = ctx->u32LineWidth; in test_mpi_gdc_api()
1197 stLineFrame.stVFrame.u32VirWidth = ctx->u32LineWidth; in test_mpi_gdc_api()
1344 … memset(RK_MPI_MB_Handle2VirAddr(pLineMbBlk), 0x0, ctx->u32LineWidth * ctx->u32LineHeight * 2); in test_mpi_gdc_api()
1355 … (ctx->u32LineWidth / ctx->stFisheyeAttr.astFishEyeRegionAttr[0].stOutRect.u32Width); in test_mpi_gdc_api()
1358 if (test_mpi_gdc_xy_in_valid(y * ctx->u32LineWidth + x, in test_mpi_gdc_api()
1359 ctx->u32LineWidth * ctx->u32LineHeight, 0)) in test_mpi_gdc_api()
1360 pLineData[y * ctx->u32LineWidth + x] = gau16PointColor[region - 1]; in test_mpi_gdc_api()
1365 x = ctx->pastSrcPoint[l].s32X / (ctx->u32SrcWidth / ctx->u32LineWidth); in test_mpi_gdc_api()
[all …]