-
Notifications
You must be signed in to change notification settings - Fork 43
/
ECVComponentDispatch.h
executable file
·145 lines (117 loc) · 5.75 KB
/
ECVComponentDispatch.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
ComponentComment ("Based on SoftVDigXDispatch.h from SoftVDigX")
ComponentSelectorOffset (4)
ComponentRangeCount (1)
ComponentRangeShift (8)
ComponentRangeMask (FF)
ComponentStorageType (Ptr)
ComponentComment("Standard Component Range")
ComponentRangeBegin (0)
StdComponentCall (Version)
StdComponentCall (CanDo)
StdComponentCall (Close)
StdComponentCall (Open)
ComponentRangeEnd (0)
ComponentComment("Video Digitizer Component Range")
ComponentRangeBegin (1)
ComponentError (0)
ComponentCall (GetMaxSrcRect)
ComponentCall (GetActiveSrcRect)
ComponentCall (SetDigitizerRect)
ComponentCall (GetDigitizerRect)
ComponentCall (GetVBlankRect)
ComponentCall (GetMaskPixMap) // not used for Compressed Source ignore
ComponentError (0x0007)
ComponentCall (GetPlayThruDestination) // not used for Compressed Source ignore
ComponentCall (UseThisCLUT) // not used for Compressed Source ignore
ComponentCall (SetInputGammaValue) // not called directly by Sequence Grabber QT6.3
ComponentCall (GetInputGammaValue) // not called directly by Sequence Grabber QT6.3
ComponentCall (SetBrightness)
ComponentCall (GetBrightness)
ComponentCall (SetContrast)
ComponentCall (SetHue)
ComponentCall (SetSharpness)
ComponentCall (SetSaturation)
ComponentCall (GetContrast)
ComponentCall (GetHue)
ComponentCall (GetSharpness)
ComponentCall (GetSaturation)
ComponentCall (GrabOneFrame) // not used for Compressed Source ignore
ComponentCall (GetMaxAuxBuffer) // not used for Compressed Source ignore
ComponentError (0x0018) // private
ComponentCall (GetDigitizerInfo)
ComponentCall (GetCurrentFlags)
ComponentCall (SetKeyColor) // not called directly by Sequence Grabber QT6.3
ComponentCall (GetKeyColor) // not called unless vdTypeKey
ComponentCall (AddKeyColor) // not called directly by Sequence Grabber QT6.3
ComponentCall (GetNextKeyColor) // not called directly by Sequence Grabber QT6.3
ComponentCall (SetKeyColorRange) // not called directly by Sequence Grabber QT6.3
ComponentCall (GetKeyColorRange) // not called directly by Sequence Grabber QT6.3
ComponentCall (SetDigitizerUserInterrupt) // not used
ComponentCall (SetInputColorSpaceMode) // not called directly by Sequence Grabber QT6.3
ComponentCall (GetInputColorSpaceMode) // not called directly by Sequence Grabber QT6.3
ComponentCall (SetClipState)
ComponentCall (GetClipState)
ComponentCall (SetClipRgn)
ComponentCall (ClearClipRgn)
ComponentCall (GetCLUTInUse) // not called directly by Sequence Grabber QT6.3
ComponentCall (SetPLLFilterType) // called by Video Source Panel if implemented
ComponentCall (GetPLLFilterType) // called by Video Source Panel if implemented
ComponentCall (GetMaskandValue) // not called unless vdTypeAlpha
ComponentCall (SetMasterBlendLevel) // not called directly by Sequence Grabber QT6.3
ComponentCall (SetPlayThruDestination) // not used for Compressed Source ignore
ComponentCall (SetPlayThruOnOff) // not used for Compressed Source ignore
ComponentCall (SetFieldPreference) // not called directly by Sequence Grabber QT6.3
ComponentCall (GetFieldPreference) // not called directly by Sequence Grabber QT6.3
ComponentError (0x0031) // private
ComponentCall (PreflightDestination) // not used for Compressed Source ignore
ComponentCall (PreflightGlobalRect) // not used for Compressed Source ignore
ComponentCall (SetPlayThruGlobalRect) // not used for Compressed Source ignore
ComponentCall (SetInputGammaRecord) // not called directly by Sequence Grabber QT6.3
ComponentCall (GetInputGammaRecord) // not called directly by Sequence Grabber QT6.3
ComponentCall (SetBlackLevelValue)
ComponentCall (GetBlackLevelValue)
ComponentCall (SetWhiteLevelValue)
ComponentCall (GetWhiteLevelValue)
ComponentCall (GetVideoDefaults)
ComponentCall (GetNumberOfInputs)
ComponentCall (GetInputFormat)
ComponentCall (SetInput)
ComponentCall (GetInput)
ComponentCall (SetInputStandard)
ComponentCall (SetupBuffers) // not used for Compressed Source ignore
ComponentCall (GrabOneFrameAsync) // not used for Compressed Source ignore
ComponentCall (Done) // not used for Compressed Source ignore
// these are required selectors for Compress Source
// other Grab and PlayThru related selectors are no longer
// applicable on MacOS X and should be ignored
ComponentCall (SetCompression)
ComponentCall (CompressOneFrameAsync)
ComponentCall (CompressDone)
ComponentCall (ReleaseCompressBuffer)
ComponentCall (GetImageDescription)
ComponentCall (ResetCompressSequence)
ComponentCall (SetCompressionOnOff)
ComponentCall (GetCompressionTypes)
ComponentCall (SetTimeBase)
ComponentCall (SetFrameRate)
ComponentCall (GetDataRate)
ComponentCall (GetSoundInputDriver)
ComponentCall (GetDMADepths) // not used for Compressed Source ignore
ComponentCall (GetPreferredTimeScale)
ComponentCall (ReleaseAsyncBuffers) // not used for Compressed Source ignore
ComponentError (0x0053)
ComponentCall (SetDataRate)
ComponentCall (GetTimeCode)
ComponentCall (UseSafeBuffers) // not used for Compressed Source ignore
ComponentCall (GetSoundInputSource)
ComponentCall (GetCompressionTime)
ComponentCall (SetPreferredPacketSize)
ComponentCall (SetPreferredImageDimensions) // not called directly by Sequence Grabber QT6.3
ComponentCall (GetPreferredImageDimensions)
ComponentCall (GetInputName)
ComponentCall (SetDestinationPort) // not used for Compressed Source ignore
ComponentCall (GetDeviceNameAndFlags)
ComponentCall (CaptureStateChanging)
ComponentCall (GetUniqueIDs)
ComponentCall (SelectUniqueIDs)
ComponentRangeEnd (1)