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

/haiku/headers/os/media/
H A DTimeCode.h40 status_t us_to_timecode(bigtime_t micros, int* hours, int* minutes,
/haiku/src/apps/cortex/InfoView/
H A DFileNodeInfoView.cpp142 us_to_timecode(duration, &hours, &minutes, &seconds, &frames);
/haiku/src/kits/media/
H A DTimeCode.cpp10 status_t us_to_timecode(bigtime_t micros, int * hours, int * minutes, int * seconds, int * frames, const timecode_info * code) function
322 us_to_timecode(us, &fHours, &fMinutes, &fSeconds, &fFrames, &fInfo);

Completed in 107 milliseconds