代码搜索:Video
找到约 10,000 项符合「Video」的源代码
代码结果 10,000
www.eeworm.com/read/110972/6163204
cpp video_util_tv.cpp
#include "video_util_tv.h"
/* --------------------------------------------------------------------- */
/* US broadcast */
static struct CHANNEL ntsc_bcast[] = {
{ "2", 55250 },
{ "
www.eeworm.com/read/110972/6163210
h video_util_tv.h
#ifndef __VIDEO_UTIL_TV__
#define __VIDEO_UTIL_TV__
/*
* Worldwide channel/frequency list
*
* Nathan Laredo (laredo@broked.net)
*
* Frequencies are given in kHz
*/
#define NTSC_AUDIO
www.eeworm.com/read/110972/6163211
h video_sdl_preview.h
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/100127/6274154
py rgb2video.py
import sys
import VFile
import getopt
import imgfile
import string
import imgconv
def main():
format = None
interval = 40
outfile = 'film.video'
try:
opts, args = getopt.getopt(sys.argv[1:], '
www.eeworm.com/read/100127/6274160
py video2rgb.py
#! /usr/bin/env python
# Convert CMIF movie file(s) to a sequence of rgb images
# Help function
def help():
print 'Usage: video2rgb [options] [file] ...'
print
print 'Options:'
print '-q
www.eeworm.com/read/492034/6430603
cpp sa2video.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/492034/6430619
h sa2video.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/490404/6455859
exe haswf2video.exe
www.eeworm.com/read/486207/6538161
c saa7134-video.c
/*
* device driver for philips saa7134 based TV cards
* video4linux video interface
*
* (c) 2001-03 Gerd Knorr [SuSE Labs]
*
* This program is free software; you can redist
www.eeworm.com/read/486147/6544452
bak video_buffer.v.bak
module video_buffer
(
input [(DATA_WIDTH-1):0] data_a, data_b,
input [(ADDR_WIDTH-1):0] addr_a, addr_b,
input we_a, we_b, clk,
output reg [(DATA_WIDTH-1):0] q_a, q_b
);
parameter DATA_WIDTH = 8