代码搜索结果
找到约 10,000 项符合
Video 的代码
scr_poke.c
#include
#include
#define VIDEO 0xB800 // CGA base
void main(void)
{
FILE *fp;
int offset;
char value;
if ((fp = fopen("SAVE_SCR.DAT", "rb")) == NULL
file_scr.c
#include
#include
#define VIDEO 0xB800 // CGA base
void main(void)
{
FILE *fp;
int offset;
if ((fp = fopen("SAVE_SCR.DAT", "wb")) == NULL)
printf("
atom_define.h
/*
typedef unsigned char Uint8;
typedef unsigned short Uint16;
typedef unsigned int Uint32;
typedef unsigned long Uint40;
typedef char Int8;
typedef sho
gdc.6
.\" $Id: gdc.6,v 1.2 2003/03/15 20:50:03 tom Exp $
.TH GDC 6
.SH NAME
gdc \- grand digital clock (curses)
.SH SYNOPSIS
.B gdc
[-s] [
.I n
]
.SH DESCRIPTION
.I Gdc
runs a digital clock made of reverse-
vipor_api.h
#ifndef __VIOPR_API_H
#define __VIOPR_API_H
// Define accept video format.
typedef enum
{
EN_LCD_VID_FORMAT_CVBS = 0, // the LCD video format is CVBS
EN_LCD_VID_FORMAT_SVIDEO, // the L
sinek.desktop
[Desktop Entry]
Name=Media Player (Sinek)
Name[es]=Reproductor de medios (Sinek)
Comment=One player to show them all.
Comment[es]=Un Reproductor para mostrarlos a Todos.
Exec=sinek
MimeType=video/mpeg
config.c
#include "osd.h"
/* Options structure */
t_option option;
/* Joystick driver names and numbers */
struct {
char *name;
int id;
} joy_driver_table[] = {
{ "auto",
scr_poke.c
#include
#include
#define VIDEO 0xB800 // CGA base
void main(void)
{
FILE *fp;
int offset;
char value;
if ((fp = fopen("SAVE_SCR.DAT", "rb")) == NULL
file_scr.c
#include
#include
#define VIDEO 0xB800 // CGA base
void main(void)
{
FILE *fp;
int offset;
if ((fp = fopen("SAVE_SCR.DAT", "wb")) == NULL)
printf("
uglvdemo.c
/* uglvdemo.c - Video demonstration program */
/* Copyright 1999-2000 Wind River Systems, Inc. All Rights Reserved */
/*
modification history
--------------------
01m,22feb02,msr Backward compatabi