Searched refs:currentFrame (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Duhci.cpp1093 uint16 currentFrame; local
1171 currentFrame = ReadReg16(UHCI_FRNUM);
1177 currentFrame = (currentFrame + 5) % NUMBER_OF_FRAMES;
1181 currentFrame = *isochronousData->starting_frame_number;
1186 uint16 startSeekingFromFrame = currentFrame;
1187 while (fFrameBandwidth[currentFrame] < bandwidth) {
1188 currentFrame = (currentFrame + 1) % NUMBER_OF_FRAMES;
1189 if (currentFrame
1603 uint16 currentFrame = ReadReg16(UHCI_FRNUM); local
[all...]
H A Dehci.cpp724 uint16 currentFrame; local
758 currentFrame = fNextStartingFrame;
768 currentFrame = ((ReadOpReg(EHCI_FRINDEX) + threshold) / 8)
776 currentFrame &= EHCI_VFRAMELIST_ENTRIES_COUNT - 1;
780 currentFrame = *isochronousData->starting_frame_number;
783 TRACE("isochronous starting frame=%d\n", currentFrame);
841 LinkITDescriptors(itd, &fItdEntries[currentFrame]);
843 fFrameBandwidth[currentFrame] -= bandwidth;
844 currentFrame = (currentFrame
1726 uint32 currentFrame = (frame + EHCI_VFRAMELIST_ENTRIES_COUNT - 5) local
[all...]
/haiku-fatelf/src/apps/mediaplayer/media_node_framework/
H A DPlaybackManager.cpp122 int32 playMode, int32 currentFrame)
159 state->current_frame = currentFrame;
1007 int64 currentFrame = CurrentFrame(); local
1010 // time, oldCurrentFrame, currentFrame);
1012 if (currentFrame != oldCurrentFrame)
1013 NotifyCurrentFrameChanged(currentFrame);
1216 int64 currentFrame = 0; local
1219 currentFrame = PlaylistFrameAtFrame(activationFrame);
1220 if (currentFrame == CurrentFrame()) {
1222 currentFrame
120 Init(float frameRate, bool initPerformanceTimes, int32 loopingMode, bool loopingEnabled, float playbackSpeed, int32 playMode, int32 currentFrame) argument
[all...]
H A DPlaybackManager.h62 int32 currentFrame = 0);
/haiku-fatelf/src/apps/mediaplayer/
H A DController.cpp759 int64 currentFrame = CurrentFrame(); local
767 && abs(value - currentFrame) > 5) {
772 //"(video: %p)\n", value, fSeekFrame, currentFrame, _FrameDuration(),
774 if (fSeekFrame != currentFrame) {
782 return currentFrame;

Completed in 59 milliseconds