Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_venc.cpp47 RK_U32 u32srcVirHeight; member
337 … pstCtx->u32srcVirWidth, pstCtx->u32srcVirHeight, pstCtx->u32SrcPixFormat, fp); in venc_send_frame()
343 pstCtx->u32srcVirHeight, in venc_send_frame()
399 stFrame.stVFrame.u32VirHeight = pstCtx->u32srcVirHeight; in venc_send_frame()
552 if (ctx->u32srcVirHeight <= 0) { in unit_test_mpi_venc()
553 ctx->u32srcVirHeight = ctx->u32SrcHeight; in unit_test_mpi_venc()
555 stAttr.stVencAttr.u32VirHeight = ctx->u32srcVirHeight; in unit_test_mpi_venc()
816 RK_PRINT("src virHeight : %d\n", ctx->u32srcVirHeight); in mpi_venc_test_show_options()
883 OPT_INTEGER('\0', "vir_height", &(ctx.u32srcVirHeight), in main()