Home
last modified time | relevance | path

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

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