Home
last modified time | relevance | path

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

/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackVideoSupplier.cpp30 fVideoTrack(track), in MediaTrackVideoSupplier()
38 if (!fVideoTrack) { in MediaTrackVideoSupplier()
45 fDuration = fVideoTrack->Duration(); in MediaTrackVideoSupplier()
71 if (!fVideoTrack) in GetEncodedFormat()
73 return fVideoTrack->EncodedFormat(format); in GetEncodedFormat()
80 if (!fVideoTrack) in GetCodecInfo()
82 return fVideoTrack->GetCodecInfo(info); in GetCodecInfo()
90 if (!fVideoTrack) in ReadFrame()
99 if (fVideoTrack->CountFrames() < 2) { in ReadFrame()
126 ret = fVideoTrack->ReadFrames(buffer, &frameCount, &mediaHeader); in ReadFrame()
[all …]
H A DMediaTrackVideoSupplier.h55 BMediaTrack* fVideoTrack; variable
/haiku/src/apps/haiku3d/texture/
H A DVideoFileTexture.cpp26 fVideoTrack(NULL), in VideoFileTexture()
77 fVideoTrack = track; in _Load()
97 err = fVideoTrack->DecodedFormat(&format); in _Load()
124 = fVideoTrack->ReadFrames(fVideoBitmap->Bits(), &frameCount, &mh); in Update()
H A DVideoFileTexture.h29 BMediaTrack* fVideoTrack; variable