Home
last modified time | relevance | path

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

/rockchip-linux_mpp/inc/
H A Drk_mpi_cmd.h130 MPP_ENC_GET_CFG, /* get MppEncCfg structure */ enumerator
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_v2.c386 case MPP_ENC_GET_CFG : { in mpp_enc_control_v2()
/rockchip-linux_mpp/kmpp/
H A Dkmpp.c494 case MPP_ENC_GET_CFG : { in control()
/rockchip-linux_mpp/test/
H A Dmpi_enc_mt_test.c588 ret = p->mpi->control(p->ctx, MPP_ENC_GET_CFG, p->cfg); in mt_test_res_init()
H A Dmpi_enc_test.c1209 ret = p->mpi->control(p->ctx, MPP_ENC_GET_CFG, p->cfg); in enc_test()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md587 MPP推荐使用封装后的MppEncCfg结构通过control接口的MPP_ENC_SET_CFG/MPP_ENC_GET_CFG命令来进行编码器信息配置。
H A DRockchip_Developer_Guide_MPP_EN.md561 …ructure to configure encoder information through the MPP_ENC_SET_CFG/MPP_ENC_GET_CFG command of th…
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp1594 return mpi->control(mpp_ctx, MPP_ENC_GET_CFG, enc_cfg);; in control()