|
|
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds the image capture settings for the CSI format.
group
Definition at line 215 of file nvmedia_icp.h.

Data Fields | |
| NvMediaICPInterfaceType | interfaceType |
| Holds the interface type. More... | |
| uint32_t | interfaceLanes |
| Holds the number of active CSI interface lanes. More... | |
| struct { | |
| struct { | |
| uint16_t virtualChannelIndex | |
| NvMediaICPSettings icpSettings | |
| NvMediaRect clipRect | |
| } virtualChannels [NVMEDIA_ICP_MAX_VIRTUAL_CHANNELS] | |
| uint16_t numVirtualChannels | |
| Holds the number of virtual channels per group. More... | |
| } | virtualGroups [NVMEDIA_ICP_MAX_VIRTUAL_GROUPS] |
| uint16_t | numVirtualGroups |
| Holds the number of virtual groups. More... | |
| NvMediaICPCsiPhyMode | phyMode |
| Holds the CSI phy mode. More... | |
| NvMediaRect NvMediaICPSettingsEx::clipRect |
Definition at line 229 of file nvmedia_icp.h.
| NvMediaICPSettings NvMediaICPSettingsEx::icpSettings |
Definition at line 227 of file nvmedia_icp.h.
| uint32_t NvMediaICPSettingsEx::interfaceLanes |
Holds the number of active CSI interface lanes.
In case of DPHY, each interfaceLane corresponds to 2 data lanes. In case of CPHY, each interfaceLane corresponds to 3 data lanes.
Definition at line 221 of file nvmedia_icp.h.
| NvMediaICPInterfaceType NvMediaICPSettingsEx::interfaceType |
Holds the interface type.
Definition at line 217 of file nvmedia_icp.h.
| uint16_t NvMediaICPSettingsEx::numVirtualChannels |
Holds the number of virtual channels per group.
Definition at line 232 of file nvmedia_icp.h.
| uint16_t NvMediaICPSettingsEx::numVirtualGroups |
Holds the number of virtual groups.
Definition at line 235 of file nvmedia_icp.h.
| NvMediaICPCsiPhyMode NvMediaICPSettingsEx::phyMode |
Holds the CSI phy mode.
Definition at line 237 of file nvmedia_icp.h.
| uint16_t NvMediaICPSettingsEx::virtualChannelIndex |
Definition at line 225 of file nvmedia_icp.h.
| struct { ... } NvMediaICPSettingsEx::virtualChannels[NVMEDIA_ICP_MAX_VIRTUAL_CHANNELS] |
| struct { ... } NvMediaICPSettingsEx::virtualGroups[NVMEDIA_ICP_MAX_VIRTUAL_GROUPS] |