Searched refs:total_mins (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/media/
H A DTimeCode.cpp73 int total_mins; local
86 total_mins = l_frames / fps_div / 60;
89 extra_frames = code->drop_frames*(total_mins/code->every_nth) - code->drop_frames*(total_mins/code->except_nth);
92 total_mins = l_frames / fps_div / 60;
93 extra_frames2 = code->drop_frames*(total_mins/code->every_nth) - code->drop_frames*(total_mins/code->except_nth);
100 total_mins = l_frames / fps_div / 60;
101 extra_frames2 = code->drop_frames*(total_mins/code->every_nth) - code->drop_frames*(total_mins/cod
145 int total_mins; local
[all...]

Completed in 15 milliseconds