Home
last modified time | relevance | path

Searched refs:samples_per_point (Results 1 – 3 of 3) sorted by relevance

/dports/net-mgmt/spectools/spectools-2011-08-R1/
H A Dwispy_hw_dbx.c198 uint8_t samples_per_point; member
313 (*ranges)[0].samples_per_point = WISPYDBx_USB_DEF_SAMPLESPOINT_24; in wispy24i_add_supportedranges()
329 (*ranges)[1].samples_per_point = WISPYDBx_USB_DEF_SAMPLESPOINT_24_FAST; in wispy24i_add_supportedranges()
351 (*ranges)[0].samples_per_point = WISPY900x_USB_DEF_SAMPLESPOINT; in wispy900x_add_supportedranges()
372 (*ranges)[0].samples_per_point = WISPYDBx_USB_DEF_SAMPLESPOINT_24; in wispydbx_add_supportedranges()
403 (*ranges)[2].samples_per_point = WISPYDBx_USB_SAMPLESPOINT_58; in wispydbx_add_supportedranges()
418 (*ranges)[3].samples_per_point = WISPYDBx_USB_SAMPLESPOINT_58_UNL; in wispydbx_add_supportedranges()
1151 uint8_t samples_per_point; in wispydbx_usb_setposition() local
1167 samples_per_point = in wispydbx_usb_setposition()
1168 phydev->device_spec->supported_ranges[in_profile].samples_per_point; in wispydbx_usb_setposition()
[all …]
H A Dspectool_container.h62 unsigned int samples_per_point; member
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/
H A DTrackTool.vala53 double samples_per_point = 1;
252 samples_per_point = s;
477 if (added_points > 80 / samples_per_point) {
565 Path segment = StrokeTool.fit_bezier_path (p, start, stop, 5.0 / samples_per_point);