Home
last modified time | relevance | path

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

/haiku/src/kits/media/
H A DTimeCode.cpp327 BTimeCode::SetLinearFrames(int32 linear_frames) in SetLinearFrames() argument
331 frames_to_timecode(linear_frames, &fHours, &fMinutes, &fSeconds, &fFrames, &fInfo); in SetLinearFrames()
488 int32 linear_frames; in LinearFrames() local
492 if (timecode_to_frames(fHours,fMinutes,fSeconds,fFrames,&linear_frames,&fInfo) == B_OK) { in LinearFrames()
493 return linear_frames; in LinearFrames()