Searched refs:total (Results 1 – 8 of 8) sorted by relevance
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_cfg_io.c | 835 rk_s32 total = sizeof(buf) - 1; in mpp_cfg_to_log() local 845 len += snprintf(buf + len, total - len, "%s : ", impl->name); in mpp_cfg_to_log() 849 len += snprintf(buf + len, total - len, "null\n"); in mpp_cfg_to_log() 852 len += snprintf(buf + len, total - len, "%s\n", impl->val.b1 ? "true" : "false"); in mpp_cfg_to_log() 855 len += snprintf(buf + len, total - len, "%d\n", impl->val.s32); in mpp_cfg_to_log() 858 len += snprintf(buf + len, total - len, "%u\n", impl->val.u32); in mpp_cfg_to_log() 861 len += snprintf(buf + len, total - len, "%lld\n", impl->val.s64); in mpp_cfg_to_log() 864 len += snprintf(buf + len, total - len, "%llu\n", impl->val.u64); in mpp_cfg_to_log() 867 len += snprintf(buf + len, total - len, "%f\n", impl->val.f32); in mpp_cfg_to_log() 870 len += snprintf(buf + len, total - len, "%lf\n", impl->val.f64); in mpp_cfg_to_log() [all …]
|
| H A D | mpp_buffer_impl.c | 515 rk_u32 total = MPP_ADD_FETCH(&srv->total_size, info->size); in mpp_buffer_create() local 520 rk_u32 new_max = MPP_MAX(total, old_max); in mpp_buffer_create()
|
| /rockchip-linux_mpp/mpp/vproc/iep2/ |
| H A D | iep2_osd.c | 65 int total = (ey - sy + 1) * (ex - sx + 1); in iep2_osd_check() local 85 non_zero = total - hist[28 * 4]; in iep2_osd_check() 96 total, non_zero); in iep2_osd_check()
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_dec.c | 703 RK_S64 total = mpp_clock_get_sum(dec->clocks[base]); in mpp_dec_deinit() local 705 if (!time || !total) in mpp_dec_deinit() 709 mpp_clock_get_name(timer), time * 100.0 / total, time, in mpp_dec_deinit()
|
| /rockchip-linux_mpp/osal/linux/ |
| H A D | drm.h | 378 int total; /**< Buffer size */ member
|
| /rockchip-linux_mpp/ |
| H A D | CMakeLists.txt | 246 message(STATUS "total ${VERSION_CNT} git version recorded")
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 644 … quantization parameter level used by the JPEG encoder. The encoder has a total of 11 levels of qu…
|
| /rockchip-linux_mpp/tools/ |
| H A D | mpp_doxyfile | 2126 # but if the number exceeds 15, the total amount of fields shown is limited to
|