| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_slice.c | 619 static void proc_cu8(DataCu *cu, RK_U32 pos_x, RK_U32 pos_y) in proc_cu8() argument 623 RK_S32 puIdx = pos_x / 8 + pos_y / 8 * 8; in proc_cu8() 630 static void proc_cu16(H265eSlice *slice, DataCu *cu, RK_U32 pos_x, RK_U32 pos_y) in proc_cu16() argument 636 RK_S32 puIdx = pos_x / 16 + pos_y / 16 * 4; in proc_cu16() 639 h265e_dbg_skip("cu 16 pos_x %d pos_y %d", pos_x, pos_y); in proc_cu16() 641 if ((cu->pixelX + pos_x + 15 < sps->m_picWidthInLumaSamples) && in proc_cu16() 646 } else if ((cu->pixelX + pos_x >= sps->m_picWidthInLumaSamples) || in proc_cu16() 654 cu_x_1 = pos_x + (m & 1) * (nSize >> 1); in proc_cu16() 662 static void proc_cu32(H265eSlice *slice, DataCu *cu, RK_U32 pos_x, RK_U32 pos_y) in proc_cu32() argument 668 RK_S32 puIdx = pos_x / 32 + pos_y / 32 * 2; in proc_cu32() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | overlay.c | 163 if (dw < info->pos_x + outw) { in dss_ovl_check() 166 ovl->id, info->pos_x, outw, dw); in dss_ovl_check()
|
| H A D | dispc.c | 72 u16 pos_x, unsigned long *core_clk, bool mem_to_mem); 2107 const struct omap_video_timings *t, u16 pos_x, in check_horiz_timing_omap3() argument 2138 val = div_u64((u64)(nonactive - pos_x) * lclk, pclk); in check_horiz_timing_omap3() 2256 u16 pos_x, unsigned long *core_clk, bool mem_to_mem) in dispc_ovl_calc_scaling_24xx() argument 2302 u16 pos_x, unsigned long *core_clk, bool mem_to_mem) in dispc_ovl_calc_scaling_34xx() argument 2329 pos_x, in_width, in_height, out_width, in dispc_ovl_calc_scaling_34xx() 2363 if (check_horiz_timing_omap3(pclk, lclk, mgr_timings, pos_x, in_width, in dispc_ovl_calc_scaling_34xx() 2387 u16 pos_x, unsigned long *core_clk, bool mem_to_mem) in dispc_ovl_calc_scaling_44xx() argument 2432 int *x_predecim, int *y_predecim, u16 pos_x, in dispc_ovl_calc_scaling() argument 2481 x_predecim, y_predecim, &decim_x, &decim_y, pos_x, &core_clk, in dispc_ovl_calc_scaling() [all …]
|
| H A D | overlay-sysfs.c | 131 info.pos_x, info.pos_y); in overlay_position_show() 143 info.pos_x = simple_strtoul(buf, &last, 10); in overlay_position_store()
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | mousedev.c | 102 int pos_x, pos_y; member 285 p->dx += packet->x - client->pos_x; in mousedev_notify_readers() 287 client->pos_x = packet->x; in mousedev_notify_readers() 291 client->pos_x += packet->dx; in mousedev_notify_readers() 292 client->pos_x = clamp_val(client->pos_x, 0, xres); in mousedev_notify_readers() 551 client->pos_x = xres / 2; in mousedev_open()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb-ioctl.c | 110 r = omapfb_setup_overlay(fbi, ovl, pi->pos_x, pi->pos_y, in omapfb_setup_plane() 119 info.pos_x = pi->pos_x; in omapfb_setup_plane() 189 pi->pos_x = ovli.pos_x; in omapfb_query_plane()
|
| H A D | omapfb-main.c | 907 info.pos_x = posx; in omapfb_setup_overlay() 979 posx = info.pos_x; in omapfb_apply_changes()
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | elan_i2c_core.c | 887 unsigned int pos_x, pos_y; in elan_report_contact() local 892 pos_x = get_unaligned_be16(&finger_data[0]); in elan_report_contact() 895 pos_x = ((finger_data[0] & 0xf0) << 4) | finger_data[1]; in elan_report_contact() 899 if (pos_x > data->max_x || pos_y > data->max_y) { in elan_report_contact() 902 contact_num, pos_x, pos_y, in elan_report_contact() 914 input_report_abs(input, ABS_MT_POSITION_X, pos_x); in elan_report_contact()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | sur40.c | 67 __le16 pos_x; /* finger tip position */ member 419 int bb_size_x, bb_size_y, pos_x, pos_y, ctr_x, ctr_y, slotnum; in sur40_report_blob() local 431 pos_x = le16_to_cpu(blob->pos_x); in sur40_report_blob() 443 input_report_abs(input, ABS_MT_POSITION_X, pos_x); in sur40_report_blob()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dispc.c | 106 u16 pos_x, unsigned long *core_clk, bool mem_to_mem); 2131 const struct videomode *vm, u16 pos_x, in check_horiz_timing_omap3() argument 2164 val = div_u64((u64)(nonactive - pos_x) * lclk, pclk); in check_horiz_timing_omap3() 2285 u16 pos_x, unsigned long *core_clk, in dispc_ovl_calc_scaling_24xx() argument 2334 u16 pos_x, unsigned long *core_clk, in dispc_ovl_calc_scaling_34xx() argument 2361 pos_x, in_width, in_height, out_width, in dispc_ovl_calc_scaling_34xx() 2395 if (check_horiz_timing_omap3(pclk, lclk, vm, pos_x, in_width, in dispc_ovl_calc_scaling_34xx() 2422 u16 pos_x, unsigned long *core_clk, in dispc_ovl_calc_scaling_44xx() argument 2489 int *x_predecim, int *y_predecim, u16 pos_x, in dispc_ovl_calc_scaling() argument 2558 &decim_x, &decim_y, pos_x, &core_clk, in dispc_ovl_calc_scaling() [all …]
|
| H A D | omapdss.h | 239 u16 pos_x; member
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap/ |
| H A D | lcdc.c | 280 int pos_x, int pos_y, int width, int height, in omap_lcdc_setup_plane() argument 294 if (plane != 0 || channel_out != 0 || pos_x != 0 || pos_y != 0 || in omap_lcdc_setup_plane() 299 "w %d h %d\n", plane, pos_x, pos_y, width, height); in omap_lcdc_setup_plane()
|
| H A D | omapfb.h | 156 int pos_x, int pos_y, int width,
|
| H A D | omapfb_main.c | 190 plane->info.pos_x, plane->info.pos_y, in ctrl_change_mode() 768 if (pi->pos_x + pi->out_width > panel->x_res || in omapfb_setup_plane()
|
| H A D | hwa742.c | 515 int pos_x, int pos_y, int width, int height, in hwa742_setup_plane() argument
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | sh_mobile_lcdcfb.c | 202 int pos_x; member 859 (ovl->pos_x << LDBBLOCR_CHLC_SHIFT)); in sh_mobile_lcdc_overlay_setup() 1275 return scnprintf(buf, PAGE_SIZE, "%d,%d\n", ovl->pos_x, ovl->pos_y); in overlay_position_show() 1285 int pos_x; in overlay_position_store() local 1288 pos_x = simple_strtol(buf, &endp, 10); in overlay_position_store() 1299 if (ovl->pos_x != pos_x || ovl->pos_y != pos_y) { in overlay_position_store() 1300 ovl->pos_x = pos_x; in overlay_position_store() 2373 ovl->pos_x = 0; in sh_mobile_lcdc_overlay_init()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | omapfb.h | 138 __u32 pos_x; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | omapfb.h | 138 __u32 pos_x; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | omapfb.h | 138 __u32 pos_x; member
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/ |
| H A D | fimc-is.h | 167 u16 pos_x; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/ |
| H A D | omap_plane.c | 69 DBG("%d,%d %pad %pad", info.pos_x, info.pos_y, in omap_plane_atomic_update()
|
| H A D | omap_fb.c | 142 info->pos_x = state->crtc_x; in omap_framebuffer_update_scanout()
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 407 pos_x = off_x + ((max_sample.time - proc_tree.start_time) * w / proc_tree.duration) 410 if (pos_x < off_x + 245): 414 draw_text (ctx, label, DISK_TPUT_COLOR, pos_x + shift_x, curr_y + shift_y)
|
| /OK3568_Linux_fs/kernel/include/video/ |
| H A D | omapfb_dss.h | 305 u16 pos_x; member
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/omap/ |
| H A D | omap_vout.c | 317 info.pos_x = posx; in omapvid_setup_overlay() 337 info.color_mode, info.rotation, info.mirror, info.pos_x, in omapvid_setup_overlay()
|