Searched refs:count_info (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/geometry/strategies/spherical/ |
D | point_in_poly_winding.hpp | 110 struct count_info struct in boost::geometry::strategy::within::detail::spherical_winding_base 112 explicit count_info(int c = 0, bool ia = false) in count_info() argument 185 count_info ci = check_segment(point, s1, s2, state, eq1, eq2, s_antipodal); in apply() 260 static inline count_info check_segment(Point const& point, in check_segment() 268 return count_info(0, false); in check_segment() 385 static inline count_info calculate_count(Point const& point, in calculate_count() 410 return count_info(s1_p < c0 ? -2 : 2, false); // choose W/E in calculate_count() 417 return count_info(s1_s2 < c0 ? -1 : 1, // choose W/E in calculate_count() 425 return count_info(s1_s2 < c0 ? -2 : 2, false); // choose W/E in calculate_count() 434 return count_info(s1_s2 < c0 ? -2 : 2, true); // choose W/E in calculate_count() [all …]
|
/third_party/gstreamer/gstplugins_good/sys/oss4/ |
D | oss4-soundcard.h | 1157 typedef struct count_info struct 1162 } count_info; typedef 1164 #define SNDCTL_DSP_GETIPTR __SIOR ('P',17, count_info) 1165 #define SNDCTL_DSP_GETOPTR __SIOR ('P',18, count_info)
|
/third_party/gstreamer/gstplugins_good/sys/oss/ |
D | gstossdmabuffer.c | 142 struct count_info count; in gst_ossdmabuffer_func()
|
/third_party/pulseaudio/src/modules/oss/ |
D | module-oss.c | 259 struct count_info info; in mmap_write() 336 struct count_info info; in mmap_read() 361 struct count_info info; in mmap_sink_get_latency() 386 struct count_info info; in mmap_source_get_latency()
|
/third_party/python/Modules/ |
D | ossaudiodev.c | 715 count_info info; in oss_getptr()
|
/third_party/pulseaudio/src/utils/ |
D | padsp.c | 2329 count_info *info; in dsp_ioctl() 2333 info = (count_info*) argp; in dsp_ioctl()
|