Searched refs:dwt (Results 1 – 20 of 20) sorted by relevance
/third_party/libinput/src/ |
D | evdev-mt-touchpad.c | 888 if (tp->dwt.dwt_enabled && in tp_palm_detect_dwt_triggered() 889 tp->dwt.keyboard_active && in tp_palm_detect_dwt_triggered() 896 if (!tp->dwt.keyboard_active && in tp_palm_detect_dwt_triggered() 906 t->palm.time > tp->dwt.keyboard_last_press_time) { in tp_palm_detect_dwt_triggered() 1869 if (tp->palm.trackpoint_active || tp->dwt.keyboard_active) { in tp_post_events() 1978 libinput_timer_cancel(&tp->dwt.keyboard_timer); in tp_remove_sendevents() 1985 list_for_each(kbd, &tp->dwt.paired_keyboard_list, link) { in tp_remove_sendevents() 2006 list_for_each_safe(kbd, &tp->dwt.paired_keyboard_list, link) { in tp_interface_remove() 2009 tp->dwt.keyboard_active = false; in tp_interface_remove() 2025 libinput_timer_destroy(&tp->dwt.keyboard_timer); in tp_interface_destroy() [all …]
|
D | evdev-mt-touchpad.h | 482 } dwt; member
|
D | libinput.c | 4480 if (!device->config.dwt) in libinput_device_config_dwt_is_available() 4483 return device->config.dwt->is_available(device); in libinput_device_config_dwt_is_available() 4498 return device->config.dwt->set_enabled(device, enable); in libinput_device_config_dwt_set_enabled() 4507 return device->config.dwt->get_enabled(device); in libinput_device_config_dwt_get_enabled() 4516 return device->config.dwt->get_default_enabled(device); in libinput_device_config_dwt_get_default_enabled()
|
D | libinput-private.h | 333 struct libinput_device_config_dwt *dwt; member
|
/third_party/ffmpeg/tests/fate/ |
D | libavcodec.mak | 78 FATE_LIBAVCODEC-$(CONFIG_JPEG2000_ENCODER) += fate-j2k-dwt 79 fate-j2k-dwt: libavcodec/tests/jpeg2000dwt$(EXESUF) 80 fate-j2k-dwt: CMD = run libavcodec/tests/jpeg2000dwt$(EXESUF)
|
/third_party/libinput/tools/ |
D | shared.c | 109 options->dwt = -1; in tools_init_options() 173 options->dwt = LIBINPUT_CONFIG_DWT_ENABLED; in tools_parse_option() 176 options->dwt = LIBINPUT_CONFIG_DWT_DISABLED; in tools_parse_option() 437 if (options->dwt != -1) in tools_device_apply_config() 438 libinput_device_config_dwt_set_enabled(device, options->dwt); in tools_device_apply_config()
|
D | shared.h | 109 int dwt; member
|
/third_party/libinput/completion/zsh/ |
D | _libinput | 79 + '(dwt)' \ 80 '--enable-dwt[Enable disable-while-typing]' \ 81 '--disable-dwt[Disable disable-while-typing]'
|
/third_party/libinput/quirks/ |
D | 50-system-asus.quirks | 29 # so libinput won't pair the two together and dwt isn't active.
|
/third_party/ffmpeg/libavcodec/ |
D | jpeg2000.h | 220 DWTContext dwt; member
|
D | jpeg2000.c | 473 if (ret = ff_jpeg2000_dwt_init(&comp->dwt, comp->coord, in ff_jpeg2000_init_component() 636 ff_dwt_destroy(&comp->dwt); in ff_jpeg2000_cleanup()
|
D | snow.h | 124 SnowDWTContext dwt; member 374 …s->dwt.inner_add_yblock(obmc, obmc_stride, block, b_w, b_h, src_x,src_y, src_stride, sb, add, dst8… in add_yblock()
|
D | snow.c | 452 ff_dwt_init(&s->dwt); in ff_snow_common_init()
|
D | snowdec.c | 593 …ff_spatial_idwt_buffered_slice(&s->dwt, cs, &s->sb, s->temp_idwt_buffer, w, h, 1, s->spatial_decom… in decode_frame()
|
D | j2kenc.c | 1413 if ((ret = ff_dwt_encode(&comp->dwt, comp->i_data)) < 0) in encode_tile()
|
D | jpeg2000dec.c | 2006 …ff_dwt_decode(&comp->dwt, codsty->transform == FF_DWT97 ? (void*)comp->f_data : (void*)comp->i_dat… in tile_codeblocks()
|
/third_party/libinput/doc/user/ |
D | tools.rst | 117 …:pg size 100x76mm tap(dl off) left scroll-nat scroll-2fg-edge click-buttonareas-clickfinger dwt-on
|
/third_party/ffmpeg/ |
D | configure | 141 --disable-dwt disable DWT code
|
/third_party/NuttX/ |
D | LICENSE | 1945 arch/arm/src/armv7-m/dwt.h 1949 arch/arm/src/armv8-m/dwt.h
|
D | ReleaseNotes | 28818 * [#2990](https://github.com/apache/nuttx/pull/2990) arch/armv7-m: Adds dwt helper functions for co…
|