Searched refs:cfg_set (Results 1 – 7 of 7) sorted by relevance
48 RK_U32 cfg_set; member331 params.param.com2.cfg_set = cfg->cfg_set; in vdpp_test()536 cfg.cfg_set = strtol(optarg, NULL, 0); in main()
180 RK_U32 cfg_set; member
1503 RK_U16 cfg_set; in vdpp2_set_param() local1563 mask = (param->com2.cfg_set >> 16) & 0x7; in vdpp2_set_param()1564 cfg_set = (param->com2.cfg_set >> 0) & mask; in vdpp2_set_param()1586 ctx->params.dmsr_params.dmsr_enable = (cfg_set & VDPP_DMSR_EN) ? 1 : 0; in vdpp2_set_param()1588 ctx->params.es_params.es_bEnabledES = (cfg_set & VDPP_ES_EN) ? 1 : 0; in vdpp2_set_param()1590 ctx->params.shp_params.sharp_enable = (cfg_set & VDPP_SHARP_EN) ? 1 : 0; in vdpp2_set_param()
1538 static void set_rc_cfg(RcCfg *cfg, MppEncCfgSet *cfg_set) in set_rc_cfg() argument1540 MppEncRcCfg *rc = &cfg_set->rc; in set_rc_cfg()1541 MppEncPrepCfg *prep = &cfg_set->prep; in set_rc_cfg()1542 MppEncRefCfgImpl *ref = (MppEncRefCfgImpl *)cfg_set->ref_cfg; in set_rc_cfg()1544 MppCodingType coding = cfg_set->base.coding; in set_rc_cfg()1587 cfg->scene_mode = cfg_set->tune.scene_mode; in set_rc_cfg()1588 cfg->rc_container = cfg_set->tune.rc_container; in set_rc_cfg()1616 MppEncJpegCfg *jpeg = &cfg_set->jpeg; in set_rc_cfg()
569 MppEncCfgSet *cfg_set = ctx->cfg; in hal_h264e_vepu580_get_task() local570 MppEncRefCfgImpl *ref = (MppEncRefCfgImpl *)cfg_set->ref_cfg; in hal_h264e_vepu580_get_task()571 MppEncH264HwCfg *hw_cfg = &cfg_set->h264.hw_cfg; in hal_h264e_vepu580_get_task()
547 MppEncCfgSet *cfg_set = ctx->cfg; in hal_h264e_vepu510_get_task() local548 MppEncRefCfgImpl *ref = (MppEncRefCfgImpl *)cfg_set->ref_cfg; in hal_h264e_vepu510_get_task()549 MppEncH264HwCfg *hw_cfg = &cfg_set->h264.hw_cfg; in hal_h264e_vepu510_get_task()
546 MppEncCfgSet *cfg_set = ctx->cfg; in hal_h264e_vepu511_get_task() local547 MppEncRefCfgImpl *ref = (MppEncRefCfgImpl *)cfg_set->ref_cfg; in hal_h264e_vepu511_get_task()548 MppEncH264HwCfg *hw_cfg = &cfg_set->h264.hw_cfg; in hal_h264e_vepu511_get_task()