代码搜索:Framebuffer

找到约 2,292 项符合「Framebuffer」的源代码

代码结果 2,292
www.eeworm.com/read/395697/8159333

searchresults tq2440_test.searchresults

---- mini 匹配 (5 in 1 文件) ---- Camif.c (src):void CamInit(U32 CoDstWidth, U32 CoDstHeight, U32 PrDstWidth, U32 PrDstHeight, Camif.c (src): CamInit(640, 480, 240, 320, 112, 20, CAM_FRAMEBUFFER_C, C
www.eeworm.com/read/378233/9240005

c lcdlib.c

/* * FILE: lcdlib.c * 实现TFT LCD的测试函数 */ #include #include "lcddrv.h" #include "framebuffer.h" /* * 以240x320,8bpp的显示模式测试TFT LCD */ void Test_Lcd_Tft_8Bit_240320(void) {
www.eeworm.com/read/438146/7735736

makefile

# # Makefile for the new OMAP framebuffer device driver # obj-$(CONFIG_FB_OMAP) += omapfb.o objs-yy := omapfb_main.o objs-y$(CONFIG_ARCH_OMAP1) += lcdc.o objs-y$(CONFIG_ARCH_OMAP2) += dispc.o objs
www.eeworm.com/read/477944/6726492

c lcdlib.c

/* * FILE: lcdlib.c * 实现TFT LCD的测试函数 */ #include #include "lcddrv.h" #include "framebuffer.h" /* * 以240x320,8bpp的显示模式测试TFT LCD */ void Test_Lcd_Tft_8Bit_240320(void) {
www.eeworm.com/read/405687/11459383

c lcdlib.c

/* * FILE: lcdlib.c * 实现TFT LCD的测试函数 */ #include #include "lcddrv.h" #include "framebuffer.h" /* * 以240x320,8bpp的显示模式测试TFT LCD */ void Test_Lcd_Tft_8Bit_240320(void) {
www.eeworm.com/read/258097/11886233

h framebuf.h

#ifndef __FRAMEBUF_H #define __FRAMEBUF_H #include "types.h" // framebuffer location definition #define REF0_LUMA (regs0->ref0_luma) #define REF0_CHROMA (regs0->ref0_chroma) #define REF1_LUM
www.eeworm.com/read/343165/11968054

c lcdlib.c

/* * FILE: lcdlib.c * 实现TFT LCD的测试函数 */ #include #include "lcddrv.h" #include "framebuffer.h" /* * 以240x320,8bpp的显示模式测试TFT LCD */ void Test_Lcd_Tft_8Bit_240320(void) {
www.eeworm.com/read/16094/659288

c lcdlib.c

/* * FILE: lcdlib.c * 实现TFT LCD的测试函数 */ #include #include "lcddrv.h" #include "framebuffer.h" /* * 以240x320,8bpp的显示模式测试TFT LCD */ void Test_Lcd_Tft_8Bit_240320(void) {
www.eeworm.com/read/16293/668557

c lcdlib.c

/* * FILE: lcdlib.c * 实现TFT LCD的测试函数 */ #include #include "lcddrv.h" #include "framebuffer.h" /* * 以240x320,8bpp的显示模式测试TFT LCD */ void Test_Lcd_Tft_8Bit_240320(void) {
www.eeworm.com/read/250243/4439259

makefile

# # Makefile for the Intel 810/815 framebuffer driver # obj-$(CONFIG_FB_I810) += i810fb.o i810fb-objs := i810_main.o i810_accel.o ifdef CONFIG_FB_I810_GTF i810fb-objs