Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_gdc.cpp89 RK_S32 u32SrcWidth; member
273 ctx->u32SrcVirWidth = ctx->u32SrcWidth; in unit_test_gdc_get_size()
464 if (ctx->u32SrcWidth == 1920 && ctx->u32SrcHeight == 1080) { 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()
472 } else if (ctx->u32SrcWidth == 3840 && ctx->u32SrcHeight == 2160) { 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()
530 if (ctx->u32SrcWidth == 1920 && ctx->u32SrcHeight == 1080) { in test_mpi_gdc_desktop_ceil_mount_1_add_3()
533 } else if (ctx->u32SrcWidth == 2560 && ctx->u32SrcHeight == 1440) { in test_mpi_gdc_desktop_ceil_mount_1_add_3()
536 } else if (ctx->u32SrcWidth == 3840 && ctx->u32SrcHeight == 2160) { in test_mpi_gdc_desktop_ceil_mount_1_add_3()
539 } else if (ctx->u32SrcWidth == 7680 && ctx->u32SrcHeight == 4320) { in test_mpi_gdc_desktop_ceil_mount_1_add_3()
[all …]
H A Dtest_mpi_venc.cpp44 RK_U32 u32SrcWidth; member
153 ctx->u32SrcWidth <= 0 || in check_options()
277 RK_U32 qpmapWidth = RK_ALIGN(pstCtx->u32SrcWidth, 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()
340 s32Ret = TEST_COMM_FillImage(pVirAddr, pstCtx->u32SrcWidth, in venc_send_frame()
382 stParam.stCropCfg.stScaleRect.stSrc.u32Width = pstCtx->u32SrcWidth / 2; in venc_send_frame()
396 stFrame.stVFrame.u32Width = pstCtx->u32SrcWidth; in venc_send_frame()
492 stPicBufAttr.u32Width = ctx->u32SrcWidth; in unit_test_mpi_venc()
543 stAttr.stVencAttr.u32PicWidth = ctx->u32SrcWidth; in unit_test_mpi_venc()
[all …]
H A Dtest_mpi_all.cpp59 RK_U32 u32SrcWidth; member
79 ctx->u32SrcWidth <= 0 || in check_options()
105 stAttr.u32PicWidth = ctx->u32SrcWidth; in mpi_create_vdec()
162 ctx->u32ReadSize = ctx->u32SrcWidth * ctx->u32SrcHeight; in mpi_create_stream_mode()
500 stAttr.stVencAttr.u32PicWidth = ctx->u32SrcWidth; in create_venc()
502 stAttr.stVencAttr.u32VirWidth = ctx->u32SrcWidth; in create_venc()
505 stAttr.stVencAttr.u32BufSize = ctx->u32SrcWidth * ctx->u32SrcHeight * 3 / 2; in create_venc()
556 stVpssChnAttr.u32Width = ctx->u32SrcWidth / (i + 1); in create_vpss()
949 RK_PRINT("vdec width : %d\n", ctx->u32SrcWidth); in mpi_all_test_show_options()
970 ctx.u32SrcWidth = 1920; in main()
[all …]
H A Dtest_mpi_vdec.cpp50 RK_U32 u32SrcWidth; member
155 ctx->u32SrcWidth <= 0 || in check_options()
210 stAttr.u32PicWidth = ctx->u32SrcWidth; in mpi_create_vdec()
254 stVdecPicBufAttr.stPicBufAttr.u32Width = ctx->u32SrcWidth; in mpi_create_vdec()
311 ctx->u32ReadSize = ctx->u32SrcWidth * ctx->u32SrcHeight; in mpi_create_stream_mode()
649 RK_PRINT("input width : %d\n", ctx->u32SrcWidth); in mpi_vdec_test_show_options()
681 ctx.u32SrcWidth = 1920; in main()
696 OPT_INTEGER('w', "width", &(ctx.u32SrcWidth), in main()
H A Dtest_mpi_avs.cpp713 RK_PRINT("input width : %d\n", ctx->u32SrcWidth); in mpi_avs_test_show_options()
792 OPT_INTEGER('w', "src_width", &(ctx.u32SrcWidth), in main()
889 if (ctx.u32SrcWidth <= 0 in main()
H A Dtest_mpi_vo.cpp86 RK_U32 u32SrcWidth; member
809 pstAttr.u32PicWidth = ctx->stParserCfg.u32SrcWidth; in creat_vdec()
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_vgs.cpp104 RK_U32 u32SrcWidth = pstCtx->stImgIn.stVFrame.u32Width; in TEST_VGS_LoadSrcFrame() local
109 stPicBufAttr.u32Width = u32SrcWidth; in TEST_VGS_LoadSrcFrame()
123 u32SrcWidth, u32SrcHeight, in TEST_VGS_LoadSrcFrame()
H A Dtest_comm_tde.cpp142 RK_U32 u32SrcWidth = pstCtx->pstSrc.u32Width; in TEST_TDE_LoadSrcFrame() local
149 stPicBufAttr.u32Width = u32SrcWidth; in TEST_TDE_LoadSrcFrame()
170 u32SrcWidth, u32SrcHeight, in TEST_TDE_LoadSrcFrame()
H A Dtest_comm_avs.cpp172 stPicBufAttr.u32Width = pstCtx->u32SrcWidth; in TEST_AVS_ModCreateFramePool()
217 pstBufAttr.u32Width = pstCtx->u32SrcWidth; in TEST_AVS_ModGetFrameFromPool()
319 pstBufAttr.u32Width = pstCtx->u32SrcWidth; in TEST_AVS_ModCreateFrame()
566 pstAvsGrpAttr->stInAttr.stSize.u32Width = pstCtx->u32SrcWidth; in TEST_AVS_InitAttr()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_avs.h70 RK_U32 u32SrcWidth; member