Program elements related to NvMediaISCDeviceDriver, which defines a device driver. The core NvMediaISC calls the driver when the client calls the related public NvMediaISC function.
Before the client can create an NvMediaISCDevice object (a device), it must provide a device driver. The NvMediaISCDeviceDriver object contains the following data fields and function pointers.
Here is a sample device driver implementation. The source file defines the driver by creating an NvMediaISCDeviceDriver struct and setting its function pointers. The header file provides a function that retrieves a pointer to the driver struct.
Source File
Data Structures | |
struct | NvMediaISCDeviceDriver |
Holds device driver data. More... | |