Searched refs:lives_proc_thread_create (Results 1 – 12 of 12) sorted by relevance
/dports/multimedia/lives/lives-3.2.0/src/ |
H A D | transcode.c | 428 coder = lives_proc_thread_create(LIVES_THRDATTR_NONE, (lives_funcptr_t)send_layer, in transcode_clip()
|
H A D | machinestate.h | 517 lives_proc_thread_t lives_proc_thread_create(lives_thread_attr_t, lives_funcptr_t, int return_type,…
|
H A D | machinestate.c | 719 …running = lives_proc_thread_create(LIVES_THRDATTR_NONE, (lives_funcptr_t)get_dir_size, WEED_SEED_I… in disk_monitor_start() 1355 …return lives_proc_thread_create(LIVES_THRDATTR_NONE, (lives_funcptr_t)_item_to_file_details, -1, "… in dir_to_file_details() 1362 …return lives_proc_thread_create(LIVES_THRDATTR_NONE, (lives_funcptr_t)_item_to_file_details, -1, "… in ordfile_to_file_details() 1730 lives_proc_thread_t lives_proc_thread_create(lives_thread_attr_t attr, lives_funcptr_t func, in lives_proc_thread_create() function
|
H A D | effects.c | 215 … cfile->pumper = lives_proc_thread_create(LIVES_THRDATTR_NONE, (lives_funcptr_t)virtual_to_images, in do_effect()
|
H A D | framedraw.c | 699 … cfile->pumper = lives_proc_thread_create(LIVES_THRDATTR_NONE, (lives_funcptr_t)virtual_to_images, in load_rfx_preview()
|
H A D | widget-helper.c | 1185 …sigdata->proc = lives_proc_thread_create(attr, (lives_funcptr_t)sigdata->callback, -1, "vv", sigda… in async_sig_handler() 1187 …sigdata->proc = lives_proc_thread_create(attr, (lives_funcptr_t)sigdata->callback, -1, "vv", insta… in async_sig_handler() 1199 sigdata->proc = lives_proc_thread_create(attr, sigdata->callback, -1, "vvv", sigdata->user_data, in async_sig_handler3() 1202 sigdata->proc = lives_proc_thread_create(attr, sigdata->callback, -1, "vvv", instance, extra, in async_sig_handler3() 1222 …sigdata->proc = lives_proc_thread_create(attr, (lives_funcptr_t)sigdata->callback, WEED_SEED_BOOLE… in async_timer_handler()
|
H A D | events.c | 4835 mainw->transrend_proc = lives_proc_thread_create(LIVES_THRDATTR_NONE, in render_to_clip() 5224 …info = lives_proc_thread_create(LIVES_THRDATTR_NO_GUI, (lives_funcptr_t)backup_recording, -1, "vv", in deal_with_render_choice()
|
H A D | main.c | 2986 lives_proc_thread_create(LIVES_THRDATTR_NONE, (lives_funcptr_t)pick_custom_colours, 0, ""); in set_palette_colours() 4050 …lives_proc_thread_create(LIVES_THRDATTR_NONE, (lives_funcptr_t)add_rfx_effects, -1, "i", RFX_STATU… in lives_startup2() 6580 …resthread = lives_proc_thread_create(LIVES_THRDATTR_NO_GUI, (lives_funcptr_t)res_thrdfunc, -1, "v"… in reslayer_thread()
|
H A D | utils.c | 676 …lives_proc_thread_create(LIVES_THRDATTR_NONE, (lives_funcptr_t)_lives_buffered_rdonly_slurp, 0, "i… in lives_buffered_rdonly_slurp()
|
H A D | callbacks.c | 6286 tinfo = lives_proc_thread_create(LIVES_THRDATTR_NONE, (lives_funcptr_t)do_auto_dialog, -1, 6570 tinfo = lives_proc_thread_create(LIVES_THRDATTR_NONE, (lives_funcptr_t)do_auto_dialog, -1,
|
H A D | saveplay.c | 5578 scrap_file_procthrd = lives_proc_thread_create(LIVES_THRDATTR_NONE,
|
H A D | interface.c | 2480 …sizinfo = lives_proc_thread_create(LIVES_THRDATTR_NONE, (lives_funcptr_t)get_dir_size, WEED_SEED_I… in on_set_exp()
|