Home
last modified time | relevance | path

Searched refs:calc_frame_from_time4 (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.h1762 int calc_frame_from_time4(int filenum, double time); ///< nearest frame, no maximum
H A Dcallbacks.c4457 int end = calc_frame_from_time4(mainw->current_file, cfile->laudio_time);
4504 mainw->play_start = calc_frame_from_time4(mainw->current_file,
9715 int audframe = calc_frame_from_time4(mainw->current_file, cfile->laudio_time);
11368 int frame = calc_frame_from_time4(mainw->current_file, cfile->pointer_time);
H A Devents.c3703 out_frame = calc_frame_from_time4(mainw->current_file, atime); in render_events()
3797 out_frame = calc_frame_from_time4(mainw->current_file, atime); in render_events()
H A Dinterface.c234 if (frame == 0) frame = calc_frame_from_time4(mainw->current_file, x); in lives_ce_update_timeline()
3390calc_frame_from_time4(mainw->current_file, CLIP_AUDIO_TIME(mainw->current_file)), &chk_mask)) { in on_avolch_ok()
H A Ddialogs.c2470 mainw->aframeno = calc_frame_from_time4(mainw->current_file, in do_progress_dialog()
H A Dutils.c1788 LIVES_GLOBAL_INLINE int calc_frame_from_time4(int filenum, double time) { in calc_frame_from_time4() function