Home
last modified time | relevance | path

Searched refs:dwt (Results 1 – 20 of 20) sorted by relevance

/third_party/libinput/src/
Devdev-mt-touchpad.c888 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 …]
Devdev-mt-touchpad.h482 } dwt; member
Dlibinput.c4480 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()
Dlibinput-private.h333 struct libinput_device_config_dwt *dwt; member
/third_party/ffmpeg/tests/fate/
Dlibavcodec.mak78 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/
Dshared.c109 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()
Dshared.h109 int dwt; member
/third_party/libinput/completion/zsh/
D_libinput79 + '(dwt)' \
80 '--enable-dwt[Enable disable-while-typing]' \
81 '--disable-dwt[Disable disable-while-typing]'
/third_party/libinput/quirks/
D50-system-asus.quirks29 # so libinput won't pair the two together and dwt isn't active.
/third_party/ffmpeg/libavcodec/
Djpeg2000.h220 DWTContext dwt; member
Djpeg2000.c473 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()
Dsnow.h124 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()
Dsnow.c452 ff_dwt_init(&s->dwt); in ff_snow_common_init()
Dsnowdec.c593 …ff_spatial_idwt_buffered_slice(&s->dwt, cs, &s->sb, s->temp_idwt_buffer, w, h, 1, s->spatial_decom… in decode_frame()
Dj2kenc.c1413 if ((ret = ff_dwt_encode(&comp->dwt, comp->i_data)) < 0) in encode_tile()
Djpeg2000dec.c2006 …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/
Dtools.rst117 …:pg size 100x76mm tap(dl off) left scroll-nat scroll-2fg-edge click-buttonareas-clickfinger dwt-on
/third_party/ffmpeg/
Dconfigure141 --disable-dwt disable DWT code
/third_party/NuttX/
DLICENSE1945 arch/arm/src/armv7-m/dwt.h
1949 arch/arm/src/armv8-m/dwt.h
DReleaseNotes28818 * [#2990](https://github.com/apache/nuttx/pull/2990) arch/armv7-m: Adds dwt helper functions for co…