Searched refs:u32SrcVirWidth (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_tde.cpp | 61 RK_U32 u32SrcVirWidth; member 310 RK_U32 u32SrcVirWidth = ctx->u32SrcVirWidth; in test_tde_load_src_file() local 312 RK_U32 u32HorStride = RK_MPI_CAL_COMM_GetHorStride(u32SrcVirWidth, srcFmt); in test_tde_load_src_file() 439 if (ctx->u32SrcVirWidth == 0) { in test_tde_set_default_parameter() 440 ctx->u32SrcVirWidth = ctx->stSrcSurface.u32Width; in test_tde_set_default_parameter() 486 RK_PRINT("input vir width : %d\n", ctx->u32SrcVirWidth); in mpi_tde_test_show_options() 525 OPT_INTEGER('\0', "src_vir_width", &(ctx.u32SrcVirWidth), in main()
|
| H A D | test_mpi_gdc.cpp | 91 RK_S32 u32SrcVirWidth; member 272 if (ctx->u32SrcVirWidth == 0) { in unit_test_gdc_get_size() 273 ctx->u32SrcVirWidth = ctx->u32SrcWidth; in unit_test_gdc_get_size() 279 stPicBufAttr.u32Width = ctx->u32SrcVirWidth; in unit_test_gdc_get_size() 1244 ctx->stTask.stImgIn.stVFrame.u32VirWidth = ctx->u32SrcVirWidth; in test_mpi_gdc_api() 1272 … ctx->u32SrcVirWidth, ctx->u32SrcVirHeight, ctx->s32SrcPixFormat, pFile); in test_mpi_gdc_api()
|
| H A D | test_mpi_avs.cpp | 715 RK_PRINT("input virtual width : %d\n", ctx->u32SrcVirWidth); in mpi_avs_test_show_options() 796 OPT_INTEGER('\0', "src_vir_width", &(ctx.u32SrcVirWidth), in main()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/include/ |
| H A D | test_comm_avs.h | 72 RK_U32 u32SrcVirWidth; member
|