/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | fb_decoder.h | 114 u32 x_offset; /* in pixels */ member 131 u32 x_offset; /* in pixels */ member
|
H A D | fb_decoder.c | 272 plane->x_offset = (val & _PRI_PLANE_X_OFF_MASK) >> in intel_vgpu_decode_primary_plane() 502 plane->x_offset = (val & _SPRITE_OFFSET_START_X_MASK) >> in intel_vgpu_decode_sprite_plane()
|
/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/ |
H A D | jpeg-hw-exynos3250.c | 363 void exynos3250_jpeg_offset(void __iomem *regs, unsigned int x_offset, in exynos3250_jpeg_offset() argument 370 reg |= (x_offset << EXYNOS3250_LUMA_YX_OFFSET_SHIFT) & in exynos3250_jpeg_offset() 377 reg |= (x_offset << EXYNOS3250_CHROMA_YX_OFFSET_SHIFT) & in exynos3250_jpeg_offset() 384 reg |= (x_offset << EXYNOS3250_CHROMA_CR_YX_OFFSET_SHIFT) & in exynos3250_jpeg_offset()
|
H A D | jpeg-hw-exynos3250.h | 40 void exynos3250_jpeg_offset(void __iomem *regs, unsigned int x_offset,
|
/openbmc/linux/drivers/media/test-drivers/ |
H A D | vim2m.c | 447 unsigned int x, y, y_in, y_out, x_int, x_fract, x_err, x_offset; in device_process() local 515 x_offset = 0; in device_process() 524 x_offset += x_int; in device_process() 527 x_offset++; in device_process() 532 p_in_x[1] = p_line - x_offset * bytes_per_pixel; in device_process() 534 p_in_x[1] = p_line + x_offset * bytes_per_pixel; in device_process() 541 x_offset += x_int; in device_process() 544 x_offset++; in device_process() 549 p_in_x[0] = p_line - x_offset * bytes_per_pixel; in device_process() 551 p_in_x[0] = p_line + x_offset * bytes_per_pixel; in device_process()
|
/openbmc/linux/drivers/media/test-drivers/vimc/ |
H A D | vimc-scaler.c | 368 unsigned int snk_x, x_offset, index; in vimc_scaler_fill_src_frame() local 371 x_offset = snk_x * vscaler->bpp; in vimc_scaler_fill_src_frame() 372 index = y_offset + x_offset; in vimc_scaler_fill_src_frame()
|
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-msg-format.h | 46 u32 x_offset; member
|
/openbmc/linux/include/linux/platform_data/ |
H A D | cros_ec_sensorhub.h | 82 s64 x_offset, y_offset; member
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | rs6000.h | 189 char x_offset[4]; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | coff.h | 307 char x_offset[4]; member
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | gen7_renderclear.c | 312 unsigned int x_offset = (media_object_index % 16) * 64; in gen7_emit_media_object() local 333 *cs++ = y_offset << 16 | x_offset; in gen7_emit_media_object()
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_sensorhub_trace.h | 98 __entry->x = state->x_offset;
|
H A D | cros_ec_sensorhub_ring.c | 241 dx = (state->x_history[0] + state->x_offset) - x; in cros_ec_sensor_ring_ts_filter_update() 265 state->x_offset = x; in cros_ec_sensor_ring_ts_filter_update() 329 return div_s64(state->median_m * (x - state->x_offset), M_PRECISION) in cros_ec_sensor_ring_ts_filter()
|
/openbmc/linux/drivers/gpu/drm/ast/ |
H A D | ast_mode.c | 823 u8 x_offset, u8 y_offset) in ast_set_cursor_location() argument 830 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0xc2, x_offset); in ast_set_cursor_location() 896 u8 x_offset, y_offset; in ast_cursor_plane_helper_atomic_update() local 919 x_offset = (-plane_state->crtc_x) + offset_x; in ast_cursor_plane_helper_atomic_update() 922 x_offset = offset_x; in ast_cursor_plane_helper_atomic_update() 933 ast_set_cursor_location(ast, x, y, x_offset, y_offset); in ast_cursor_plane_helper_atomic_update()
|
/openbmc/linux/drivers/gpu/drm/vboxvideo/ |
H A D | vbox_mode.c | 42 s32 x_offset, y_offset; in vbox_do_modeset() local 49 x_offset = vbox->single_framebuffer ? vbox_crtc->x : vbox_crtc->x_hint; in vbox_do_modeset() 76 x_offset, y_offset, in vbox_do_modeset()
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-kthread-cap.c | 80 static void blend_line(struct vivid_dev *dev, unsigned y_offset, unsigned x_offset, in blend_line() argument 87 copy_pix(dev, y_offset, x_offset + x, in blend_line()
|
/openbmc/linux/drivers/hid/ |
H A D | wacom_wac.c | 1677 int x_offset = 0; in wacom_mt_touch() local 1681 x_offset = -4; in wacom_mt_touch() 1694 int offset = (WACOM_BYTES_PER_MT_PACKET + x_offset) * i + 3; in wacom_mt_touch() 1705 int x = get_unaligned_le16(&data[offset + x_offset + 7]); in wacom_mt_touch() 1706 int y = get_unaligned_le16(&data[offset + x_offset + 9]); in wacom_mt_touch()
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 3094 + int x_offset, int y_offset, int alpha) 3098 + msg_Dbg(p_filter, "%s (%d,%d:%d) pic=%p, pts=%lld, force=%d", __func__, x_offset, y_offset, al… 3115 + x_offset, y_offset, 3203 + int x_offset, int y_offset, int alpha) 3212 + msg_Dbg(p_filter, "%s (%d,%d:%d) pic=%p, pts=%lld, force=%d", __func__, x_offset, y_offset, al… 3222 + x_offset += dst_pic->format.i_x_offset; 3226 + if (x_offset + width >= (int)(dst_pic->format.i_x_offset + dst_pic->format.i_visible_width)) 3227 + width = dst_pic->format.i_x_offset + dst_pic->format.i_visible_width - x_offset; 3241 + dst_pic->p[0].i_pixel_pitch * x_offset + 9252 + const int x_offset, const int y_offset, [all …]
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1590 x_offset = n - (subrange.lo % n) 1592 x_offset = 0.0 1593 x = subrange.lo + x_offset
|