Lines Matching refs:video_width
505 uint32_t video_width, video_height; in setup_video_pattern_framebuffer() local
507 video_width = dp_conn->test_pattern.hdisplay; in setup_video_pattern_framebuffer()
514 video_width, video_height, in setup_video_pattern_framebuffer()
540 uint32_t tile_height, tile_width, video_width, video_height; in fill_framebuffer() local
546 video_width = dp_conn->test_pattern.hdisplay; in fill_framebuffer()
553 green_ptr = red_ptr + (video_width * tile_height); in fill_framebuffer()
554 blue_ptr = green_ptr + (video_width * tile_height); in fill_framebuffer()
555 white_ptr = blue_ptr + (video_width * tile_height); in fill_framebuffer()
559 while (x < video_width) { in fill_framebuffer()
568 if (++x >= video_width) in fill_framebuffer()
589 dst_ptr = dp_conn->test_pattern.pixmap + (y * video_width); in fill_framebuffer()
590 memcpy(dst_ptr, src_ptr, (video_width * 4)); in fill_framebuffer()