代码搜索结果
找到约 10,000 项符合
Video 的代码
play_video.c
/*
*
* Copyright (c) Sigma Designs, Inc. 2002. All rights reserved.
*
*/
/**
@file dcc_demo.c
@brief sample application to access the Mambo chip and test DMA transfers
@author Julien Soulier
dcc_video.c
/*****************************************
Copyright © 2001-2003
Sigma Designs, Inc. All Rights Reserved
Proprietary and Confidential
*****************************************/
/**
@file dcc
video1394.c
/*
* video1394.c - video driver for OHCI 1394 boards
* Copyright (C)1999,2000 Sebastien Rougeaux
* Peter Schlaile
*
*
video1394.h
/*
* video1394.h - driver for OHCI 1394 boards
* Copyright (C)1999,2000 Sebastien Rougeaux
* Peter Schlaile
*
* This p
video.pas.~3~
unit Video;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,Bass,BassVideo;
type
TfrmVideo = class(TForm)
procedure FormCreate(
video.pas.~4~
unit Video;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,Bass,BassVideo,ComVariable;
type
TfrmVideo = class(TForm)
procedure
video.dfm.~6~
object frmVideo: TfrmVideo
Left = 0
Top = 0
Caption = 'myPlayer'
ClientHeight = 213
ClientWidth = 312
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
video.dfm.~4~
object frmVideo: TfrmVideo
Left = 0
Top = 0
Caption = 'frmVideo'
ClientHeight = 250
ClientWidth = 545
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
video.dfm.~7~
object frmVideo: TfrmVideo
Left = 0
Top = 0
Caption = 'myPlayer'
ClientHeight = 213
ClientWidth = 312
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
video.pas.~1~
unit Video;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm3 = class(TForm)
private
{ Private declarations }