Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_cfg_io.c1018 static rk_s32 mpp_toml_parent_is_array_table(MppCfgIoImpl *impl, MppCfgStrBuf *str) in mpp_toml_parent_is_array_table() function
1051 if (mpp_toml_parent_is_array_table(impl, str)) in mpp_toml_non_top()
1132 if (!mpp_toml_parent_is_array_table(impl, str) && !first_time) in mpp_cfg_to_toml()
1145 if (!mpp_toml_parent_is_array_table(impl, str) && !first_time) in mpp_cfg_to_toml()
1150 if (str->depth > 0 && !mpp_toml_parent_is_array_table(impl, str)) { in mpp_cfg_to_toml()