Lines Matching refs:s_ip
736 ih264e_fill_mem_rec_ip_t s_ip; in api_check_struct_sanity() local
745 s_ip.s_ive_ip.u4_size = sizeof(ih264e_fill_mem_rec_ip_t); in api_check_struct_sanity()
748 s_ip.s_ive_ip.e_cmd = IV_CMD_FILL_NUM_MEM_REC; in api_check_struct_sanity()
749 s_ip.s_ive_ip.ps_mem_rec = s_mem_rec_ittiam_api; in api_check_struct_sanity()
750 s_ip.s_ive_ip.u4_max_wd = max_wd; in api_check_struct_sanity()
751 s_ip.s_ive_ip.u4_max_ht = max_ht; in api_check_struct_sanity()
752 s_ip.s_ive_ip.u4_num_mem_rec = ps_ip->s_ive_ip.u4_num_mem_rec; in api_check_struct_sanity()
753 s_ip.s_ive_ip.u4_max_level = ps_ip->s_ive_ip.u4_max_level; in api_check_struct_sanity()
754 s_ip.s_ive_ip.u4_max_ref_cnt = ps_ip->s_ive_ip.u4_max_ref_cnt; in api_check_struct_sanity()
755 s_ip.s_ive_ip.u4_max_reorder_cnt = in api_check_struct_sanity()
757 s_ip.s_ive_ip.e_color_format = ps_ip->s_ive_ip.e_inp_color_fmt; in api_check_struct_sanity()
758 s_ip.s_ive_ip.u4_max_srch_rng_x = in api_check_struct_sanity()
760 s_ip.s_ive_ip.u4_max_srch_rng_y = in api_check_struct_sanity()
769 e_status = ih264e_api_function(NULL, (void *) &s_ip, in api_check_struct_sanity()