Searched refs:_pxp_render_thread_cb (Results 1 – 2 of 2) sorted by relevance
59 static void _pxp_render_thread_cb(void * ptr);98 …lv_thread_init(&draw_pxp_unit->thread, "pxpdraw", LV_THREAD_PRIO_HIGH, _pxp_render_thread_cb, 2 * … in lv_draw_pxp_init()455 static void _pxp_render_thread_cb(void * ptr) in _pxp_render_thread_cb() function
72 and an addition thread `_pxp_render_thread_cb()` will be spawned in order to78 …read_init(&draw_pxp_unit->thread, "pxpdraw", LV_THREAD_PRIO_HIGH, _pxp_render_thread_cb, 2 * 1024,…