Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_cfg_test.c33 ret = mpp_cfg_to_string(obj, fmt, &std); in test_to_from()
45 ret = mpp_cfg_to_string(out, fmt, &str); in test_to_from()
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_cfg_io.h82 rk_s32 mpp_cfg_to_string(MppCfgObj obj, MppCfgStrFmt fmt, char **buf);
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c498 mpp_cfg_to_string(obj, fmt, buf); in GET_ENC_CFG_CHANGE()
H A Dmpp_cfg_io.c2963 rk_s32 mpp_cfg_to_string(MppCfgObj obj, MppCfgStrFmt fmt, char **buf) in mpp_cfg_to_string() function