Searched refs:u32DstHeight (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_vgs.cpp | 42 RK_U32 u32DstHeight = pstCtx->stImgOut.stVFrame.u32Height; in TEST_VGS_Save_DstFrame() local 46 stPicBufAttr.u32Height = u32DstHeight; in TEST_VGS_Save_DstFrame() 147 RK_U32 u32DstHeight = pstCtx->stImgOut.stVFrame.u32Height; in TEST_VGS_CreateDstFrame() local 152 stPicBufAttr.u32Height = u32DstHeight; in TEST_VGS_CreateDstFrame()
|
| H A D | test_comm_tde.cpp | 42 RK_U32 u32DstHeight = pstCtx->pstDst.u32Height; in TEST_TDE_Save_DstFrame() local 46 stPicBufAttr.u32Height = u32DstHeight; in TEST_TDE_Save_DstFrame() 193 RK_U32 u32DstHeight = pstCtx->pstDst.u32Height; in TEST_TDE_CreateDstFrame() local 198 stPicBufAttr.u32Height = u32DstHeight; in TEST_TDE_CreateDstFrame()
|
| H A D | test_comm_avs.cpp | 620 pstAvsChnAttrs[i].u32Height = pstCtx->u32DstHeight; in TEST_AVS_InitAttr_Blend_Lut() 624 pstAvsChnAttrs[i].u32Height = RK_ALIGN(pstCtx->u32DstHeight / 2, 2); in TEST_AVS_InitAttr_Blend_Lut() 675 pstAvsChnAttrs[i].u32Height = pstCtx->u32DstHeight; in TEST_AVS_InitAttr_Blend_Calib() 679 pstAvsChnAttrs[i].u32Height = RK_ALIGN(pstCtx->u32DstHeight / 2, 2); in TEST_AVS_InitAttr_Blend_Calib() 711 pstAvsChnAttrs[i].u32Height = pstCtx->u32DstHeight; in TEST_AVS_InitAttr_NoBlend() 715 pstAvsChnAttrs[i].u32Height = RK_ALIGN(pstCtx->u32DstHeight / 2, 2); in TEST_AVS_InitAttr_NoBlend() 906 tmpChnAttr.u32Height = pstCtx->u32DstHeight; in TEST_AVS_ComChnSetScale() 954 tmpChnAttr.u32Height = pstCtx->u32DstHeight; in TEST_AVS_ComGrpChnSetScale()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/include/ |
| H A D | test_comm_avs.h | 78 RK_U32 u32DstHeight; member
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_gdc.cpp | 98 RK_S32 u32DstHeight; member 1251 ctx->stTask.stImgOut.stVFrame.u32Height = ctx->u32DstHeight; in test_mpi_gdc_api() 1253 ctx->stTask.stImgOut.stVFrame.u32VirHeight = ctx->u32DstHeight; in test_mpi_gdc_api() 1430 RK_PRINT("dst height : %d\n", ctx->u32DstHeight); in mpi_gdc_test_show_options() 1493 OPT_INTEGER('H', "dst_height", &(ctx->u32DstHeight), in main() 1554 if (ctx->u32DstHeight == 0) in main() 1555 ctx->u32DstHeight = ctx->u32SrcHeight; in main()
|
| H A D | test_mpi_avs.cpp | 720 RK_PRINT("output height : %d\n", ctx->u32DstHeight); in mpi_avs_test_show_options() 806 OPT_INTEGER('H', "dst_height", &(ctx.u32DstHeight), in main() 892 || ctx.u32DstHeight <= 0) { in main()
|