Searched refs:fCountFrames (Results 1 – 2 of 2) sorted by relevance
66 fCountFrames(0), in MediaTrackAudioSupplier()145 if (fCountFrames > 0 && pos + frames > fCountFrames) { in Read()146 int64 size = max((int64)0, fCountFrames - pos); in Read()277 fCountFrames = fMediaTrack->CountFrames(); in _InitFromTrack()280 "\n", fHasKeyFrames, fCountFrames); in _InitFromTrack()282 B_PRId64 "\n", fHasKeyFrames, fCountFrames); in _InitFromTrack()
90 int64 fCountFrames; variable