Symbol: CurrentFrame
headers/os/media/MediaTrack.h
103
int64 CurrentFrame() const;
src/apps/mediaconverter/MediaConverterApp.cpp
558
end = inVidTrack->CurrentFrame();
src/apps/mediaconverter/MediaConverterApp.cpp
560
start = inVidTrack->CurrentFrame();
src/apps/mediaconverter/MediaConverterApp.cpp
616
end = inAudTrack->CurrentFrame();
src/apps/mediaconverter/MediaConverterApp.cpp
618
start = inAudTrack->CurrentFrame();
src/apps/mediaplayer/Controller.cpp
849
int64 currentFrame = CurrentFrame();
src/apps/mediaplayer/MainWin.cpp
2716
int64 newFrame = fController->CurrentFrame() + frames;
src/apps/mediaplayer/media_node_framework/NodeManager.cpp
151
CurrentFrame());
src/apps/mediaplayer/media_node_framework/NodeManager.cpp
159
Speed(), MODE_PLAYING_PAUSED_FORWARD, CurrentFrame());
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
1003
int64 oldCurrentFrame = CurrentFrame();
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
1007
int64 currentFrame = CurrentFrame();
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
1038
listener->CurrentFrameChanged(CurrentFrame());
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
1220
if (currentFrame == CurrentFrame()) {
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
1232
CurrentFrame(), currentFrame);
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
172
NotifyCurrentFrameChanged(CurrentFrame());
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
227
frame = CurrentFrame();
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
425
if (CurrentFrame() == frame) {
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
550
PlayingState* state = _StateAtFrame(CurrentFrame());
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
570
PlayingState* state = _StateAtFrame(CurrentFrame());
src/apps/mediaplayer/media_node_framework/PlaybackManager.h
77
int64 CurrentFrame() const;
src/apps/mediaplayer/playlist/PlaylistListView.cpp
465
int64 newFrame = fController->CurrentFrame() + frames;
src/apps/mediaplayer/supplier/ImageTrackVideoSupplier.h
39
virtual int64 CurrentFrame() const
src/apps/mediaplayer/supplier/MediaTrackAudioSupplier.cpp
162
if (fMediaTrack->CurrentFrame() != pos) {
src/apps/mediaplayer/supplier/MediaTrackAudioSupplier.cpp
164
fMediaTrack->CurrentFrame());
src/apps/mediaplayer/supplier/MediaTrackAudioSupplier.cpp
175
fMediaTrack->CurrentFrame());
src/apps/mediaplayer/supplier/MediaTrackAudioSupplier.cpp
652
if (position == fMediaTrack->CurrentFrame())
src/apps/mediaplayer/supplier/MediaTrackAudioSupplier.cpp
664
fMediaTrack->CurrentFrame());
src/apps/mediaplayer/supplier/MediaTrackAudioSupplier.cpp
678
int64 currentPosition = fMediaTrack->CurrentFrame();
src/apps/mediaplayer/supplier/MediaTrackAudioSupplier.cpp
703
position = fMediaTrack->CurrentFrame();
src/apps/mediaplayer/supplier/MediaTrackAudioSupplier.cpp
707
position, fMediaTrack->CurrentFrame(), strerror(error));
src/apps/mediaplayer/supplier/MediaTrackVideoSupplier.cpp
134
fCurrentFrame = fVideoTrack->CurrentFrame();
src/apps/mediaplayer/supplier/MediaTrackVideoSupplier.cpp
196
fCurrentFrame = fVideoTrack->CurrentFrame();
src/apps/mediaplayer/supplier/MediaTrackVideoSupplier.h
39
virtual int64 CurrentFrame() const
src/apps/mediaplayer/supplier/ProxyVideoSupplier.cpp
50
if (fSupplier->CurrentFrame() == startFrame + 1) {
src/apps/mediaplayer/supplier/ProxyVideoSupplier.cpp
58
if (fSupplier->CurrentFrame() != startFrame) {
src/apps/mediaplayer/supplier/VideoTrackSupplier.h
34
virtual int64 CurrentFrame() const = 0;
src/apps/soundrecorder/RecorderWindow.cpp
1253
window->fPlayFrame = window->fPlayTrack->CurrentFrame();
src/apps/soundrecorder/RecorderWindow.cpp
1385
fPlayFrame = fPlayTrack->CurrentFrame();
src/apps/soundrecorder/RecorderWindow.cpp
613
fPlayFrame = fPlayTrack->CurrentFrame();
src/apps/soundrecorder/RecorderWindow.cpp
734
fPlayFrame = fPlayTrack->CurrentFrame();