Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_api.c557 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()
Dive2.h301 IVE_RC_MODE_T e_rc_mode; member
Dih264e_structs.h382 IVE_RC_MODE_T e_rc_mode; member
Dih264e_utils.c1324 switch (ps_codec->s_cfg.e_rc_mode) in ih264e_codec_init()
/external/libavc/test/encoder/
Dmain.c2649 s_init_ip.s_ive_ip.e_rc_mode = s_app_ctxt.u4_rc; in h264enc_main()