Searched refs:MPP_ENC_GET_CFG (Results 1 – 8 of 8) sorted by relevance
130 MPP_ENC_GET_CFG, /* get MppEncCfg structure */ enumerator
386 case MPP_ENC_GET_CFG : { in mpp_enc_control_v2()
494 case MPP_ENC_GET_CFG : { in control()
588 ret = p->mpi->control(p->ctx, MPP_ENC_GET_CFG, p->cfg); in mt_test_res_init()
1209 ret = p->mpi->control(p->ctx, MPP_ENC_GET_CFG, p->cfg); in enc_test()
587 MPP推荐使用封装后的MppEncCfg结构通过control接口的MPP_ENC_SET_CFG/MPP_ENC_GET_CFG命令来进行编码器信息配置。
561 …ructure to configure encoder information through the MPP_ENC_SET_CFG/MPP_ENC_GET_CFG command of th…
1594 return mpi->control(mpp_ctx, MPP_ENC_GET_CFG, enc_cfg);; in control()