Home
last modified time | relevance | path

Searched defs:speed (Results 51 - 75 of 87) sorted by relevance

1234

/third_party/backends/backend/
H A Dmustek_pp.h263 int speed; member
H A Ddc25.c394 init_dc20 (char *device, speed_t speed) in init_dc20() argument
[all...]
H A Dsharp.h255 SANE_Bool speed; member
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_cdce.c969 uint32_t speed; in cdce_intr_write_callback() local
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbdev.h360 uint8_t speed; /* Current speed of the host connection */ member
381 uint8_t speed; /* Highest speed that the driver handles */ member
/third_party/alsa-lib/include/sound/uapi/
H A Dhdspm.h56 __u8 speed; /* enum {ss, ds, qs} */ member
/applications/sample/camera/media/
H A Dplayer_sample.cpp719 float speed = 1.0; in RunCmdSpeed() local
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_device.h228 enum usb_dev_speed speed; member
H A Dusb_transfer.c3324 usbd_get_std_packet_size(struct usb_std_packet_size *ptr, uint8_t type, enum usb_dev_speed speed) usbd_get_std_packet_size() argument
[all...]
H A Dusb_hub.c376 uhub_count_active_host_ports(struct usb_device *udev, enum usb_dev_speed speed) in uhub_count_active_host_ports() argument
658 enum usb_dev_speed speed; in uhub_reattach_port() local
1929 enum usb_dev_speed speed; usb_hs_bandwidth_adjust() local
1987 uint8_t speed; usb_hs_bandwidth_alloc() local
[all...]
H A Dusb_device.c1464 usb_alloc_device(device_t parent_dev, struct usb_bus *bus, struct usb_device *parent_hub, uint8_t depth, uint8_t port_index, uint8_t port_no, enum usb_dev_speed speed, enum usb_hc_mode mode) usb_alloc_device() argument
[all...]
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Df_generic.h210 uint8_t speed; member
/third_party/libinput/test/
H A Dtest-pointer.c2143 double speed; in START_TEST() local
2166 speed); in START_TEST() local
2203 double speed; START_TEST() local
[all...]
/third_party/pulseaudio/sonic/
H A DSonic.java22 private float speed; field in Sonic
103 setSpeed( float speed) setSpeed() argument
805 skipPitchPeriod( short samples[], int position, float speed, int period) skipPitchPeriod() argument
827 insertPitchPeriod( short samples[], int position, float speed, int period) insertPitchPeriod() argument
851 changeSpeed( float speed) changeSpeed() argument
946 changeFloatSpeed( float samples[], int numSamples, float speed, float pitch, float rate, float volume, boolean useChordPitch, int sampleRate, int numChannels) changeFloatSpeed() argument
972 sonicChangeShortSpeed( short samples[], int numSamples, float speed, float pitch, float rate, float volume, boolean useChordPitch, int sampleRate, int numChannels) sonicChangeShortSpeed() argument
[all...]
H A Dsonic.c26 float speed; member
551 float speed in sonicFlushStream() local
95 sonicSetSpeed( sonicStream stream, float speed) sonicSetSpeed() argument
956 skipPitchPeriod( sonicStream stream, short *samples, float speed, int period) skipPitchPeriod() argument
981 insertPitchPeriod( sonicStream stream, short *samples, float speed, int period) insertPitchPeriod() argument
1010 changeSpeed( sonicStream stream, float speed) changeSpeed() argument
1051 float speed = stream->speed/stream->pitch; processStreamInput() local
1124 sonicChangeFloatSpeed( float *samples, int numSamples, float speed, float pitch, float rate, float volume, int useChordPitch, int sampleRate, int numChannels) sonicChangeFloatSpeed() argument
1151 sonicChangeShortSpeed( short *samples, int numSamples, float speed, float pitch, float rate, float volume, int useChordPitch, int sampleRate, int numChannels) sonicChangeShortSpeed() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_internal.h439 static inline float ImLinearSweep(float current, float target, float speed) { if (current < target) return ImMin(current + speed, target); if (current > target) return ImMax(current - speed, target); return current; } in ImLinearSweep() argument
/test/xts/acts/multimedia/audio/audio_js_standard/OhAudioNdk/entry/src/main/cpp/
H A Dohaudiondk.cpp679 float speed = 1.0f; in TestRendererAudioStreamUsage() local
1471 float speed = static_cast<float>(value); in OHAudioRendererSetSpeed() local
1481 float speed; in OHAudioRendererGetSpeed() local
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/
H A Davplayerndk.cpp656 AVPlaybackSpeed speed; in OhAvPlayerGetPlaybackSpeed() local
670 AVPlaybackSpeed speed; in OhAvPlayerGetPlaybackSpeedAbnormalOne() local
685 AVPlaybackSpeed speed; in OhAvPlayerGetPlaybackSpeedNormalThree() local
699 AVPlaybackSpeed speed; in OhAvPlayerGetPlaybackSpeedAbnormalThree() local
1003 AVPlaybackSpeed speed = AV_SPEED_FORWARD_1_00_X; member
[all...]
/third_party/libinput/tools/
H A Dlibinput-debug-gui.c1178 double speed; in change_ptraccel() local
/third_party/node/deps/v8/src/heap/
H A Dgc-tracer.cc1072 double speed = bytes / durations; in AverageSpeed() local
[all...]
/test/xts/acts/multimedia/audio/audio_js_standard/audio_ndk_test/entry/src/main/cpp/
H A DaudioTest.cpp435 float speed = 2; in AudioRendererSetSpeed() local
450 float speed; in AudioRendererGetSpeed() local
/third_party/libinput/src/
H A Devdev.c1231 evdev_accel_config_set_speed(struct libinput_device *device, double speed) in evdev_accel_config_set_speed() argument
1274 double speed; in evdev_accel_config_set_profile() local
H A Devdev-mt-touchpad.c124 double speed; in tp_calculate_motion_speed() local
3020 tp_accel_config_set_speed(struct libinput_device *device, double speed) tp_accel_config_set_speed() argument
3037 double speed; tp_accel_config_set_profile() local
[all...]
H A Devdev-mt-touchpad.h274 } speed; member
/third_party/python/Lib/
H A Dturtle.py2004 def speed(self, s=0): global() member in TNavigator
2139 def speed(self, speed=None): global() member in TPen
[all...]

Completed in 58 milliseconds

1234