Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_venc.cpp533 stAttr.stRcAttr.enRcMode = ctx->enRcMode; in unit_test_mpi_venc()
534 stAttr.stRcAttr.stH264Cbr.u32Gop = ctx->u32GopSize; in unit_test_mpi_venc()
535 stAttr.stRcAttr.stH264Cbr.u32BitRate = ctx->u32BitRateKb; in unit_test_mpi_venc()
536 …TEST_VENC_SET_BitRate(&stAttr.stRcAttr, ctx->u32BitRateKb, ctx->u32BitRateKbMax, ctx->u32BitRateKb… in unit_test_mpi_venc()
537 TEST_VENC_SET_FixQp(&stAttr.stRcAttr, ctx->u32FixQp, ctx->u32FixQp + 2, ctx->u32FixQp); in unit_test_mpi_venc()
538 TEST_VENC_SET_StatTime(&stAttr.stRcAttr, ctx->u32StatTime); in unit_test_mpi_venc()
596 stAttr.stRcAttr.enRcMode = VENC_RC_MODE_H264AVBR; in unit_test_mpi_venc()
597 stAttr.stRcAttr.stH264Avbr.u32Gop = 99; in unit_test_mpi_venc()
598 stAttr.stRcAttr.stH264Avbr.u32SrcFrameRateNum = 25; in unit_test_mpi_venc()
599 stAttr.stRcAttr.stH264Avbr.u32SrcFrameRateDen = 1; in unit_test_mpi_venc()
[all …]
H A Dtest_mpi_avs.cpp398 pstVencCtx[i].stAttr.stRcAttr.enRcMode = VENC_RC_MODE_H264CBR; in test_avs_vpss_venc_loop()
399 pstVencCtx[i].stAttr.stRcAttr.stH264Cbr.u32Gop = 60; in test_avs_vpss_venc_loop()
400 pstVencCtx[i].stAttr.stRcAttr.stH264Cbr.u32BitRate = 65536; in test_avs_vpss_venc_loop()
404 pstVencCtx[i].stAttr.stRcAttr.enRcMode = VENC_RC_MODE_H265CBR; in test_avs_vpss_venc_loop()
405 pstVencCtx[i].stAttr.stRcAttr.stH265Cbr.u32Gop = 60; in test_avs_vpss_venc_loop()
406 pstVencCtx[i].stAttr.stRcAttr.stH264Cbr.u32BitRate = 16384; in test_avs_vpss_venc_loop()
H A Dtest_mpi_all.cpp498 stAttr.stRcAttr.enRcMode = VENC_RC_MODE_H264CBR; in create_venc()
499 stAttr.stRcAttr.stH264Cbr.u32Gop = 60; in create_venc()
H A Dtest_mpi_vi.cpp234 ctx->stVencCfg[u32Ch].stAttr.stRcAttr.enRcMode = VENC_RC_MODE_H264CBR; in init_venc_cfg()
235 ctx->stVencCfg[u32Ch].stAttr.stRcAttr.stH264Cbr.u32Gop = 60; in init_venc_cfg()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_venc.h390 VENC_RC_ATTR_S stRcAttr; /*the attribute of rate ctrl*/ member