Lines Matching refs:u4_max_level
418 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()
428 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_32) in api_check_struct_sanity()
429 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_40) in api_check_struct_sanity()
430 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_41) in api_check_struct_sanity()
431 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_42) in api_check_struct_sanity()
432 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_50) in api_check_struct_sanity()
433 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_51)) in api_check_struct_sanity()
658 s_ip.s_ive_ip.u4_max_level = ps_ip->s_ive_ip.u4_max_level; in api_check_struct_sanity()
2282 ps_codec->s_cfg.u4_max_level); in ih264e_codec_update_config()
2315 ps_cfg->u4_max_level = DEFAULT_MAX_LEVEL; in ih264e_set_default_params()
3611 ps_cfg->u4_max_level = ps_ip->s_ive_ip.u4_max_level; in ih264e_init_mem_rec()
3628 if ((ps_ip->s_ive_ip.u4_max_level < MIN_LEVEL) in ih264e_init_mem_rec()
3629 || (ps_ip->s_ive_ip.u4_max_level > MAX_LEVEL)) in ih264e_init_mem_rec()
3632 ps_cfg->u4_max_level = DEFAULT_MAX_LEVEL; in ih264e_init_mem_rec()