Home
last modified time | relevance | path

Searched refs:time_end (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/osal/test/
H A Dmpp_thread_test.c130 RK_S64 time_start, time_end; in main() local
153 time_end = mpp_time(); in main()
154 mpp_time_diff(time_start, time_end, 0, "lock unlock test"); in main()
172 time_end = mpp_time(); in main()
173 mpp_time_diff(time_start, time_end, 0, "lock and signal test"); in main()
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_task_test.c196 RK_S64 time_start, time_end; in main() local
225 time_end = mpp_time(); in main()
226 mpp_time_diff(time_start, time_end, 0, "3 thread test"); in main()
234 time_end = mpp_time(); in main()
235 mpp_time_diff(time_start, time_end, 0, "2 thread test"); in main()
240 time_end = mpp_time(); in main()
241 mpp_time_diff(time_start, time_end, 0, "1 thread test"); in main()
H A Dmpp_meta_test.c102 RK_S64 time_end; in meta_test() local
122 time_end = mpp_time(); in meta_test()
127 *((RK_S64 *)param) = (time_end - time_start) / loop_max; in meta_test()
/rockchip-linux_mpp/kmpp/base/test/
H A Dkmpp_meta_test.c21 RK_S64 time_end; in meta_test() local
120 time_end = mpp_time(); in meta_test()
125 *((RK_S64 *)param) = (time_end - time_start) / loop_max; in meta_test()
/rockchip-linux_mpp/mpp/codec/inc/
H A Dmpp_enc_impl.h63 RK_S64 time_end; member
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_ctx.h107 RK_S64 time_end; member
H A Drc_model_v2.c1238 ctx->time_end = mpp_time(); in fps_chg_update_mode()
1241 if (ctx->time_base && ctx->time_end && in fps_chg_update_mode()
1242 ((ctx->time_end - ctx->time_base) >= (RK_S64)(250 * 1000))) { in fps_chg_update_mode()
1244 RK_S32 time_diff = ((RK_S32)(ctx->time_end - ctx->time_base) / 1000); in fps_chg_update_mode()
1253 ctx->time_base = ctx->time_end; in fps_chg_update_mode()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_cluster.c487 RK_S64 time_end; in cluster_worker_run_task() local
499 time_end = mpp_time(); in cluster_worker_run_task()
502 proc->run_time += time_end - time_start; in cluster_worker_run_task()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c129 RK_S32 time_diff = ((RK_S32)(enc->time_end - enc->time_base) / 1000); in update_hal_info_fps()
138 enc->time_base = enc->time_end; in update_hal_info_fps()
2681 enc->time_end = mpp_time(); in try_proc_low_deley_task()
2684 if (enc->dev && enc->time_base && enc->time_end && in try_proc_low_deley_task()
2685 ((enc->time_end - enc->time_base) >= (RK_S64)(1000 * 1000))) in try_proc_low_deley_task()
2800 enc->time_end = mpp_time(); in try_proc_normal_task()
2803 if (enc->dev && enc->time_base && enc->time_end && in try_proc_normal_task()
2804 ((enc->time_end - enc->time_base) >= (RK_S64)(1000 * 1000))) in try_proc_normal_task()