Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_api.c513 if ((ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_10) in api_check_struct_sanity()
514 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_1B) in api_check_struct_sanity()
515 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_11) in api_check_struct_sanity()
516 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_12) in api_check_struct_sanity()
517 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_13) in api_check_struct_sanity()
518 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_20) in api_check_struct_sanity()
519 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_21) in api_check_struct_sanity()
520 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_22) in api_check_struct_sanity()
521 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_30) in api_check_struct_sanity()
522 && (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.h289 UWORD32 u4_max_level; member
Dih264e_structs.h367 UWORD32 u4_max_level; member
Dih264e_encode_header.c1129 ps_sps->u1_level_idc = MAX(ps_cfg->u4_max_level, in ih264e_populate_sps()
Dih264e_utils.c1352 MAX(ps_codec->s_cfg.u4_max_level, in ih264e_codec_init()
/external/libavc/test/encoder/
Dmain.c583 sscanf(value, "%d", &ps_app_ctxt->u4_max_level); in parse_argument()
961 ps_app_ctxt->u4_max_level = DEFAULT_MAX_LEVEL; in init_default_params()
2572 s_fill_mem_rec_ip.s_ive_ip.u4_max_level = s_app_ctxt.u4_max_level; in h264enc_main()
2638 s_init_ip.s_ive_ip.u4_max_level = s_app_ctxt.u4_max_level; in h264enc_main()
Dapp.h266 UWORD32 u4_max_level; member
/external/libavc/fuzzer/
Davc_enc_fuzzer.cpp270 sFillMemRecIp.u4_max_level = mAvcEncLevel; in initEncoder()
308 sInitIp.u4_max_level = mAvcEncLevel; in initEncoder()