Searched refs:Speed (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.h70 int Speed; member in struct:Fractal
H A DIFS.cpp230 Fractal->Speed = 6;
309 u = (float) (F->Count) * (float) (F->Speed) / 1000.0;
336 if (F->Count >= 1000 / F->Speed) {
376 fRoot->Speed = speed;
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DHub.cpp279 speed = Speed();
281 if (speed > Speed())
282 speed = Speed();
290 if (Speed() == USB_SPEED_HIGHSPEED || Speed() == USB_SPEED_SUPERSPEED) {
H A DTransfer.cpp253 * 1. Speed of the transfer
264 switch (fPipe->Speed()) {
H A Dusb_private.h335 usb_speed Speed() const { return fSpeed; } function in class:Pipe
567 usb_speed Speed() const { return fSpeed; } function in class:Device
/haiku/src/apps/mediaplayer/media_node_framework/
H A DPlaybackManager.h78 float Speed() const;
H A DNodeManager.cpp150 IsLoopingEnabled(), Speed(), MODE_PLAYING_PAUSED_FORWARD,
159 Speed(), MODE_PLAYING_PAUSED_FORWARD, CurrentFrame());
H A DPlaybackManager.cpp171 NotifySpeedChanged(Speed());
368 PlaybackManager::Speed() const function in class:PlaybackManager
1037 listener->SpeedChanged(Speed());
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.cpp956 if (pipe->Speed() == USB_SPEED_HIGHSPEED)
2285 switch (pipe->Speed()) {
2307 if (pipe->Speed() != USB_SPEED_HIGHSPEED) {
2355 if (pipe->Speed() == USB_SPEED_HIGHSPEED) {
2364 if (pipe->Speed() == USB_SPEED_LOWSPEED) {
H A Duhci.cpp1133 if (pipe->Speed() == USB_SPEED_LOWSPEED)
2165 if (pipe->Speed() == USB_SPEED_LOWSPEED)
H A Dxhci.cpp1610 if (route != 0 && parent->Speed() == USB_SPEED_HIGHSPEED
1924 usbDevice->Speed(), pipe->MaxBurst(), pipe->BytesPerInterval());
H A Dohci.cpp1870 switch (pipe->Speed()) {

Completed in 143 milliseconds