Home
last modified time | relevance | path

Searched refs:offset_x (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/common/
H A Dvepu_common.c289 RK_U32 offset_x = cfg->offset_x; in get_vepu_offset_cfg() local
296 if (offset_x || offset_y) { in get_vepu_offset_cfg()
299 cfg->offset_byte[0] = offset_y * hor_stride + offset_x; in get_vepu_offset_cfg()
300 cfg->offset_byte[1] = offset_y / 2 * hor_stride + offset_x + offset_c; in get_vepu_offset_cfg()
303 cfg->offset_byte[0] = offset_y * hor_stride + offset_x; in get_vepu_offset_cfg()
304 cfg->offset_byte[1] = (offset_y / 2) * (hor_stride / 2) + (offset_x / 2) + offset_c; in get_vepu_offset_cfg()
305 … cfg->offset_byte[2] = (offset_y / 2) * (hor_stride / 2) + (offset_x / 2) + offset_c * 5 / 4; in get_vepu_offset_cfg()
309 mpp_assert((offset_x & 1) == 0); in get_vepu_offset_cfg()
310 cfg->offset_byte[0] = offset_y * hor_stride + offset_x * 2; in get_vepu_offset_cfg()
318 cfg->offset_byte[0] = offset_y * hor_stride + offset_x * 2; in get_vepu_offset_cfg()
[all …]
H A Dvepu_common.h66 RK_U32 offset_x; member
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-touch-cap.c260 int x, y, xstart, ystart, offset_x, offset_y; in vivid_fillbuff_tch() local
300 offset_x = ((TCH_PATTERN_COUNT - 1 - test_pat_idx) * x) / in vivid_fillbuff_tch()
305 (x - offset_x) + f->width * (y - offset_y)); in vivid_fillbuff_tch()
307 (x + offset_x) + f->width * (y + offset_y)); in vivid_fillbuff_tch()
312 offset_x = (test_pat_idx * x) / TCH_PATTERN_COUNT; in vivid_fillbuff_tch()
315 (x - offset_x) + f->width * (y - offset_y)); in vivid_fillbuff_tch()
317 (x + offset_x) + f->width * (y + offset_y)); in vivid_fillbuff_tch()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch353 int ci, i, j, offset_x, offset_y;
373 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) {
374 - src_ptr = src_buffer[offset_x][dst_blk_y + offset_y];
375 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
376 + src_ptr = src_buffer[offset_x][dst_blk_y + offset_y + y_crop_blocks];
393 int ci, i, j, offset_x, offset_y;
433 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) {
434 - src_ptr = src_buffer[offset_x][dst_blk_y + offset_y];
436 + dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
440 - [comp_width - dst_blk_x - offset_x - 1];
[all …]
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppdec.c495 gint offset_x = mpp_frame_get_offset_x (mframe); in gst_mpp_dec_apply_info_change() local
519 if (afbc || offset_x || offset_y) { in gst_mpp_dec_apply_info_change()
521 offset_x, offset_y); in gst_mpp_dec_apply_info_change()
714 gint offset_x = mpp_frame_get_offset_x (mframe); in gst_mpp_dec_get_gst_buffer() local
742 if (afbc || offset_x || offset_y || crop_x || crop_y || crop_w || crop_h) { in gst_mpp_dec_get_gst_buffer()
760 cmeta->x += offset_x; in gst_mpp_dec_get_gst_buffer()
764 cmeta->x, cmeta->y, cmeta->width, cmeta->height, offset_x, offset_y, in gst_mpp_dec_get_gst_buffer()
780 if (!GST_VIDEO_INFO_IS_AFBC (info) && !offset_x && !offset_y && in gst_mpp_dec_get_gst_buffer()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ast/
H A Dast_cursor.c253 unsigned int offset_x, unsigned int offset_y) in ast_cursor_show() argument
267 x_offset = (-x) + offset_x; in ast_cursor_show()
270 x_offset = offset_x; in ast_cursor_show()
H A Dast_drv.h334 unsigned int offset_x, unsigned int offset_y);
H A Dast_mode.c688 unsigned int offset_x, offset_y; in ast_cursor_plane_helper_atomic_update() local
690 offset_x = AST_MAX_HWC_WIDTH - fb->width; in ast_cursor_plane_helper_atomic_update()
699 offset_x, offset_y); in ast_cursor_plane_helper_atomic_update()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/svg/
H A Dsvg_mapper.hpp408 double offset_x = 0.0, double offset_y = 0.0, in text() argument
416 << " x=\"" << get<0>(map_point) + offset_x << "\"" in text()
435 << "<tspan x=\"" << get<0>(map_point) + offset_x in text()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu2_v2.c347 cfg.offset_x = syntax->offset_x; in hal_jpege_vepu2_set_extra_info()
669 cfg.offset_x = syntax->offset_x; in multi_core_start()
684 cfg.offset_x = syntax->offset_x + in multi_core_start()
687 cfg.offset_x = syntax->offset_x + mcu_y * 16; in multi_core_start()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A DCVE-2022-2601.patch75 - glyph->offset_x = bounds.x;
80 + grub_cast (bounds.x, &glyph->offset_x) ||
H A DCVE-2022-3775.patch45 above_rightx = main_glyph->offset_x + main_glyph->width;
49 above_leftx = main_glyph->offset_x;
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dsubdev-itf.h34 unsigned int offset_x; member
H A Dsubdev-itf.c440 unsigned int offset_x = 0; in sditf_channel_enable() local
509 offset_x | (offset_y << 16)); in sditf_channel_enable()
518 offset_x = 0; in sditf_channel_enable()
520 offset_x = priv->cap_info.width / 2 - RKMOUDLE_UNITE_EXTEND_PIXEL; in sditf_channel_enable()
526 offset_x | (offset_y << 16)); in sditf_channel_enable()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Djpege_syntax.h34 RK_U32 offset_x; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/imgproc/hal/
H A Dhal.hpp71 int offset_x, int offset_y,
83 int offset_x, int offset_y,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/imgproc/hal/
H A Dhal.hpp71 int offset_x, int offset_y,
83 int offset_x, int offset_y,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/imgproc/hal/
H A Dhal.hpp71 int offset_x, int offset_y,
83 int offset_x, int offset_y,
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_frame_impl.h90 RK_U32 offset_x; member
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_2d_sensor.c49 obj->x += axis_align->offset_x; in rmi_2d_sensor_abs_process()
268 pdata->axis_align.offset_x = val; in rmi_2d_sensor_of_probe()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dedt-ft5x06.c120 int offset_x; member
514 static EDT_ATTR(offset_x, S_IWUSR | S_IRUGO, NO_REGISTER, NO_REGISTER,
553 tsdata->offset_x); in edt_ft5x06_restore_reg_parameters()
968 tsdata->offset_x = val; in edt_ft5x06_ts_get_defaults()
992 tsdata->offset_x = edt_ft5x06_register_read(tsdata, in edt_ft5x06_ts_get_parameters()
/OK3568_Linux_fs/kernel/include/linux/
H A Drmi.h46 u16 offset_x; member
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/rga/
H A Drga-hw.h428 unsigned int offset_x:8; member
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_frame.cpp279 MPP_FRAME_ACCESSORS(RK_U32, offset_x)
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_frame.h357 void mpp_frame_set_offset_x(MppFrame frame, RK_U32 offset_x);

12