Searched refs:u4_max_level (Results 1 - 8 of 8) sorted by relevance

/external/libavc/encoder/
H A Dih264e_api.c418 if ((ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_10)
419 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_1B)
420 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_11)
421 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_12)
422 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_13)
423 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_20)
424 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_21)
425 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_22)
426 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_30)
427 && (ps_ip->s_ive_ip.u4_max_level !
[all...]
H A Div2.h329 UWORD32 u4_max_level; member in struct:__anon7723
H A Dive2.h275 UWORD32 u4_max_level; member in struct:__anon7735
H A Dih264e_encode_header.c690 ps_sps->u1_level_idc = MAX(ps_cfg->u4_max_level,
H A Dih264e_structs.h361 UWORD32 u4_max_level; member in struct:__anon7673
H A Dih264e_utils.c1340 MAX(ps_codec->s_cfg.u4_max_level,
/external/libavc/test/encoder/
H A Dapp.h262 UWORD32 u4_max_level; member in struct:__anon7793
H A Dmain.c579 sscanf(value, "%d", &ps_app_ctxt->u4_max_level);
951 ps_app_ctxt->u4_max_level = DEFAULT_MAX_LEVEL;
2227 s_fill_mem_rec_ip.s_ive_ip.u4_max_level = s_app_ctxt.u4_max_level;
2293 s_init_ip.s_ive_ip.u4_max_level = s_app_ctxt.u4_max_level;

Completed in 107 milliseconds