代码搜索结果

找到约 10,000 项符合 Video 的代码

video_hd.c

/* * Copyright 2003 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *

video_scaling.c

/* * Copyright 2003 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *

video_rgb.c

/* * Copyright 2003 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *

update_video.txt

/* //int w = (cart.type ? 160 : 256); //int h = (cart.type ? 144 : 192); int w = 160; int h = 144; // int dx = (cart.type ? 48 : 0); // int dy = (cart.type ? 48 : 24);

video_graphics.h

/***************************************************************************** * video_graphics.h: pictures manipulation primitives * Includes function to compose, convert and display pictures, and

video_output.h

/***************************************************************************** * video_output.h : video output thread * This module describes the programming interface for video output threads. * I