Searched refs:e_rc_mode (Results 1 – 7 of 7) sorted by relevance
83 5. Rate control mode (parameter name: `e_rc_mode`)124 | `e_rc_mode` | 0. `IVE_RC_NONE` 1. `IVE_RC_STORAGE` 2. `IVE_RC_CBR_NON_LOW_DELAY` 3. `IVE_RC_CBR_L…
312 sInitIp.e_rc_mode = mRCMode; in initEncoder()
557 if ((ps_ip->s_ive_ip.e_rc_mode != IVE_RC_NONE) in api_check_struct_sanity()558 && (ps_ip->s_ive_ip.e_rc_mode != IVE_RC_STORAGE) in api_check_struct_sanity()559 && (ps_ip->s_ive_ip.e_rc_mode != IVE_RC_CBR_NON_LOW_DELAY)) in api_check_struct_sanity()2471 if (IVE_RC_NONE != ps_curr_cfg->e_rc_mode) in ih264e_codec_update_config()2707 && IVE_RC_NONE != ps_codec->s_cfg.e_rc_mode) in ih264e_codec_update_config()2803 switch (ps_codec->s_cfg.e_rc_mode) in ih264e_codec_update_config()2878 ps_cfg->e_rc_mode = DEFAULT_RC; in ih264e_set_default_params()4190 ps_cfg->e_rc_mode = ps_ip->s_ive_ip.e_rc_mode; in ih264e_init_mem_rec()
301 IVE_RC_MODE_T e_rc_mode; member
382 IVE_RC_MODE_T e_rc_mode; member
1319 switch (ps_codec->s_cfg.e_rc_mode) in ih264e_codec_init()
2649 s_init_ip.s_ive_ip.e_rc_mode = s_app_ctxt.u4_rc; in h264enc_main()