Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_api.c418 if ((ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_10) in api_check_struct_sanity()
419 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_1B) in api_check_struct_sanity()
420 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_11) in api_check_struct_sanity()
421 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_12) in api_check_struct_sanity()
422 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_13) in api_check_struct_sanity()
423 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_20) in api_check_struct_sanity()
424 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_21) in api_check_struct_sanity()
425 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_22) in api_check_struct_sanity()
426 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_30) in api_check_struct_sanity()
427 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_31) in api_check_struct_sanity()
[all …]
Div2.h329 UWORD32 u4_max_level; member
Dive2.h275 UWORD32 u4_max_level; member
Dih264e_encode_header.c822 ps_sps->u1_level_idc = MAX(ps_cfg->u4_max_level, in ih264e_populate_sps()
Dih264e_structs.h361 UWORD32 u4_max_level; member
Dih264e_utils.c1340 MAX(ps_codec->s_cfg.u4_max_level, in ih264e_codec_init()
/external/libavc/test/encoder/
Dmain.c581 sscanf(value, "%d", &ps_app_ctxt->u4_max_level); in parse_argument()
957 ps_app_ctxt->u4_max_level = DEFAULT_MAX_LEVEL; in init_default_params()
2237 s_fill_mem_rec_ip.s_ive_ip.u4_max_level = s_app_ctxt.u4_max_level; in h264enc_main()
2303 s_init_ip.s_ive_ip.u4_max_level = s_app_ctxt.u4_max_level; in h264enc_main()
Dapp.h263 UWORD32 u4_max_level; member