Searched refs:stChnAttr (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_rgn.cpp | 196 RGN_CHN_ATTR_S stChnAttr; in TEST_RGN_ChangePosition() local 204 s32Ret = RK_MPI_RGN_GetDisplayAttr(RgnHandle, pstChn, &stChnAttr); in TEST_RGN_ChangePosition() 210 switch (stChnAttr.enType) { in TEST_RGN_ChangePosition() 212 stChnAttr.unChnAttr.stOverlayChn.stPoint.s32X = s32X; in TEST_RGN_ChangePosition() 213 stChnAttr.unChnAttr.stOverlayChn.stPoint.s32Y = s32Y; in TEST_RGN_ChangePosition() 216 stChnAttr.unChnAttr.stCoverChn.stRect.s32X = s32X; in TEST_RGN_ChangePosition() 217 stChnAttr.unChnAttr.stCoverChn.stRect.s32Y = s32Y; in TEST_RGN_ChangePosition() 220 stChnAttr.unChnAttr.stMosaicChn.stRect.s32X = s32X; in TEST_RGN_ChangePosition() 221 stChnAttr.unChnAttr.stMosaicChn.stRect.s32Y = s32Y; in TEST_RGN_ChangePosition() 224 stChnAttr.unChnAttr.stLineChn.stStartPoint.s32X = s32X; in TEST_RGN_ChangePosition() [all …]
|
| H A D | test_comm_venc.cpp | 305 VENC_CHN_ATTR_S stChnAttr; in TEST_VENC_SendVencFrameProc() local 311 s32Ret = RK_MPI_VENC_GetChnAttr(VencChn, &stChnAttr); in TEST_VENC_SendVencFrameProc() 316 stPicBufAttr.u32Width = stChnAttr.stVencAttr.u32PicWidth; in TEST_VENC_SendVencFrameProc() 317 stPicBufAttr.u32Height = stChnAttr.stVencAttr.u32PicHeight; in TEST_VENC_SendVencFrameProc() 341 s32Ret = TEST_COMM_FillImage(pVirAddr, stChnAttr.stVencAttr.u32PicWidth, in TEST_VENC_SendVencFrameProc() 342 stChnAttr.stVencAttr.u32PicHeight, in TEST_VENC_SendVencFrameProc() 356 stFrame.stVFrame.u32Width = stChnAttr.stVencAttr.u32PicWidth; in TEST_VENC_SendVencFrameProc() 357 stFrame.stVFrame.u32Height = stChnAttr.stVencAttr.u32PicHeight; in TEST_VENC_SendVencFrameProc()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_rgn.cpp | 425 RGN_CHN_ATTR_S stChnAttr; in test_rgn_mosaic_process() local 428 memset(&stChnAttr, 0, sizeof(RGN_CHN_ATTR_S)); in test_rgn_mosaic_process() 439 stChnAttr.bShow = RK_TRUE; in test_rgn_mosaic_process() 440 stChnAttr.enType = MOSAIC_RGN; in test_rgn_mosaic_process() 441 stChnAttr.unChnAttr.stMosaicChn.stRect.s32X = pstRgnCtx->stRegion.s32X; in test_rgn_mosaic_process() 442 stChnAttr.unChnAttr.stMosaicChn.stRect.s32Y = pstRgnCtx->stRegion.s32Y; in test_rgn_mosaic_process() 443 stChnAttr.unChnAttr.stMosaicChn.stRect.u32Width = pstRgnCtx->stRegion.u32Width; in test_rgn_mosaic_process() 444 stChnAttr.unChnAttr.stMosaicChn.stRect.u32Height = pstRgnCtx->stRegion.u32Height; in test_rgn_mosaic_process() 445 stChnAttr.unChnAttr.stMosaicChn.enBlkSize = MOSAIC_BLK_SIZE_8; in test_rgn_mosaic_process() 446 stChnAttr.unChnAttr.stMosaicChn.u32Layer = i; in test_rgn_mosaic_process() [all …]
|
| H A D | test_mpi_all.cpp | 255 VO_CHN_ATTR_S stChnAttr; in create_vo() local 349 stChnAttr.stRect.u32Width = HDMI_W / (VO_CH_CNT / 2); in create_vo() 350 stChnAttr.stRect.u32Height = HDMI_H / (VO_CH_CNT / 2); in create_vo() 351 stChnAttr.stRect.s32X = (i % (VO_CH_CNT / 2)) * stChnAttr.stRect.u32Width; in create_vo() 352 stChnAttr.stRect.s32Y = (i / (VO_CH_CNT / 2)) * stChnAttr.stRect.u32Height; in create_vo() 353 stChnAttr.u32Priority = i; in create_vo() 354 stChnAttr.u32FgAlpha = 128; in create_vo() 355 stChnAttr.u32BgAlpha = 0; in create_vo() 357 s32Ret = RK_MPI_VO_SetChnAttr(0, i, &stChnAttr); in create_vo() 363 stChnAttr.stRect.u32Width = MIPI_W / (VO_CH_CNT / 2); in create_vo() [all …]
|
| H A D | test_mpi_vi.cpp | 116 VI_CHN_ATTR_S stChnAttr; member 233 ctx->stVencCfg[u32Ch].stAttr.stVencAttr.enPixelFormat = ctx->stChnAttr.enPixelFormat; in init_venc_cfg() 249 VO_CHN_ATTR_S stChnAttr; in create_vo() local 307 stChnAttr.stRect.s32X = 0; in create_vo() 308 stChnAttr.stRect.s32Y = 0; in create_vo() 309 stChnAttr.stRect.u32Width = stLayerAttr.stImageSize.u32Width; in create_vo() 310 stChnAttr.stRect.u32Height = stLayerAttr.stImageSize.u32Height; in create_vo() 311 stChnAttr.u32Priority = 0; in create_vo() 312 stChnAttr.u32FgAlpha = 128; in create_vo() 313 stChnAttr.u32BgAlpha = 0; in create_vo() [all …]
|
| H A D | test_mpi_vdec.cpp | 435 VO_CHN_ATTR_S stChnAttr; in mpi_send_stream() local 436 RK_MPI_VO_GetChnAttr(0, i, &stChnAttr); in mpi_send_stream() 438 stChnAttr.u32Priority = ctx->u32ChNum - i; in mpi_send_stream() 440 stChnAttr.u32Priority = i; in mpi_send_stream() 441 RK_MPI_VO_SetChnAttr(0, i, &stChnAttr); in mpi_send_stream() 496 VO_CHN_ATTR_S stChnAttr; in create_vo() local 555 stChnAttr.stRect.u32Width = stLayerAttr.stImageSize.u32Width / ChCnt; in create_vo() 556 stChnAttr.stRect.u32Height = stLayerAttr.stImageSize.u32Height / ChCnt; in create_vo() 557 stChnAttr.stRect.s32X = i * stChnAttr.stRect.u32Width / 2; in create_vo() 558 stChnAttr.stRect.s32Y = i * stChnAttr.stRect.u32Height / 2; in create_vo() [all …]
|
| H A D | test_mpi_vo.cpp | 1241 VO_CHN_ATTR_S stChnAttr; in Sample_VO_MultiGFXLayer_Start() local 1255 stChnAttr.stRect.s32X = 0; in Sample_VO_MultiGFXLayer_Start() 1256 stChnAttr.stRect.s32Y = 0; in Sample_VO_MultiGFXLayer_Start() 1257 stChnAttr.stRect.u32Width = stLayerAttr.stDispRect.u32Width; in Sample_VO_MultiGFXLayer_Start() 1258 stChnAttr.stRect.u32Height = stLayerAttr.stDispRect.u32Height; in Sample_VO_MultiGFXLayer_Start() 1259 stChnAttr.u32Priority = i; in Sample_VO_MultiGFXLayer_Start() 1261 stChnAttr.u32FgAlpha = 128; in Sample_VO_MultiGFXLayer_Start() 1262 stChnAttr.u32BgAlpha = 0; in Sample_VO_MultiGFXLayer_Start() 1264 stChnAttr.u32FgAlpha = 0; in Sample_VO_MultiGFXLayer_Start() 1265 stChnAttr in Sample_VO_MultiGFXLayer_Start() 1287 VO_CHN_ATTR_S stChnAttr; Sample_VO_MultiWindowns_Start() local [all...] |
| H A D | test_mpi_gdc.cpp | 115 VO_CHN_ATTR_S stChnAttr; member 182 s32Ret = RK_MPI_VO_SetChnAttr(VoLayer, u32Ch, &ctx->stChnAttr); in create_vo() 1170 ctx->stChnAttr.stRect.s32X = ctx->stChnRect.s32X; in test_mpi_gdc_api() 1171 ctx->stChnAttr.stRect.s32Y = ctx->stChnRect.s32Y; in test_mpi_gdc_api() 1172 ctx->stChnAttr.stRect.u32Width = ctx->stChnRect.u32Width; in test_mpi_gdc_api() 1173 ctx->stChnAttr.stRect.u32Height = ctx->stChnRect.u32Height; in test_mpi_gdc_api() 1174 ctx->stChnAttr.u32Priority = 0; in test_mpi_gdc_api() 1175 ctx->stChnAttr.u32FgAlpha = 128; in test_mpi_gdc_api() 1176 ctx->stChnAttr.u32BgAlpha = 0; in test_mpi_gdc_api() 1203 ctx->stChnAttr.stRect.s32X = 0; in test_mpi_gdc_api() [all …]
|