Home
last modified time | relevance | path

Searched refs:except_nth (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/media/
H A DTimeCode.cpp89 …= code->drop_frames*(total_mins/code->every_nth) - code->drop_frames*(total_mins/code->except_nth); in frames_to_timecode()
93 …= code->drop_frames*(total_mins/code->every_nth) - code->drop_frames*(total_mins/code->except_nth); in frames_to_timecode()
101 …= code->drop_frames*(total_mins/code->every_nth) - code->drop_frames*(total_mins/code->except_nth); in frames_to_timecode()
160 …= code->drop_frames*(total_mins/code->every_nth) - code->drop_frames*(total_mins/code->except_nth); in timecode_to_frames()
186 out_timecode->except_nth = 0; in get_timecode_description()
206 out_timecode->except_nth = 10; // except every 10 minutes in get_timecode_description()
213 out_timecode->except_nth = 10; // except every 10 minutes in get_timecode_description()
232 out_timecode->except_nth = 10; // except every 10 minutes in get_timecode_description()
/haiku/headers/os/media/
H A DTimeCode.h31 int except_nth; member