Home
last modified time | relevance | path

Searched refs:x_offset (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/media/test-drivers/
H A Dvim2m.c453 unsigned int x, y, y_in, y_out, x_int, x_fract, x_err, x_offset; in device_process() local
521 x_offset = 0; in device_process()
530 x_offset += x_int; in device_process()
533 x_offset++; in device_process()
538 p_in_x[1] = p_line - x_offset * bytes_per_pixel; in device_process()
540 p_in_x[1] = p_line + x_offset * bytes_per_pixel; in device_process()
547 x_offset += x_int; in device_process()
550 x_offset++; in device_process()
555 p_in_x[0] = p_line - x_offset * bytes_per_pixel; in device_process()
557 p_in_x[0] = p_line + x_offset * bytes_per_pixel; in device_process()
/linux/drivers/media/test-drivers/vimc/
H A Dvimc-scaler.c351 unsigned int snk_x, x_offset, index; in vimc_scaler_fill_src_frame() local
354 x_offset = snk_x * vscaler->hw.bpp; in vimc_scaler_fill_src_frame()
355 index = y_offset + x_offset; in vimc_scaler_fill_src_frame()
/linux/drivers/platform/raspberrypi/vchiq-mmal/
H A Dmmal-msg-format.h46 u32 x_offset; member
/linux/include/linux/platform_data/
H A Dcros_ec_sensorhub.h82 s64 x_offset, y_offset; member
/linux/include/uapi/linux/
H A Dcoff.h307 char x_offset[4]; member
/linux/drivers/platform/chrome/
H A Dcros_ec_sensorhub_trace.h98 __entry->x = state->x_offset;
/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c43 s32 x_offset, y_offset; in vbox_do_modeset() local
50 x_offset = vbox->single_framebuffer ? vbox_crtc->x : vbox_crtc->x_hint; in vbox_do_modeset()
77 x_offset, y_offset, in vbox_do_modeset()
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec.c1539 int i, j, row, x_offset, matrix_offset, rot_index, y_offset, matrix_size, new_value; in transpose_and_flatten_matrices() local
1544 x_offset = 0; in transpose_and_flatten_matrices()
1548 rot_index = y_offset * row_length + x_offset; in transpose_and_flatten_matrices()
1553 x_offset += 1; in transpose_and_flatten_matrices()
/linux/drivers/hid/
H A Dwacom_wac.c1642 int x_offset = 0; in wacom_mt_touch() local
1646 x_offset = -4; in wacom_mt_touch()
1659 int offset = (WACOM_BYTES_PER_MT_PACKET + x_offset) * i + 3; in wacom_mt_touch()
1670 int x = get_unaligned_le16(&data[offset + x_offset + 7]); in wacom_mt_touch()
1671 int y = get_unaligned_le16(&data[offset + x_offset + 9]); in wacom_mt_touch()
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1593 x_offset = n - (subrange.lo % n)
1595 x_offset = 0.0
1596 x = subrange.lo + x_offset