Files
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
2025-04-27 07:49:33 -04:00

35 lines
694 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//
// 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__