![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Holds device driver data.
Definition at line 517 of file nvmedia_isc.h.
Data Fields | |
char * | deviceName |
Holds the device name. More... | |
int32_t | regLength |
Holds the target device offset length in bytes. More... | |
int32_t | dataLength |
Holds the target device data length in bytes. More... | |
NvMediaStatus(* | DriverCreate )(NvMediaISCDevice *handle, void *clientContext) |
Holds a pointer to the function that creates a device driver. More... | |
NvMediaStatus(* | DriverDestroy )(NvMediaISCDevice *handle) |
Holds a pointer to the function that destroys the device driver. More... | |
NvMediaStatus(* | GetModuleConfig )(NvMediaISCDevice *handle, struct NvMediaISCModuleConfig *moduleConfig) |
Holds a pointer to the function that gets module configuration. More... | |
NvMediaStatus(* | SetSensorControls )(NvMediaISCDevice *handle, const struct NvMediaISCSensorControl *sensorControl, const size_t sensrCtrlStructSize) |
Holds the function that sets sensor controls. More... | |
NvMediaStatus(* | ParseEmbedDataInfo )(NvMediaISCDevice *handle, const struct NvMediaISCEmbeddedDataChunk *embeddedTopDataChunk, const struct NvMediaISCEmbeddedDataChunk *embeddedBotDataChunk, const size_t dataChunkStructSize, struct NvMediaISCEmbeddedDataInfo *embeddedDataInfo, const size_t dataInfoStructSize) |
Holds a pointer to the function that parses embedded data returned as part of a captured buffer. More... | |
NvMediaStatus(* | SetSensorCharMode )(NvMediaISCDevice *handle, uint8_t expNo) |
Holds a pointer to the function that puts a sensor in characterization mode. More... | |
NvMediaStatus(* | GetSensorAttributes )(NvMediaISCDevice *handle, struct NvMediaISCSensorAttributes *sensorAttr, const size_t sensorAttrStructSize) |
Holds a pointer to the function that gets sensor attributes. More... | |
int32_t NvMediaISCDeviceDriver::dataLength |
Holds the target device data length in bytes.
Definition at line 523 of file nvmedia_isc.h.
char* NvMediaISCDeviceDriver::deviceName |
Holds the device name.
Definition at line 519 of file nvmedia_isc.h.
NvMediaStatus(* NvMediaISCDeviceDriver::DriverCreate)(NvMediaISCDevice *handle, void *clientContext) |
Holds a pointer to the function that creates a device driver.
NvMediaISCDeviceCreate() invokes this function.
Definition at line 569 of file nvmedia_isc.h.
NvMediaStatus(* NvMediaISCDeviceDriver::DriverDestroy)(NvMediaISCDevice *handle) |
Holds a pointer to the function that destroys the device driver.
NvMediaISCDeviceDestroy() invokes this function.
Definition at line 606 of file nvmedia_isc.h.
NvMediaStatus(* NvMediaISCDeviceDriver::GetModuleConfig)(NvMediaISCDevice *handle, struct NvMediaISCModuleConfig *moduleConfig) |
Holds a pointer to the function that gets module configuration.
Definition at line 609 of file nvmedia_isc.h.
NvMediaStatus(* NvMediaISCDeviceDriver::GetSensorAttributes)(NvMediaISCDevice *handle, struct NvMediaISCSensorAttributes *sensorAttr, const size_t sensorAttrStructSize) |
Holds a pointer to the function that gets sensor attributes.
NvMediaISCGetSensorAttributes() invokes this function.
Definition at line 915 of file nvmedia_isc.h.
NvMediaStatus(* NvMediaISCDeviceDriver::ParseEmbedDataInfo)(NvMediaISCDevice *handle, const struct NvMediaISCEmbeddedDataChunk *embeddedTopDataChunk, const struct NvMediaISCEmbeddedDataChunk *embeddedBotDataChunk, const size_t dataChunkStructSize, struct NvMediaISCEmbeddedDataInfo *embeddedDataInfo, const size_t dataInfoStructSize) |
Holds a pointer to the function that parses embedded data returned as part of a captured buffer.
NvMediaISCParseEmbedDataInfo() invokes this function.
Definition at line 788 of file nvmedia_isc.h.
int32_t NvMediaISCDeviceDriver::regLength |
Holds the target device offset length in bytes.
Definition at line 521 of file nvmedia_isc.h.
NvMediaStatus(* NvMediaISCDeviceDriver::SetSensorCharMode)(NvMediaISCDevice *handle, uint8_t expNo) |
Holds a pointer to the function that puts a sensor in characterization mode.
NvMediaISCSetSensorCharMode() invokes this function.
Definition at line 837 of file nvmedia_isc.h.
NvMediaStatus(* NvMediaISCDeviceDriver::SetSensorControls)(NvMediaISCDevice *handle, const struct NvMediaISCSensorControl *sensorControl, const size_t sensrCtrlStructSize) |
Holds the function that sets sensor controls.
NvMediaISCSetSensorControls() invokes this function.
Definition at line 700 of file nvmedia_isc.h.