Home
last modified time | relevance | path

Searched refs:IVE_CONFIG (Results 1 – 6 of 6) sorted by relevance

/external/libavc/encoder/
Dive2.h103 IVE_CONFIG = 0, enumerator
Dih264e_api.c1556 if ((ps_ip->s_ive_ip.u4_enc_speed_preset != IVE_CONFIG) in api_check_struct_sanity()
2498 if (ps_curr_cfg->u4_enc_speed_preset == IVE_CONFIG) in ih264e_codec_update_config()
2614 else if (ps_curr_cfg->u4_enc_speed_preset == IVE_CONFIG) in ih264e_codec_update_config()
2643 if (ps_curr_cfg->u4_enc_speed_preset == IVE_CONFIG) in ih264e_codec_update_config()
Dih264e_utils.c1182 if (ps_codec->s_cfg.u4_enc_speed_preset != IVE_CONFIG) in ih264e_codec_init()
/external/libavc/fuzzer/
DREADME.md127 | `u4_enc_speed_preset` | 0. `IVE_CONFIG` 1. `IVE_SLOWEST` 2. `IVE_NORMAL` 3. `IVE_FAST` 4. `IVE_HI…
Davc_enc_fuzzer.cpp37 constexpr IVE_SPEED_CONFIG kEncSpeed[] = {IVE_CONFIG, IVE_SLOWEST, IVE_NORMAL,
/external/libavc/test/encoder/
Dmain.c383 e_enc_speed_preset = IVE_CONFIG; in get_speed_preset()