NVIDIA FX5500 User Guide - Page 69

State True-on / False-off, Nvgvoconfig_rev_0

Page 69 highlights

CHAPTER 5 API Control { NVFLOAT NVFLOAT BOOL // colorMatrix[3][3]; colorOffset[3]; bCompositeSafe; } colorConversion; // // // bCompositeSafe constrains luminance range when using composite output // union // Gamma correction: { // cbSize field in gammaRamp describes type NVGAMMARAMP8 gammaRamp8; // Gamma ramp (8-bit index, 16-bit values) NVGAMMARAMP10 gammaRamp10; // Gamma ramp (10-bit index, 16-bit values) } gammaCorrection; BOOL syncEnable; NVGVOSYNCSOURCE syncSource; NVGVOSYNCDELAY syncDelay; NVGVOCOMPSYNCTYPE compositeSyncType; BOOL frameLockEnable; double fGammaValueR; double fGammaValueG; double fGammaValueB; BOOL bPSFSignalFormat; BYTE reservedData[256]; } NVGVOCONFIG_REV_0; // Sync enable (TRUE to use syncSource) // Sync source // Sync delay // Composite sync type // Flag indicating whether framelock was on/off // Red Gamma value within gamma ranges. 0.5 - 6.0 // Green Gamma value within gamma ranges. 0.5 - 6.0 // Blue Gamma value within gamma ranges. 0.5 - 6.0 // Indicates whether contained format is PSF Signal format // Indicates last stored SDI output state TRUE-ON / FALSE-OFF NVIDIA Corporation Quadro FX 4500/5500 SDI User's Guide - Version 2.0 65

  • 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

NVIDIA Corporation
Quadro FX 4500/5500 SDI User’s Guide
– Version 2.0
65
C
HAPTER
5
API Control
{
//
NVFLOAT
colorMatrix[3][3];
//
NVFLOAT
colorOffset[3];
//
BOOL
bCompositeSafe;
// bCompositeSafe constrains luminance
range when using composite output
} colorConversion;
//
union
// Gamma correction:
{
// cbSize field in gammaRamp describes type
NVGAMMARAMP8
gammaRamp8;
//
Gamma ramp (8-bit index, 16-bit values)
NVGAMMARAMP10 gammaRamp10;
//
Gamma ramp (10-bit index, 16-bit values)
} gammaCorrection;
BOOL
syncEnable;
// Sync enable
(TRUE to use syncSource)
NVGVOSYNCSOURCE
syncSource;
// Sync source
NVGVOSYNCDELAY
syncDelay;
// Sync delay
NVGVOCOMPSYNCTYPE compositeSyncType;
// Composite sync type
BOOL
frameLockEnable;
// Flag indicating whether framelock
was on/off
double
fGammaValueR;
// Red Gamma value within gamma
ranges. 0.5 - 6.0
double
fGammaValueG;
// Green Gamma value within gamma
ranges. 0.5 - 6.0
double
fGammaValueB;
// Blue Gamma value within gamma
ranges. 0.5 - 6.0
BOOL
bPSFSignalFormat;
// Indicates whether contained format
is PSF Signal format
BYTE
reservedData[256];
// Indicates last stored SDI output
state TRUE-ON / FALSE-OFF
} NVGVOCONFIG_REV_0;