Searched refs:elems (Results 1 – 2 of 2) sorted by relevance
33 MppDevInfoCfg *elems; member51 impl->elems = (MppDevInfoCfg *)(impl + 1); in hal_info_init()79 MppDevInfoCfg *elems = NULL; in hal_info_set() local108 elems = &info->elems[type]; in hal_info_set()110 if (elems->type != type || elems->flag != flag || elems->data != data) { in hal_info_set()112 elems->type = type; in hal_info_set()113 elems->flag = flag; in hal_info_set()114 elems->data = data; in hal_info_set()140 RK_S32 elem_size = sizeof(info->elems[0]); in hal_info_get()168 memcpy(data, &info->elems[i], elem_size); in hal_info_get()
92 MppCfgIoImpl **elems; member322 impl->elems = (MppCfgIoImpl **)((char *)(impl + 1) + name_buf_len); in mpp_cfg_get_array()436 if (root_impl->type == MPP_CFG_TYPE_ARRAY && root_impl->elems) { in mpp_cfg_add()440 if (!root_impl->elems[i]) { in mpp_cfg_add()441 root_impl->elems[i] = leaf_impl; in mpp_cfg_add()464 if (parent->type == MPP_CFG_TYPE_ARRAY && parent->elems) { in mpp_cfg_del()468 if (parent->elems[i] == impl) { in mpp_cfg_del()469 parent->elems[i] = NULL; in mpp_cfg_del()