Home
last modified time | relevance | path

Searched refs:calc_new_playback_position (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects.c851 blend_file->frameno = calc_new_playback_position(mainw->blend_file, blend_tc, (ticks_t *)&ntc); in get_blend_layer_inner()
H A Dmain.h1808 frames_t calc_new_playback_position(int fileno, ticks_t otc, ticks_t *ntc);
H A Ddialogs.c1643 … requested_frame = calc_new_playback_position(mainw->current_file, mainw->startticks, &new_ticks); in process_one()
H A Dutils.c1865 frames_t calc_new_playback_position(int fileno, ticks_t otc, ticks_t *ntc) { in calc_new_playback_position() function