Searched refs:FindKeyFrameForFrame (Results 1 - 9 of 9) sorted by relevance

/haiku/src/apps/mediaplayer/supplier/
H A DVideoTrackSupplier.h28 virtual status_t FindKeyFrameForFrame(int64* frame) = 0;
H A DImageTrackVideoSupplier.h31 virtual status_t FindKeyFrameForFrame(int64* frame);
H A DMediaTrackVideoSupplier.h31 virtual status_t FindKeyFrameForFrame(int64* frame);
H A DMediaTrackVideoSupplier.cpp158 MediaTrackVideoSupplier::FindKeyFrameForFrame(int64* frame) function in class:MediaTrackVideoSupplier
167 status_t ret = fVideoTrack->FindKeyFrameForFrame(frame,
217 status_t ret = fVideoTrack->FindKeyFrameForFrame(frame,
225 if (fVideoTrack->FindKeyFrameForFrame(&nextWantFrame,
H A DMediaTrackAudioSupplier.cpp167 error = fMediaTrack->FindKeyFrameForFrame(&keyFrame,
267 fMediaTrack->FindKeyFrameForFrame(&keyFrame0,
269 fMediaTrack->FindKeyFrameForFrame(&keyFrame1,
622 error = fMediaTrack->FindKeyFrameForFrame(
639 error = fMediaTrack->FindKeyFrameForFrame(
685 error = fMediaTrack->FindKeyFrameForFrame(&position,
H A DImageTrackVideoSupplier.cpp98 ImageTrackVideoSupplier::FindKeyFrameForFrame(int64* frame) function in class:ImageTrackVideoSupplier
/haiku/headers/os/media/
H A DMediaTrack.h143 status_t FindKeyFrameForFrame(int64* _frame,
/haiku/src/kits/media/
H A DMediaTrack.cpp557 BMediaTrack::FindKeyFrameForFrame(int64* _frame, int32 flags) const function in class:BMediaTrack
574 ERROR("BMediaTrack::FindKeyFrameForFrame: extractor seek failed: %s\n",
/haiku/src/apps/mediaplayer/
H A DController.cpp847 fVideoTrackSupplier->FindKeyFrameForFrame(&fSeekFrame);

Completed in 733 milliseconds