Searched refs:CurrentFrame (Results 1 - 16 of 16) sorted by relevance

/haiku/src/apps/mediaplayer/supplier/
H A DProxyVideoSupplier.cpp50 if (fSupplier->CurrentFrame() == startFrame + 1) {
58 if (fSupplier->CurrentFrame() != startFrame) {
H A DVideoTrackSupplier.h34 virtual int64 CurrentFrame() const = 0;
H A DImageTrackVideoSupplier.h39 virtual int64 CurrentFrame() const function in class:ImageTrackVideoSupplier
H A DMediaTrackVideoSupplier.h39 virtual int64 CurrentFrame() const function in class:MediaTrackVideoSupplier
H A DMediaTrackAudioSupplier.cpp162 if (fMediaTrack->CurrentFrame() != pos) {
164 fMediaTrack->CurrentFrame());
175 fMediaTrack->CurrentFrame());
652 if (position == fMediaTrack->CurrentFrame())
664 fMediaTrack->CurrentFrame());
678 int64 currentPosition = fMediaTrack->CurrentFrame();
703 position = fMediaTrack->CurrentFrame();
707 position, fMediaTrack->CurrentFrame(), strerror(error));
H A DMediaTrackVideoSupplier.cpp134 fCurrentFrame = fVideoTrack->CurrentFrame();
196 fCurrentFrame = fVideoTrack->CurrentFrame();
/haiku/src/apps/mediaplayer/media_node_framework/
H A DPlaybackManager.cpp172 NotifyCurrentFrameChanged(CurrentFrame());
227 frame = CurrentFrame();
361 PlaybackManager::CurrentFrame() const function in class:PlaybackManager
425 if (CurrentFrame() == frame) {
550 PlayingState* state = _StateAtFrame(CurrentFrame());
570 PlayingState* state = _StateAtFrame(CurrentFrame());
1003 int64 oldCurrentFrame = CurrentFrame();
1007 int64 currentFrame = CurrentFrame();
1038 listener->CurrentFrameChanged(CurrentFrame());
1220 if (currentFrame == CurrentFrame()) {
[all...]
H A DPlaybackManager.h77 int64 CurrentFrame() const;
H A DNodeManager.cpp151 CurrentFrame());
159 Speed(), MODE_PLAYING_PAUSED_FORWARD, CurrentFrame());
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp558 end = inVidTrack->CurrentFrame();
560 start = inVidTrack->CurrentFrame();
616 end = inAudTrack->CurrentFrame();
618 start = inAudTrack->CurrentFrame();
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp613 fPlayFrame = fPlayTrack->CurrentFrame();
734 fPlayFrame = fPlayTrack->CurrentFrame();
1253 window->fPlayFrame = window->fPlayTrack->CurrentFrame();
1385 fPlayFrame = fPlayTrack->CurrentFrame();
/haiku/headers/os/media/
H A DMediaTrack.h100 // CurrentFrame and CurrentTime return the current position (expressed in
103 int64 CurrentFrame() const;
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp466 int64 newFrame = fController->CurrentFrame() + frames;
/haiku/src/kits/media/
H A DMediaTrack.cpp331 BMediaTrack::CurrentFrame() const function in class:BMediaTrack
/haiku/src/apps/mediaplayer/
H A DController.cpp837 int64 currentFrame = CurrentFrame();
H A DMainWin.cpp2722 int64 newFrame = fController->CurrentFrame() + frames;

Completed in 149 milliseconds