admin
base
com
developer
drivers
apm
ddk
dot4
drivers
filters
ftapi
inc
input
kmpi
ksfilter
net
nlsmsg
parallel
published
sac
serial
smartcrd
sound
storage
tpg
video
watchdog
wdm
audio
bda
capture
devbay
dvd
class
dxapi
inc
inf
lib
mini
divicore
dvdts
dxr2
jbs
sgs
cpq3520a
retail
board.c
board.h
bt856.h
bt866.c
codcls.rc
codedma.c
codedma.h
copyprot.c
copyprot.h
cpq.inf
ddvptype.h
depend.mk
hwcodec.c
hwcodec.h
i20reg.h
i2c.c
i2c.h
makefile
memio.c
memio.h
mpaudio.c
mpaudio.h
mpinit.c
mpinit.h
mpst.h
mpvideo.c
mpvideo.h
ptsfifo.c
ptsfifo.h
readme.cpq
sgs.mk
sources
stdefs.h
sti3520a.c
sti3520a.h
subpic.c
subpic.h
subpic2.h
trace.c
trace.h
zac3.c
zac3.h
dirs
makefile
sgsorig
tecra
toshiba
dirs
makefile
dirs
makefile
input
ir
rt
usb
vbi
wrap
dirs
wmilib
dirs
project.mk
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
35 lines
694 B
C
35 lines
694 B
C
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||
//
|
||
// MODULE : BT856.H
|
||
// PURPOSE : Board specific code goes here
|
||
// AUTHOR : JBS Yadawa
|
||
// CREATED : 7/20/96
|
||
//
|
||
//
|
||
// Copyright (C) 1996 SGS-THOMSON Microelectronics
|
||
//
|
||
//
|
||
// REVISION HISTORY :
|
||
//
|
||
// DATE :
|
||
//
|
||
// COMMENTS :
|
||
//
|
||
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||
|
||
#ifndef __BT856_H__
|
||
#define __BT856_H__
|
||
typedef enum tagStd {
|
||
NTSC_PLAY = 0,
|
||
NTSC_TEST,
|
||
NTSC_EXT,
|
||
NTSC_CAPT,
|
||
PAL_PLAY,
|
||
PAL_TEST,
|
||
PAL_EXT,
|
||
PAL_CAPT
|
||
} VSTANDARD;
|
||
void FARAPI BTInitEnc(void);
|
||
void FARAPI BTSetVideoStandard(VSTANDARD std);
|
||
#endif// __BT856_H__
|
||
|