Searched refs:timecode_to_frames (Results 1 – 2 of 2) sorted by relevance
/haiku/src/kits/media/ |
H A D | TimeCode.cpp | 44 if (timecode_to_frames(hours, minutes, seconds, frames, &l_frames, code) == B_OK) { in timecode_to_us() 142 status_t timecode_to_frames(int hours, int minutes, int seconds, int frames, int32 * l_frames, cons… in timecode_to_frames() function 492 if (timecode_to_frames(fHours,fMinutes,fSeconds,fFrames,&linear_frames,&fInfo) == B_OK) { in LinearFrames()
|
/haiku/headers/os/media/ |
H A D | TimeCode.h | 49 status_t timecode_to_frames(int hours, int minutes, int seconds, int frames,
|