Searched refs:SeekToTime (Results 1 - 14 of 14) sorted by relevance

/haiku/src/apps/mediaplayer/supplier/
H A DVideoTrackSupplier.h29 virtual status_t SeekToTime(bigtime_t* performanceTime) = 0;
H A DImageTrackVideoSupplier.h32 virtual status_t SeekToTime(bigtime_t* performanceTime);
H A DMediaTrackVideoSupplier.h32 virtual status_t SeekToTime(bigtime_t* performanceTime);
H A DImageTrackVideoSupplier.cpp105 ImageTrackVideoSupplier::SeekToTime(bigtime_t* performanceTime) function in class:ImageTrackVideoSupplier
H A DMediaTrackVideoSupplier.cpp175 MediaTrackVideoSupplier::SeekToTime(bigtime_t* performanceTime) function in class:MediaTrackVideoSupplier
189 ret = fVideoTrack->SeekToTime(performanceTime);
/haiku/src/kits/media/legacy/
H A DOldAudioModule.h101 status_t SeekToTime(BMediaChannel* channel, mk_time time);
123 status_t SeekToTime(BMediaChannel* channel, mk_time time);
H A DOldAudioModule.cpp326 BAudioFileStream::SeekToTime(BMediaChannel *channel, mk_time time) function in class:BAudioFileStream
392 BADCSource::SeekToTime(BMediaChannel *channel, mk_time time) function in class:BADCSource
H A DOldMediaModule.h70 virtual status_t SeekToTime(BMediaChannel* channel,
147 virtual void SeekToTime(mk_time);
H A DOldMediaModule.cpp88 BEventStream::SeekToTime(BMediaChannel *channel, function in class:BEventStream
435 BTransport::SeekToTime(mk_time) function in class:BTransport
/haiku/docs/develop/media/
H A DMediaExtractorAddOn.h231 // BMediaTrack::SeekToTime. Like SeekToTime, it accepts a flag
242 // See also BMediaTrack::SeekToTime
252 virtual status_t SeekToTime(bigtime_t * ioTime,
435 // straight BMediaTrack::SeekToTime behavior
436 virtual status_t SeekToTime(BTrack * track,
510 virtual status_t SeekToTime(bigtime_t * ioTime, function in class:BMediaExtractorAddOn::BTrack
513 return BExtractor::SeekToTime(this,ioTime,mediaSeekFlags,seekMode);
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp557 inVidTrack->SeekToTime(&endDuration, stat);
559 inVidTrack->SeekToTime(&startDuration, stat);
615 inAudTrack->SeekToTime(&endDuration, stat);
617 inAudTrack->SeekToTime(&startDuration, stat);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp612 fPlayTrack->SeekToTime(fTrackSlider->MainTime());
733 fPlayTrack->SeekToTime(fTrackSlider->MainTime());
1252 window->fPlayTrack->SeekToTime(&left);
1384 fPlayTrack->SeekToTime(&start);
/haiku/headers/os/media/
H A DMediaTrack.h46 // You can seek a track with SeekToTime() and SeekToFrame().
127 // SeekToTime and SeekToFrame are used for seeking to a particular
138 status_t SeekToTime(bigtime_t* _time, int32 flags = 0);
/haiku/src/kits/media/
H A DMediaTrack.cpp433 BMediaTrack::SeekToTime(bigtime_t* _time, int32 flags) function in class:BMediaTrack
453 ERROR("BMediaTrack::SeekToTime: extractor seek failed\n");
459 ERROR("BMediaTrack::SeekToTime: decoder seek failed\n");
466 ERROR("BMediaTrack::SeekToTime: raw decoder seek failed\n");
474 PRINT(1, "BMediaTrack::SeekToTime finished, requested %.6f, result %.6f\n",
523 PRINT(1, "BMediaTrack::SeekToTime SeekToFrame, requested %lld, "

Completed in 199 milliseconds