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

/haiku/src/tests/kits/media/
H A DTimeCodeTest.cpp21 k = aBTimeCode->LinearFrames();
29 j = aBTimeCode->LinearFrames();
36 j = aBTimeCode->LinearFrames();
43 j = aBTimeCode->LinearFrames();
/haiku/src/kits/media/
H A DTimeCode.cpp354 return ((this->LinearFrames()) == (other.LinearFrames()));
363 return ((this->LinearFrames()) < (other.LinearFrames()));
372 this->SetLinearFrames(this->LinearFrames() + other.LinearFrames());
383 this->SetLinearFrames(this->LinearFrames() - other.LinearFrames());
486 BTimeCode::LinearFrames() const function in class:BTimeCode
/haiku/headers/os/media/
H A DTimeCode.h95 int32 LinearFrames() const;

Completed in 47 milliseconds