| /rockchip-linux_mpp/osal/linux/ |
| H A D | os_log.c | 44 char line[LINE_SZ] = {0}; in os_log_trace() local 45 snprintf(line, sizeof(line) - 1, "%s: %s", tag, msg); in os_log_trace() 46 vsyslog(LOG_NOTICE, line, list); in os_log_trace() 51 char line[LINE_SZ] = {0}; in os_log_debug() local 52 snprintf(line, sizeof(line) - 1, "%s: %s", tag, msg); in os_log_debug() 53 vsyslog(LOG_DEBUG, line, list); in os_log_debug() 58 char line[LINE_SZ] = {0}; in os_log_info() local 59 snprintf(line, sizeof(line) - 1, "%s: %s", tag, msg); in os_log_info() 60 vsyslog(LOG_INFO, line, list); in os_log_info() 65 char line[LINE_SZ] = {0}; in os_log_warn() local [all …]
|
| /rockchip-linux_mpp/test/ |
| H A D | mpp_parse_cfg.c | 103 static char *get_opt_value(char *line) in get_opt_value() argument 107 for (i = 0; i < strlen(line); ++i) { in get_opt_value() 108 if (line[i] == ':') in get_opt_value() 109 return string_trim(&line[i + 1]); in get_opt_value() 116 static int lookup_opt_type(char *line) in lookup_opt_type() argument 121 if (!strncmp(op_tbl[i].type_str, line, in lookup_opt_type() 133 char *line = read_cfg_line(cfg); in scan_event_line() local 135 if (line != NULL && line[0] != '\n' && line[0] != '[') { in scan_event_line() 136 sscanf(line, "%d\t%d\t%f", in scan_event_line() 212 char *line = read_cfg_line(&cfg); in mpp_parse_config() local [all …]
|
| /rockchip-linux_mpp/utils/ |
| H A D | iniparser.c | 640 char * line = NULL; in iniparser_line() local 643 line = xstrdup(input_line); in iniparser_line() 644 len = strstrip(line); in iniparser_line() 650 } else if (line[0] == '#' || line[0] == ';') { in iniparser_line() 653 } else if (line[0] == '[' && line[len - 1] == ']') { in iniparser_line() 655 sscanf(line, "[%[^]]", section); in iniparser_line() 659 } else if (sscanf (line, "%[^=] = \"%[^\"]\"", key, value) == 2 in iniparser_line() 660 || sscanf (line, "%[^=] = '%[^\']'", key, value) == 2) { in iniparser_line() 666 } else if (sscanf (line, "%[^=] = %[^;#]", key, value) == 2) { in iniparser_line() 679 } else if (sscanf(line, "%[^=] = %[;#]", key, value) == 2 in iniparser_line() [all …]
|
| /rockchip-linux_mpp/tools/ |
| H A D | astylerc | 25 --keep-one-line-blocks 26 --keep-one-line-statements
|
| H A D | mpp_doxyfile | 43 # Using the PROJECT_BRIEF tag one can provide an optional one line description 166 # first line (until the first dot) of a Javadoc-style comment as the brief 175 # line (until the first dot) of a Qt-style comment as the brief description. If 183 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as 185 # to treat a multi-line C++ comment block as a detailed description. Set this 721 # can produce. The string should contain the $file, $line, and $text tags, which 722 # will be replaced by the file and line number from which the warning originated 726 # The default value is: $file:$line: $text. 728 WARN_FORMAT = "$file:$line: $text" 953 # tools must be available from the command line (i.e. in the search path). [all …]
|
| /rockchip-linux_mpp/mpp/ |
| H A D | mpp_impl.c | 124 static RK_U8 fetch_data(RK_U32 fmt, RK_U8 *line, RK_U32 num) in fetch_data() argument 131 value = (line[num * 10 / 8] >> offset) | in fetch_data() 132 (line[num * 10 / 8 + 1] << (8 - offset)); in fetch_data() 136 value = line[num]; in fetch_data()
|
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_enc_refs.h | 87 void _dump_frm(EncFrmStatus *frm, const char *func, RK_S32 line);
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_refs.c | 106 void _dump_frm(EncFrmStatus *frm, const char *func, RK_S32 line) in _dump_frm() argument 113 func, line, frm->valid, frm->seq_idx, in _dump_frm() 118 func, line, frm->valid, frm->seq_idx, in _dump_frm() 124 func, line, frm->valid, frm->seq_idx, in _dump_frm() 132 void _dump_cpb(EncVirtualCpb *cpb, const char *func, RK_S32 line) in _dump_cpb() argument 137 mpp_log("%s:%d cpb %p status:\n", func, line, cpb); in _dump_cpb()
|
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_dpb.h | 164 void h264e_dpb_dump_frm(H264eDpb *dpb, const char *caller, RK_S32 line);
|
| H A D | h264e_dpb.c | 44 void h264e_dpb_dump_frm(H264eDpb *dpb, const char *caller, RK_S32 line) in h264e_dpb_dump_frm() argument 48 mpp_log_f("dump dpb frame info in %s line %d\n", caller, line); in h264e_dpb_dump_frm()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/avs2d/ |
| H A D | hal_avs2d_vdpu383.c | 806 static RK_U8 fetch_data(RK_U32 fmt, RK_U8 *line, RK_U32 num) in fetch_data() argument 813 value = (line[num * 10 / 8] >> offset) | in fetch_data() 814 (line[num * 10 / 8 + 1] << (8 - offset)); in fetch_data() 818 value = line[num]; in fetch_data()
|
| H A D | hal_avs2d_rkv.c | 942 static RK_U8 fetch_data(RK_U32 fmt, RK_U8 *line, RK_U32 num) in fetch_data() argument 949 value = (line[num * 10 / 8] >> offset) | in fetch_data() 950 (line[num * 10 / 8 + 1] << (8 - offset)); in fetch_data() 954 value = line[num]; in fetch_data()
|
| H A D | hal_avs2d_vdpu382.c | 1008 static RK_U8 fetch_data(RK_U32 fmt, RK_U8 *line, RK_U32 num) in fetch_data() argument 1015 value = (line[num * 10 / 8] >> offset) | in fetch_data() 1016 (line[num * 10 / 8 + 1] << (8 - offset)); in fetch_data() 1020 value = line[num]; in fetch_data()
|
| /rockchip-linux_mpp/ |
| H A D | CHANGELOG.md | 627 - [mpp_dmabuf]: fix align cache line size calculate err
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 768 …nce data and the chrominance data are directly connected, and there is no blank line in the middle.
|