Searched refs:display_height (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/BuS/eb_cpu5282/ |
| H A D | eb_cpu5282.c | 24 unsigned long display_height; variable 202 display_height = simple_strtoul(s, NULL, 10); in drv_video_init() 204 display_height = 256; in drv_video_init() 206 printf("%lu x %lu pixel matrix\n", display_width, display_height); in drv_video_init() 211 vcxk_init(display_width, display_height); in drv_video_init()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | bus_vcxk.c | 94 u_long display_height; variable 128 display_height = height; in vcxk_init() 191 if ((x < display_width) && (y < display_height)) { in vcxk_setpixel() 386 if (display_height < (height + y)) in vcxk_display_bitmap() 387 c_height = display_height - y; in vcxk_display_bitmap()
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-osd.c | 57 for (y = 0; y < dev->display_height; y++) { in vivid_clear_fb() 285 dev->display_height = start_window.height; in vivid_fb_init_vidmode() 290 dev->fb_defined.yres = dev->display_height; in vivid_fb_init_vidmode() 292 dev->fb_defined.yres_virtual = dev->display_height; in vivid_fb_init_vidmode()
|
| H A D | vivid-vid-out.c | 881 -dev->display_height, dev->display_height); in vidioc_try_fmt_vid_out_overlay() 900 r->top = clamp_t(s32, r->top, 0, dev->display_height - 1); in vidioc_try_fmt_vid_out_overlay() 901 r->height = clamp_t(s32, r->height, 1, dev->display_height - r->top); in vidioc_try_fmt_vid_out_overlay() 992 a->fmt.height = dev->display_height; in vivid_vid_out_g_fbuf()
|
| H A D | vivid-core.h | 297 int display_height; member
|
| H A D | vivid-kthread-cap.c | 169 0, 0, dev->display_width, dev->display_height in vivid_precalc_copy_rects()
|
| H A D | vivid-core.c | 348 a->fmt.height <= dev->display_height && in vivid_validate_fb()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtvfb.c | 160 int display_height; member 214 osd->max_offset = oi->display_width * oi->display_height * 4; in ivtvfb_get_osd_coords() 1025 oi->display_height = start_window.height; in ivtvfb_init_vidmode() 1030 oi->ivtvfb_defined.yres = oi->display_height; in ivtvfb_init_vidmode() 1032 oi->ivtvfb_defined.yres_virtual = oi->display_height; in ivtvfb_init_vidmode()
|
| /OK3568_Linux_fs/kernel/drivers/misc/ibmasm/ |
| H A D | remote.h | 77 #define display_height(sp) (mouse_addr(sp) + CONDOR_INPUT_DISPLAY_RESY) macro
|
| H A D | ibmasmfs.c | 600 …ibmasmfs_create_file(remote_dir, "height", &remote_settings_fops, (void *)display_height(sp), S_IR… in ibmasmfs_create_files()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/ |
| H A D | m2vd_parser.h | 240 RK_U32 display_height; member
|
| H A D | m2vd_parser.c | 959 ctx->display_height = ctx->seq_head.decode_height; in m2vd_decode_seq_header() 1265 mpp_frame_set_height(ctx->frame_cur->f, ctx->display_height); in m2vd_alloc_frame() 1267 mpp_frame_set_ver_stride(ctx->frame_cur->f, ctx->display_height); in m2vd_alloc_frame()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_stdu.c | 119 s32 display_width, display_height; member 195 stdu->display_height = mode->vdisplay; in vmw_stdu_define_st() 302 0, stdu->display_height); in vmw_stdu_update_st() 350 stdu->display_height = 0; in vmw_stdu_destroy_st()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/ |
| H A D | codec_vp9.c | 361 u16 display_height; member
|