Home
last modified time | relevance | path

Searched refs:t_start (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_img_cache.c113 uint32_t t_start; in lv_img_cache_open() local
114 t_start = lv_tick_get(); in lv_img_cache_open()
130 cached_src->dec_dsc.time_to_open = lv_tick_elaps(t_start); in lv_img_cache_open()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngtest.c118 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
1463 t_misc += (t_stop - t_start); in test_one_file()
1464 t_start = t_stop; in test_one_file()
1504 t_decode += (t_stop - t_start); in test_one_file()
1505 t_start = t_stop; in test_one_file()
1510 t_encode += (t_stop - t_start); in test_one_file()
1511 t_start = t_stop; in test_one_file()
2108 t_misc += (t_stop - t_start); in main()
2109 t_start = t_stop; in main()

Completed in 8 milliseconds