Home
last modified time | relevance | path

Searched refs:line_out (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dclip_linestring.hpp134 inline void apply(Linestring& line_out, OutputIterator out) const in apply() argument
136 if (!boost::empty(line_out)) in apply()
138 *out = line_out; in apply()
140 geometry::clear(line_out); in apply()
184 OutputLinestring line_out; in clip_range_with_box() local
214 strategy.apply(line_out, out); in clip_range_with_box()
221 strategy.apply(line_out, out); in clip_range_with_box()
225 if (boost::empty(line_out)) in clip_range_with_box()
227 detail::overlay::append_no_duplicates(line_out, p1, true); in clip_range_with_box()
229 detail::overlay::append_no_duplicates(line_out, p2); in clip_range_with_box()
[all …]
H A Dfollow_linear_linear.hpp394 LinestringOut line_out; in apply() local
395 geometry::convert(*ls_it, line_out); in apply()
396 *oit++ = line_out; in apply()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_auto_parser.c179 struct auto_out_pin line_out[ARRAY_SIZE(cfg->line_out_pins)]; in snd_hda_parse_pin_defcfg() local
189 memset(line_out, 0, sizeof(line_out)); in snd_hda_parse_pin_defcfg()
248 line_out[cfg->line_outs].pin = nid; in snd_hda_parse_pin_defcfg()
249 line_out[cfg->line_outs].seq = seq; in snd_hda_parse_pin_defcfg()
361 line_out[cfg->line_outs++] = hp_out[i]; in snd_hda_parse_pin_defcfg()
374 sort_pins_by_sequence(cfg->line_out_pins, line_out, cfg->line_outs); in snd_hda_parse_pin_defcfg()
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dhdsp.h67 unsigned char line_out; member
H A Dhdspm.h74 unsigned char line_out; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dhdsp.h65 unsigned char line_out; member
H A Dhdspm.h72 unsigned char line_out; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dhdsp.h65 unsigned char line_out; member
H A Dhdspm.h72 unsigned char line_out; member
/OK3568_Linux_fs/kernel/sound/pci/rme9652/
H A Dhdsp.c4755 info.line_out = (unsigned char) in snd_hdsp_hwdep_ioctl()
H A Dhdspm.c6287 info.line_out = hdspm_toggle_setting(hdspm, HDSPM_LineOut); in snd_hdspm_hwdep_ioctl()