Home
last modified time | relevance | path

Searched refs:data_type (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/base/
H A Dmpp_cfg.c60 strof_cfg_type(node->data_type), strof_cfg_type(type)); in show_cfg_info_err()
132 CfgType cfg_type = (CfgType)node->data_type; in check_cfg_info()
H A Dmpp_cfg_io.c265 impl->info.data_type = CFG_FUNC_TYPE_BUTT; in mpp_cfg_get_object()
319 impl->info.data_type = CFG_FUNC_TYPE_BUTT; in mpp_cfg_get_array()
553 impl->name, strof_cfg_type(info->data_type), in mpp_cfg_set_info()
556 if (info->data_type < CFG_FUNC_TYPE_BUTT) { in mpp_cfg_set_info()
559 switch (info->data_type) { in mpp_cfg_set_info()
576 impl->info.data_type = CFG_FUNC_TYPE_BUTT; in mpp_cfg_set_info()
603 if (impl->info.data_type < CFG_FUNC_TYPE_BUTT && impl->parent) { in add_obj_info()
3077 strof_cfg_type(tbl->data_type), tbl->data_offset, tbl->data_size); in write_struct()
3079 if (tbl->data_type < CFG_FUNC_TYPE_BUTT) { in write_struct()
3080 switch (tbl->data_type) { in write_struct()
[all …]
H A Dmpp_sys_cfg.c654 strof_cfg_type(info->data_type)); \
686 strof_cfg_type(info->data_type)); \
724 strof_cfg_type(info->data_type), info->data_offset, info->data_size); in mpp_sys_cfg_show()
/rockchip-linux_mpp/mpp/inc/
H A Dmpp_internal.h40 CfgType data_type; member
/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_obj_helper.h74 .data_type = CFG_FUNC_TYPE_##ftype, \