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.c2024 if (ps_codec->s_cfg.u4_enc_speed_preset == IVE_SLOWEST) in ih264e_process()
2042 if (ps_codec->s_cfg.u4_enc_speed_preset == IVE_SLOWEST) in ih264e_process()
2192 if (ps_codec->s_cfg.u4_enc_speed_preset == IVE_SLOWEST) in ih264e_process()
Dih264e_utils.c1189 if (ps_codec->s_cfg.u4_enc_speed_preset == IVE_SLOWEST) in ih264e_codec_init()
Dih264e_api.c1557 && (ps_ip->s_ive_ip.u4_enc_speed_preset != IVE_SLOWEST) in api_check_struct_sanity()
2522 if (ps_curr_cfg->u4_enc_speed_preset == IVE_SLOWEST) in ih264e_codec_update_config()
/external/libavc/test/encoder/
Dmain.c385 e_enc_speed_preset = IVE_SLOWEST; in get_speed_preset()