Home
last modified time | relevance | path

Searched refs:offset_y (Results 1 – 25 of 52) sorted by relevance

123

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/common/
H A Dvepu_common.c290 RK_U32 offset_y = cfg->offset_y; 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()
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()
326 cfg->offset_byte[0] = offset_y * hor_stride + offset_x * 4; in get_vepu_offset_cfg()
H A Dvepu_common.h67 RK_U32 offset_y; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch127 + int ci, offset_y;
147 + for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) {
148 + jcopy_block_row(src_buffer[offset_y] + x_crop_blocks,
149 + dst_buffer[offset_y],
167 int ci, k, offset_y;
187 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) {
190 ptr1 = buffer[offset_y][blk_x];
191 ptr2 = buffer[offset_y][comp_width - blk_x - 1];
203 + jcopy_block_row(buffer[offset_y] + blk_x + x_crop_blocks,
204 + buffer[offset_y] + blk_x,
[all …]
/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
302 offset_y = ((TCH_PATTERN_COUNT - 1 - test_pat_idx) * y) / 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()
313 offset_y = (test_pat_idx * y) / 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/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
417 << " y=\"" << get<1>(map_point) + offset_y << "\"" in text()
432 ++it, offset_y += lineheight) in text()
437 << " y=\"" << get<1>(map_point) + offset_y in text()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppdec.c496 gint offset_y = mpp_frame_get_offset_y (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()
541 dst_height += offset_y; in gst_mpp_dec_apply_info_change()
715 gint offset_y = mpp_frame_get_offset_y (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()
761 cmeta->y += offset_y; 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
273 y_offset = (-y) + offset_y; in ast_cursor_show()
276 y_offset = offset_y; in ast_cursor_show()
/OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/
H A Dvsp1_rpf.c202 u32 offset_y, offset_c; in vsp1_rpf_configure_autofld() local
216 offset_y = format->plane_fmt[0].bytesperline; in vsp1_rpf_configure_autofld()
219 auto_fld->bottom_y0 = rpf->mem.addr[0] + offset_y; in vsp1_rpf_configure_autofld()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A DCVE-2022-2601.patch76 - glyph->offset_y = bounds.y;
81 + grub_cast (bounds.y, &glyph->offset_y))
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu2_v2.c348 cfg.offset_y = syntax->offset_y + start_mbrow * 16; in hal_jpege_vepu2_set_extra_info()
670 cfg.offset_y = syntax->offset_y + mcu_y * 16; in multi_core_start()
689 cfg.offset_y = syntax->offset_y; in multi_core_start()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dsubdev-itf.h35 unsigned int offset_y; member
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Djpege_syntax.h35 RK_U32 offset_y; 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.h91 RK_U32 offset_y; member
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_2d_sensor.c50 obj->y += axis_align->offset_y; in rmi_2d_sensor_abs_process()
274 pdata->axis_align.offset_y = val; in rmi_2d_sensor_of_probe()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dedt-ft5x06.c121 int offset_y; member
517 static EDT_ATTR(offset_y, S_IWUSR | S_IRUGO, NO_REGISTER, NO_REGISTER,
556 tsdata->offset_y); in edt_ft5x06_restore_reg_parameters()
976 tsdata->offset_y = val; in edt_ft5x06_ts_get_defaults()
995 tsdata->offset_y = edt_ft5x06_register_read(tsdata, in edt_ft5x06_ts_get_parameters()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/include/
H A Dgpio_types.h78 uint32_t offset_y; member
/OK3568_Linux_fs/kernel/include/linux/
H A Drmi.h47 u16 offset_y; member
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/rga/
H A Drga-hw.h430 unsigned int offset_y:8; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/dcn21/
H A Dhw_translate_dcn21.c351 info->offset_y = info->offset + 2; in id_to_offset()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/dce110/
H A Dhw_translate_dce110.c356 info->offset_y = info->offset + 2; in id_to_offset()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/dcn20/
H A Dhw_translate_dcn20.c348 info->offset_y = info->offset + 2; in id_to_offset()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/dcn30/
H A Dhw_translate_dcn30.c354 info->offset_y = info->offset + 2; in id_to_offset()

123