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 D | clip_linestring.hpp | 134 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 D | follow_linear_linear.hpp | 394 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 D | hda_auto_parser.c | 179 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 D | hdsp.h | 67 unsigned char line_out; member
|
| H A D | hdspm.h | 74 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 D | hdsp.h | 65 unsigned char line_out; member
|
| H A D | hdspm.h | 72 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 D | hdsp.h | 65 unsigned char line_out; member
|
| H A D | hdspm.h | 72 unsigned char line_out; member
|
| /OK3568_Linux_fs/kernel/sound/pci/rme9652/ |
| H A D | hdsp.c | 4755 info.line_out = (unsigned char) in snd_hdsp_hwdep_ioctl()
|
| H A D | hdspm.c | 6287 info.line_out = hdspm_toggle_setting(hdspm, HDSPM_LineOut); in snd_hdspm_hwdep_ioctl()
|