AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Implementations of HDMI aux-centric CNTV2Card methods. More...
#include "ntv2card.h"
#include "ntv2devicefeatures.h"
#include "ntv2formatdescriptor.h"
#include "ntv2utils.h"
Go to the source code of this file.
Classes | |
struct | AUXExtractorInitParams |
Typedefs | |
typedef struct AUXExtractorInitParams | AUXExtractorInitParams |
Functions | |
static const ULWord | kNumDIDRegisters (regAuxExtPacketMask_Last - regAuxExtPacketMask_First+1) |
static ULWord | AuxExtRegNum (const UWord inHDMIInput, const AUXExtRegisters inReg) |
static bool | GetAuxOffsets (CNTV2Card &inDevice, ULWord &outF1Offset, ULWord &outF2Offset) |
static bool | SetAuxExtProgressive (CNTV2Card &inDevice, const UWord inHDMIInput, bool bEnable) |
static bool | IsAuxExtProgressive (CNTV2DriverInterface &inDevice, const UWord inHDMIInput, bool &outIsProgressive) |
static bool | SetAuxExtFilterMode (CNTV2Card &inDevice, const UWord inHDMIInput, bool bInclude) |
static bool | IsAuxExtFilterModeInclude (CNTV2DriverInterface &inDevice, const UWord inHDMIInput, bool &outIsInclude) |
static bool | SetAuxExtSynchro (CNTV2Card &inDevice, const UWord inHDMIInput) |
static bool | GetAuxExtField1StartAddr (CNTV2Card &inDevice, const UWord inHDMIInput, uint32_t &outAddr) |
static bool | SetAuxExtField1StartAddr (CNTV2Card &inDevice, const UWord inHDMIInput, uint32_t addr) |
static bool | GetAuxExtField1EndAddr (CNTV2Card &inDevice, const UWord inHDMIInput, uint32_t &outAddr) |
static bool | SetAuxExtField1EndAddr (CNTV2Card &inDevice, const UWord inHDMIInput, uint32_t addr) |
static bool | GetAuxExtField2StartAddr (CNTV2Card &inDevice, const UWord inHDMIInput, uint32_t &outAddr) |
static bool | SetAuxExtField2StartAddr (CNTV2Card &inDevice, const UWord inHDMIInput, uint32_t addr) |
static bool | GetAuxExtField1Status (CNTV2DriverInterface &inDevice, const UWord inHDMIInput, ULWord &outF1Status) |
static bool | GetAuxExtField2Status (CNTV2DriverInterface &inDevice, const UWord inHDMIInput, ULWord &outF2Status) |
static bool | IsAuxExtOverrun (CNTV2DriverInterface &inDevice, const UWord inHDMIInput, bool &outIsOverrun) |
static bool | SetAuxExtField1StartLine (CNTV2Card &inDevice, const UWord inHDMIInput, uint32_t lineNumber) |
static bool | SetAuxExtField2StartLine (CNTV2Card &inDevice, const UWord inHDMIInput, uint32_t lineNumber) |
static bool | SetAuxExtTotalFrameLines (CNTV2Card &inDevice, const UWord inHDMIInput, uint32_t totalFrameLines) |
static bool | SetAuxExtFidLow (CNTV2Card &inDevice, const UWord inHDMIInput, uint32_t lineNumber) |
static bool | SetAuxExtFidHi (CNTV2Card &inDevice, const UWord inHDMIInput, uint32_t lineNumber) |
Variables | |
static const ULWord | sAuxExtBaseRegNum [] = { 7616, 7680, 7744, 7808 } |
const static AUXExtractorInitParams | extractorInitParamsTable [NTV2_NUM_STANDARDS] |
Implementations of HDMI aux-centric CNTV2Card methods.
Definition in file ntv2aux.cpp.
typedef struct AUXExtractorInitParams AUXExtractorInitParams |
|
inlinestatic |
Definition at line 37 of file ntv2aux.cpp.
|
static |
Definition at line 610 of file ntv2aux.cpp.
|
static |
Definition at line 600 of file ntv2aux.cpp.
|
static |
Definition at line 630 of file ntv2aux.cpp.
|
static |
Definition at line 620 of file ntv2aux.cpp.
|
static |
Definition at line 635 of file ntv2aux.cpp.
|
static |
Definition at line 135 of file ntv2aux.cpp.
|
static |
Definition at line 590 of file ntv2aux.cpp.
|
static |
Definition at line 640 of file ntv2aux.cpp.
|
static |
Definition at line 580 of file ntv2aux.cpp.
|
static |
|
static |
Definition at line 665 of file ntv2aux.cpp.
|
static |
Definition at line 660 of file ntv2aux.cpp.
|
static |
Definition at line 615 of file ntv2aux.cpp.
|
static |
Definition at line 605 of file ntv2aux.cpp.
|
static |
Definition at line 645 of file ntv2aux.cpp.
|
static |
Definition at line 625 of file ntv2aux.cpp.
|
static |
Definition at line 650 of file ntv2aux.cpp.
|
static |
Definition at line 585 of file ntv2aux.cpp.
|
static |
Definition at line 575 of file ntv2aux.cpp.
Definition at line 595 of file ntv2aux.cpp.
|
static |
Definition at line 655 of file ntv2aux.cpp.
|
static |
Definition at line 107 of file ntv2aux.cpp.
|
static |
Definition at line 28 of file ntv2aux.cpp.