Home
last modified time | relevance | path

Searched refs:V4L2_TCH_FMT_DELTA_TD16 (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-tch-td16.rst6 V4L2_TCH_FMT_DELTA_TD16 ('TD16')
9 *man V4L2_TCH_FMT_DELTA_TD16(2)*
/linux/drivers/input/rmi4/
H A Drmi_f54.c254 *pixfmt = V4L2_TCH_FMT_DELTA_TD16; in rmi_f54_get_pixel_fmt()
/linux/drivers/input/touchscreen/
H A Datmel_mxt_ts.c2593 f->pixelformat = V4L2_TCH_FMT_DELTA_TD16; in mxt_set_input()
2645 fmt->pixelformat = V4L2_TCH_FMT_DELTA_TD16; in mxt_vidioc_enum_fmt()
/linux/include/uapi/linux/
H A Dvideodev2.h844 #define V4L2_TCH_FMT_DELTA_TD16 v4l2_fourcc('T', 'D', '1', '6') /* 16-bit signed deltas */ macro
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1451 case V4L2_TCH_FMT_DELTA_TD16: descr = "16-bit Signed Deltas"; break; in v4l_fill_fmtdesc()