Searched refs:write_byte_f (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_cfg_io.c | 664 #define write_byte_f(str, buf, size) write_byte(str, (void *)buf, size, __FUNCTION__) macro 802 if (write_byte_f(str, space, &indent_width)) in write_indent() 881 return write_byte_f(str, buf, &len); in mpp_cfg_to_log() 892 return write_byte_f(str, buf, &len); in mpp_cfg_to_log() 898 ret = write_byte_f(str, buf, &len); in mpp_cfg_to_log() 918 return write_byte_f(str, buf, &len); in mpp_cfg_to_log() 972 return write_byte_f(str, buf, &len); in mpp_cfg_to_json() 983 return write_byte_f(str, buf, &len); in mpp_cfg_to_json() 989 ret = write_byte_f(str, buf, &len); in mpp_cfg_to_json() 1015 return write_byte_f(str, buf, &len); in mpp_cfg_to_json() [all …]
|