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

/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackAudioSupplier.h90 int64 fCountFrames; member in class:MediaTrackAudioSupplier
H A DMediaTrackAudioSupplier.cpp66 fCountFrames(0),
145 if (fCountFrames > 0 && pos + frames > fCountFrames) {
146 int64 size = max((int64)0, fCountFrames - pos);
277 fCountFrames = fMediaTrack->CountFrames();
280 "\n", fHasKeyFrames, fCountFrames);
282 B_PRId64 "\n", fHasKeyFrames, fCountFrames);

Completed in 97 milliseconds