| /rockchip-linux_mpp/mpp/vproc/iep/ |
| H A D | iep.c | 37 IepMsg msg; member 215 static RK_U32 check_msg_image(IepMsg *msg) in check_msg_image() argument 218 IepMsgImg *src = &msg->src; in check_msg_image() 219 IepMsgImg *dst = &msg->dst; in check_msg_image() 339 IepMsg *msg = &impl->msg; in iep_control() local 343 memset(msg, 0, sizeof(*msg)); in iep_control() 346 IepMsgImg *src = &msg->src; in iep_control() 350 memcpy(&msg->src, param, sizeof(IepImg)); in iep_control() 360 msg->dein_mode == IEP_DEI_MODE_DISABLE) { in iep_control() 361 msg->dein_mode = IEP_DEI_MODE_BYPASS; in iep_control() [all …]
|
| /rockchip-linux_mpp/osal/android/ |
| H A D | os_log.c | 9 void os_log_trace(const char* tag, const char* msg, va_list list) in os_log_trace() argument 11 __android_log_vprint(ANDROID_LOG_VERBOSE, tag, msg, list); in os_log_trace() 14 void os_log_debug(const char* tag, const char* msg, va_list list) in os_log_debug() argument 16 __android_log_vprint(ANDROID_LOG_DEBUG, tag, msg, list); in os_log_debug() 19 void os_log_info(const char* tag, const char* msg, va_list list) in os_log_info() argument 21 __android_log_vprint(ANDROID_LOG_INFO, tag, msg, list); in os_log_info() 24 void os_log_warn(const char* tag, const char* msg, va_list list) in os_log_warn() argument 26 __android_log_vprint(ANDROID_LOG_WARN, tag, msg, list); in os_log_warn() 29 void os_log_error(const char* tag, const char* msg, va_list list) in os_log_error() argument 31 __android_log_vprint(ANDROID_LOG_ERROR, tag, msg, list); in os_log_error() [all …]
|
| /rockchip-linux_mpp/osal/linux/ |
| H A D | os_log.c | 42 void os_log_trace(const char* tag, const char* msg, va_list list) in os_log_trace() argument 45 snprintf(line, sizeof(line) - 1, "%s: %s", tag, msg); in os_log_trace() 49 void os_log_debug(const char* tag, const char* msg, va_list list) in os_log_debug() argument 52 snprintf(line, sizeof(line) - 1, "%s: %s", tag, msg); in os_log_debug() 56 void os_log_info(const char* tag, const char* msg, va_list list) in os_log_info() argument 59 snprintf(line, sizeof(line) - 1, "%s: %s", tag, msg); in os_log_info() 63 void os_log_warn(const char* tag, const char* msg, va_list list) in os_log_warn() argument 66 snprintf(line, sizeof(line) - 1, "%s: %s", tag, msg); in os_log_warn() 70 void os_log_error(const char* tag, const char* msg, va_list list) in os_log_error() argument 73 snprintf(line, sizeof(line) - 1, "%s: %s", tag, msg); in os_log_error() [all …]
|
| /rockchip-linux_mpp/osal/ |
| H A D | os_log.h | 22 void os_log_trace(const char* tag, const char* msg, va_list list); 23 void os_log_debug(const char* tag, const char* msg, va_list list); 24 void os_log_info (const char* tag, const char* msg, va_list list); 25 void os_log_warn (const char* tag, const char* msg, va_list list); 26 void os_log_error(const char* tag, const char* msg, va_list list); 27 void os_log_fatal(const char* tag, const char* msg, va_list list);
|
| H A D | mpp_log.c | 46 char msg[MPP_LOG_MAX_LEN + 1]; in __mpp_log() local 47 char *tmp = msg; in __mpp_log() 58 buf = msg; in __mpp_log() 59 buf_left -= snprintf(msg, buf_left, "%s ", fname); in __mpp_log() 67 buf = msg; in __mpp_log() 74 buf = msg; in __mpp_log()
|
| /rockchip-linux_mpp/tools/ |
| H A D | changelog.sh | 29 for msg in ${orig_logs[@]} 31 if [[ $msg == "$prefix"* ]]; then 32 msgs[msg_cnt]=$msg 35 echo "$prefix commit $msg_cnt - ${msg}" 42 for msg in ${msgs[@]} 49 log=$(echo $msg | grep -i "^$prefix:") 56 log=$(echo ${msg:$pos} | sed -e 's/^[ ]*//g' | sed -e 's/[ ]*$//g') 196 for msg in ${unreleased_logs[@]} 198 echo -e "- ${msg}" >> ${changelog_file}
|
| /rockchip-linux_mpp/build/vc12-x86_64/ |
| H A D | build-all.bat | 3 msg "%username%" "Visual Studio 12 not detected"
|
| /rockchip-linux_mpp/build/vc10-x86_64/ |
| H A D | build-all.bat | 3 msg "%username%" "Visual Studio 12 not detected"
|