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

/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackVideoSupplier.cpp30 fVideoTrack(track),
38 if (!fVideoTrack) {
45 fDuration = fVideoTrack->Duration();
49 // fVideoTrack->FindKeyFrameForTime(&keyFrameTime,
71 if (!fVideoTrack)
73 return fVideoTrack->EncodedFormat(format);
80 if (!fVideoTrack)
82 return fVideoTrack->GetCodecInfo(info);
90 if (!fVideoTrack)
99 if (fVideoTrack
[all...]
H A DMediaTrackVideoSupplier.h55 BMediaTrack* fVideoTrack; member in class:MediaTrackVideoSupplier
/haiku/src/apps/haiku3d/texture/
H A DVideoFileTexture.h29 BMediaTrack* fVideoTrack; member in class:VideoFileTexture
H A DVideoFileTexture.cpp26 fVideoTrack(NULL),
77 fVideoTrack = track;
97 err = fVideoTrack->DecodedFormat(&format);
124 = fVideoTrack->ReadFrames(fVideoBitmap->Bits(), &frameCount, &mh);

Completed in 115 milliseconds