Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dive2.h104 IVE_SLOWEST = 1, enumerator
Dih264e_process.c1953 if (ps_codec->s_cfg.u4_enc_speed_preset == IVE_SLOWEST) in ih264e_process()
1971 if (ps_codec->s_cfg.u4_enc_speed_preset == IVE_SLOWEST) in ih264e_process()
2122 if (ps_codec->s_cfg.u4_enc_speed_preset == IVE_SLOWEST) in ih264e_process()
Dih264e_utils.c1172 if (ps_codec->s_cfg.u4_enc_speed_preset == IVE_SLOWEST) in ih264e_codec_init()
Dih264e_api.c1424 && (ps_ip->s_ive_ip.u4_enc_speed_preset != IVE_SLOWEST) in api_check_struct_sanity()
1983 if (ps_curr_cfg->u4_enc_speed_preset == IVE_SLOWEST) in ih264e_codec_update_config()
/external/libavc/test/encoder/
Dmain.c381 e_enc_speed_preset = IVE_SLOWEST; in get_speed_preset()