代码搜索结果
找到约 10,000 项符合
Video 的代码
video.c
/*
* Copyright (c) 1992 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any pur
video.c
/*
* Video4Linux functions
*/
#include "main.h"
#ifdef MOTION
#include "motion.h"
#endif
int set_picture(struct vd_video *vd) {
if (ioctl(vd->grab_fd, VIDIOCGPICT, &(vd->grab_pic)) == -1) {
video.cpp
/*
* video.c --
*
* This file contains C code that implements the video decoder model.
*
*/
/*
* Copyright (c) 1995 The Regents of the University of California.
* All rights reserved.
video.h
/*
* Copyright (c) 1995 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purp
video.cs
using System;
using System.Data;
using System.Data.SqlClient;
using My.Vod.DbBase;
using System.Collections ;
namespace My
{
///
/// Video description for Video.
///