Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_cfg_io.c2290 static rk_s32 parse_toml_value(MppCfgIoImpl *parent, const char *name, MppCfgStrBuf *str);
2344 ret = parse_toml_value(parent, NULL, str); in parse_toml_array()
2394 static rk_s32 parse_toml_value(MppCfgIoImpl *parent, const char *name, MppCfgStrBuf *str) in parse_toml_value() function
2648 ret = parse_toml_value(parent, tmp, str); in parse_toml_object()