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

/haiku/headers/os/media/
H A DTimeCode.h43 status_t timecode_to_us(int hours, int minutes, int seconds, int frames,
/haiku/src/kits/media/
H A DTimeCode.cpp38 status_t timecode_to_us(int hours, int minutes, int seconds, int frames, bigtime_t * micros, const timecode_info * code) function
477 if (timecode_to_us(fHours,fMinutes,fSeconds,fFrames, &us, &fInfo) == B_OK) {

Completed in 35 milliseconds