Searched refs:fStopPlayingFrame (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/mediaplayer/media_node_framework/
H A DPlaybackManager.cpp105 fStopPlayingFrame(-1),
134 fStopPlayingFrame = -1;
1208 // unset fStopPlayingFrame
1209 int64 oldStopPlayingFrame = fStopPlayingFrame;
1210 fStopPlayingFrame = -1;
1296 fStopPlayingFrame = state->activation_frame
1299 fStopPlayingFrame = state->activation_frame
1709 //printf("_CheckStopPlaying() - %lld, next: %lld\n", fStopPlayingFrame, NextFrame());
1710 if (fStopPlayingFrame > 0 && fStopPlayingFrame <
[all...]
H A DPlaybackManager.h234 volatile bigtime_t fStopPlayingFrame; // frame at which playing member in class:PlaybackManager

Completed in 37 milliseconds