Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_rgn.cpp153 stRgnChnAttr.unChnAttr.stOverlayChn.stPoint.s32Y = pstRgnCtx->stRegion.s32Y + 48 * i; in test_rgn_overlay_process()
235 stPoint.s32Y = 0; in test_rgn_overlay_process()
236 s32Ret = TEST_RGN_ChangePosition(RgnHandle, pstMppChn, stPoint.s32X, stPoint.s32Y); in test_rgn_overlay_process()
245 RgnHandle, s64ChgPosEnd - s64ChgPosStart, stPoint.s32X, stPoint.s32Y); in test_rgn_overlay_process()
320 stCoverChnAttr.unChnAttr.stCoverChn.stRect.s32Y = pstRgnCtx->stRegion.s32Y; in test_rgn_cover_process()
326 stCoverChnAttr.unChnAttr.stCoverChn.stQuadRangle.stPoint[0].s32Y = in test_rgn_cover_process()
327 pstRgnCtx->stRegion.s32Y; in test_rgn_cover_process()
330 stCoverChnAttr.unChnAttr.stCoverChn.stQuadRangle.stPoint[1].s32Y = in test_rgn_cover_process()
331 pstRgnCtx->stRegion.s32Y; in test_rgn_cover_process()
334 stCoverChnAttr.unChnAttr.stCoverChn.stQuadRangle.stPoint[2].s32Y = in test_rgn_cover_process()
[all …]
H A Dtest_mpi_gdc.cpp342 stDstPoint.s32Y = 540; in test_mpi_gdc_get_src_point()
347 RK_LOGD("region:%d dst:%d,%d src:%d,%d", region, stDstPoint.s32X, stDstPoint.s32Y, in test_mpi_gdc_get_src_point()
348 stSrcPoint.s32X, stSrcPoint.s32Y); in test_mpi_gdc_get_src_point()
361 stDstPoint.s32Y = 540; in test_mpi_gdc_get_pano_point()
366 RK_LOGD("region:%d dst:%d,%d pano:%d,%d", region, stDstPoint.s32X, stDstPoint.s32Y, in test_mpi_gdc_get_pano_point()
367 stPanoPoint.s32X, stPanoPoint.s32Y); in test_mpi_gdc_get_pano_point()
383 ctx->pastDstPoint[i].s32Y = 0; in test_mpi_gdc_get_src_point_array()
386 ctx->pastDstPoint[i].s32Y = (step * i - w); in test_mpi_gdc_get_src_point_array()
390 ctx->pastDstPoint[i].s32Y = h - 1; in test_mpi_gdc_get_src_point_array()
394 ctx->pastDstPoint[i].s32Y = (2 * (w + h)- step * i); in test_mpi_gdc_get_src_point_array()
[all …]
H A Dtest_mpi_vo.cpp290 RK_U32 s32Y; member
545 stLayerAttr.stDispRect.s32Y = 0; in mpi_vo_init_sample()
581 VoChnAttr[i].stRect.s32Y = (u32ImageHeight/primRows)*(i/primRows); in mpi_vo_init_sample()
612 stLayerAttr.stDispRect.s32Y = 0; in mpi_vo_init_sample()
643 VoChnAttr[i].stRect.s32Y = (u32ImageHeight/secondRows)*(i/secondRows); in mpi_vo_init_sample()
655 VoChnAttr[1].stRect.s32Y = (u32ImageHeight/secondRows)*(1/secondRows) + 100; in mpi_vo_init_sample()
1256 stChnAttr.stRect.s32Y = 0; in Sample_VO_MultiGFXLayer_Start()
1326 stChnAttr.stRect.s32Y = stLayerAttr.stDispRect.s32Y + u32Y * u32WinHeight; in Sample_VO_MultiWindowns_Start()
1342 stChnParam.stAspectRatio.stVideoRect.s32Y in Sample_VO_MultiWindowns_Start()
[all...]
H A Dtest_mpi_tde.cpp165 pstSrcRect->s32Ypos = ctx->stSrcRect.s32Y; in test_tde_fill_src()
178 pstDstRect->s32Ypos = ctx->stDstRect.s32Y; in test_tde_fill_dst()
210 stOpt->stClipRect.s32Ypos = ctx->stSrcRect.s32Y; in test_tde_bit_blit_task()
454 tdeTestCtx->pstSrcRect.s32Ypos = ctx->stSrcRect.s32Y; in test_tde_set_proc_parameter()
461 tdeTestCtx->pstDstRect.s32Ypos = ctx->stDstRect.s32Y; in test_tde_set_proc_parameter()
557 OPT_INTEGER('\0', "src_rect_y", &(ctx.stSrcRect.s32Y), in main()
565 OPT_INTEGER('\0', "dst_rect_y", &(ctx.stDstRect.s32Y), in main()
H A Dtest_mpi_vgs.cpp288 pstCropInfo->stCropRect.s32Y = ctx->stCropRect.s32Y; in unit_test_vgs_generate_crop_task()
310 pstVgsAddCover[i].stDstRect.s32Y = s32SrcHeight / u32Ratio[i]; in unit_test_set_vgs_cover_array_info()
382 pstOsd[i].stRect.s32Y = s32SrcHeight / u32Ratio[i]; in unit_test_set_vgs_osd_array_info()
433 pstDrawLine[i].stStartPoint.s32Y = s32SrcHeight / u32Ratio[i]; in unit_test_set_vgs_drawline_array_info()
435 pstDrawLine[i].stEndPoint.s32Y = s32SrcHeight / u32Ratio[i] * 2; in unit_test_set_vgs_drawline_array_info()
482 pstVgsMosaic[i].stDstRect.s32Y = i*yoffset; in unit_test_set_vgs_mosaic_array_info()
996 RK_PRINT("crop y : %d\n", ctx->stCropRect.s32Y); in mpi_vgs_test_show_options()
1071 OPT_INTEGER('\0', "crop_y", &(ctx.stCropRect.s32Y), in main()
H A Dtest_mpi_venc.cpp375 stParam.stCropCfg.stCropRect.s32Y = 100; in venc_send_frame()
381 stParam.stCropCfg.stScaleRect.stSrc.s32Y = 200; in venc_send_frame()
385 stParam.stCropCfg.stScaleRect.stDst.s32Y = 0; in venc_send_frame()
571 stParam.stCropCfg.stCropRect.s32Y = 10; in unit_test_mpi_venc()
577 stParam.stCropCfg.stScaleRect.stSrc.s32Y = 0; in unit_test_mpi_venc()
581 stParam.stCropCfg.stScaleRect.stDst.s32Y = 0; in unit_test_mpi_venc()
655 stRoiAttr.stRect.s32Y = RK_ALIGN_16((i + 1) * 16); in unit_test_mpi_venc()
H A Dtest_mpi_vi.cpp265 stLayerAttr.stDispRect.s32Y = 0; in create_vo()
308 stChnAttr.stRect.s32Y = 0; in create_vo()
436 stCoverChnAttr.unChnAttr.stCoverChn.stRect.s32Y = 128 * i; in create_rgn()
454 stCoverChnAttr.unChnAttr.stCoverChn.stRect.s32Y = 128 * i; in create_rgn()
470 stCoverChnAttr.unChnAttr.stCoverChn.stRect.s32Y, in create_rgn()
479 stMoscaiChnAttr.unChnAttr.stMosaicChn.stRect.s32Y = 128 * i; in create_rgn()
497 stMoscaiChnAttr.unChnAttr.stMosaicChn.stRect.s32Y = 128 * i; in create_rgn()
512 stMoscaiChnAttr.unChnAttr.stMosaicChn.stRect.s32Y, in create_rgn()
H A Dtest_mpi_avs.cpp591 pstVoCtx.stVoLayerAttr.stDispRect.s32Y = 0; in test_avs_vo_loop()
599 pstVoCtx.stVoChnAttr.stRect.s32Y = 0; in test_avs_vo_loop()
735 RK_PRINT("center x : %d\n", ctx->stCenter.s32Y); in mpi_avs_test_show_options()
841 OPT_INTEGER('\0', "center_y", &(ctx.stCenter.s32Y), in main()
H A Dtest_mpi_all.cpp262 stLayerAttr.stDispRect.s32Y = 0; in create_vo()
352 stChnAttr.stRect.s32Y = (i / (VO_CH_CNT / 2)) * stChnAttr.stRect.u32Height; in create_vo()
366 stChnAttr.stRect.s32Y = (i / (VO_CH_CNT / 2)) * stChnAttr.stRect.u32Height; in create_vo()
H A Dtest_mpi_vdec.cpp512 stLayerAttr.stDispRect.s32Y = 0; in create_vo()
558 stChnAttr.stRect.s32Y = i * stChnAttr.stRect.u32Height / 2; in create_vo()
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_rgn.cpp61 stRgnChnAttr.unChnAttr.stOverlayChn.stPoint.s32Y = 0; in TEST_RGN_CreateOverlayAndAttach()
195 RGN_HANDLE RgnHandle, const MPP_CHN_S *pstChn, RK_S32 s32X, RK_S32 s32Y) { in TEST_RGN_ChangePosition() argument
213 stChnAttr.unChnAttr.stOverlayChn.stPoint.s32Y = s32Y; in TEST_RGN_ChangePosition()
217 stChnAttr.unChnAttr.stCoverChn.stRect.s32Y = s32Y; in TEST_RGN_ChangePosition()
221 stChnAttr.unChnAttr.stMosaicChn.stRect.s32Y = s32Y; in TEST_RGN_ChangePosition()
225 stChnAttr.unChnAttr.stLineChn.stStartPoint.s32Y = s32Y; in TEST_RGN_ChangePosition()
H A Dtest_comm_avs.cpp605 pstAvsGrpAttr->stOutAttr.stCenter.s32Y = pstCtx->stCenter.s32Y; in TEST_AVS_InitAttr_Blend_Lut()
659 pstAvsGrpAttr->stOutAttr.stCenter.s32Y = pstCtx->stCenter.s32Y; in TEST_AVS_InitAttr_Blend_Calib()
934 tmpGrpAttr.stOutAttr.stCenter.s32Y = pstCtx->stCenter.s32Y; in TEST_AVS_ComGrpChnSetScale()
936 tmpGrpAttr.stOutAttr.stCenter.s32X, tmpGrpAttr.stOutAttr.stCenter.s32Y); in TEST_AVS_ComGrpChnSetScale()
H A Dtest_comm_vpss.cpp133 stCropInfo.stCropRect.s32Y = 500 - u32Zoom / 2; in TEST_VPSS_GrpSetZoom()
158 stCropInfo.stCropRect.s32Y = 500 - u32Zoom / 2; in TEST_VPSS_ChnSetZoom()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_pvs.h31 RK_S32 s32Y; member
41 RK_S32 s32Y; member
H A Drk_comm_video.h79 RK_S32 s32Y; member
89 RK_S32 s32Y; member
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_rgn.h49 RGN_HANDLE RgnHandle, const MPP_CHN_S *pstChn, RK_S32 s32X, RK_S32 s32Y);