Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_gdc.cpp90 RK_S32 u32SrcHeight; member
276 ctx->u32SrcVirHeight = ctx->u32SrcHeight; in unit_test_gdc_get_size()
464 if (ctx->u32SrcWidth == 1920 && ctx->u32SrcHeight == 1080) { in test_mpi_gdc_desktop_ceil_mount_1p_add_1()
467 outYBase = ctx->u32SrcHeight - outHeightBase; in test_mpi_gdc_desktop_ceil_mount_1p_add_1()
468 } else if (ctx->u32SrcWidth == 2560 && ctx->u32SrcHeight == 1440) { in test_mpi_gdc_desktop_ceil_mount_1p_add_1()
471 outYBase = ctx->u32SrcHeight - outHeightBase; in test_mpi_gdc_desktop_ceil_mount_1p_add_1()
472 } else if (ctx->u32SrcWidth == 3840 && ctx->u32SrcHeight == 2160) { in test_mpi_gdc_desktop_ceil_mount_1p_add_1()
475 outYBase = ctx->u32SrcHeight - outHeightBase; in test_mpi_gdc_desktop_ceil_mount_1p_add_1()
476 } else if (ctx->u32SrcWidth == 7680 && ctx->u32SrcHeight == 4320) { in test_mpi_gdc_desktop_ceil_mount_1p_add_1()
479 outYBase = ctx->u32SrcHeight - outHeightBase; in test_mpi_gdc_desktop_ceil_mount_1p_add_1()
[all …]
H A Dtest_mpi_venc.cpp45 RK_U32 u32SrcHeight; member
154 ctx->u32SrcHeight <= 0) { in check_options()
278 RK_U32 qpmapHeight = RK_ALIGN(pstCtx->u32SrcHeight, align) / 16; in venc_send_frame()
299 … h265_set_qpmap_64x64(qpmapData, qpmapTmp, pstCtx->u32SrcWidth, pstCtx->u32SrcHeight); in venc_send_frame()
336 s32Ret = read_image(pVirAddr, pstCtx->u32SrcWidth, pstCtx->u32SrcHeight, in venc_send_frame()
341 pstCtx->u32SrcHeight, in venc_send_frame()
383 stParam.stCropCfg.stScaleRect.stSrc.u32Height = pstCtx->u32SrcHeight / 2; in venc_send_frame()
397 stFrame.stVFrame.u32Height = pstCtx->u32SrcHeight; in venc_send_frame()
493 stPicBufAttr.u32Height = ctx->u32SrcHeight; in unit_test_mpi_venc()
544 stAttr.stVencAttr.u32PicHeight = ctx->u32SrcHeight; in unit_test_mpi_venc()
[all …]
H A Dtest_mpi_all.cpp60 RK_U32 u32SrcHeight; member
80 ctx->u32SrcHeight <= 0) { in check_options()
106 stAttr.u32PicHeight = ctx->u32SrcHeight; in mpi_create_vdec()
162 ctx->u32ReadSize = ctx->u32SrcWidth * ctx->u32SrcHeight; in mpi_create_stream_mode()
501 stAttr.stVencAttr.u32PicHeight = ctx->u32SrcHeight; in create_venc()
503 stAttr.stVencAttr.u32VirHeight = ctx->u32SrcHeight; in create_venc()
505 stAttr.stVencAttr.u32BufSize = ctx->u32SrcWidth * ctx->u32SrcHeight * 3 / 2; in create_venc()
557 stVpssChnAttr.u32Height = ctx->u32SrcHeight / (i + 1); in create_vpss()
950 RK_PRINT("vdec height : %d\n", ctx->u32SrcHeight); in mpi_all_test_show_options()
971 ctx.u32SrcHeight = 1080; in main()
[all …]
H A Dtest_mpi_vdec.cpp51 RK_U32 u32SrcHeight; member
156 ctx->u32SrcHeight <= 0) { in check_options()
211 stAttr.u32PicHeight = ctx->u32SrcHeight; in mpi_create_vdec()
255 stVdecPicBufAttr.stPicBufAttr.u32Height = ctx->u32SrcHeight; in mpi_create_vdec()
311 ctx->u32ReadSize = ctx->u32SrcWidth * ctx->u32SrcHeight; in mpi_create_stream_mode()
650 RK_PRINT("input height : %d\n", ctx->u32SrcHeight); in mpi_vdec_test_show_options()
682 ctx.u32SrcHeight = 1080; in main()
698 OPT_INTEGER('h', "height", &(ctx.u32SrcHeight), in main()
H A Dtest_mpi_avs.cpp714 RK_PRINT("input height : %d\n", ctx->u32SrcHeight); in mpi_avs_test_show_options()
794 OPT_INTEGER('h', "src_height", &(ctx.u32SrcHeight), in main()
890 || ctx.u32SrcHeight <= 0 in main()
H A Dtest_mpi_vo.cpp87 RK_U32 u32SrcHeight; member
810 pstAttr.u32PicHeight = ctx->stParserCfg.u32SrcHeight; in creat_vdec()
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_vgs.cpp105 RK_U32 u32SrcHeight = pstCtx->stImgIn.stVFrame.u32Height; in TEST_VGS_LoadSrcFrame() local
110 stPicBufAttr.u32Height = u32SrcHeight; in TEST_VGS_LoadSrcFrame()
123 u32SrcWidth, u32SrcHeight, in TEST_VGS_LoadSrcFrame()
H A Dtest_comm_tde.cpp143 RK_U32 u32SrcHeight = pstCtx->pstSrc.u32Height; in TEST_TDE_LoadSrcFrame() local
150 stPicBufAttr.u32Height = u32SrcHeight; in TEST_TDE_LoadSrcFrame()
170 u32SrcWidth, u32SrcHeight, in TEST_TDE_LoadSrcFrame()
H A Dtest_comm_avs.cpp173 stPicBufAttr.u32Height = pstCtx->u32SrcHeight; in TEST_AVS_ModCreateFramePool()
218 pstBufAttr.u32Height = pstCtx->u32SrcHeight; in TEST_AVS_ModGetFrameFromPool()
320 pstBufAttr.u32Height = pstCtx->u32SrcHeight; in TEST_AVS_ModCreateFrame()
567 pstAvsGrpAttr->stInAttr.stSize.u32Height = pstCtx->u32SrcHeight; in TEST_AVS_InitAttr()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_avs.h71 RK_U32 u32SrcHeight; member