Init Parameters required to allocate DOF driver This should be identical to Vhwa_m2mDofSl2AllocPrms. It is defined locally for application to use the same params.
struct App_m2mDofSl2AllocPrms
Data Fields | |
| uint32_t | maxImgWidth |
| uint32_t | inCcsf |
| uint32_t | refBuffDepth |
| uint32_t | currBuffDepth |
| uint32_t | fvBuffDepth |
| uint32_t | topSR |
| uint32_t | botSR |
| uint32_t App_M2mDofSl2AllocPrms::maxImgWidth |
These parameters are used by the driver to allocater SL2 memory, used all driver handles. Ensure to allocate max of all handles requirement.Maximun image width
| uint32_t App_M2mDofSl2AllocPrms::inCcsf |
CCSF for input image
| uint32_t App_M2mDofSl2AllocPrms::refBuffDepth |
Input buffer depth in SL2 for reference image, final depth will be calculated based on tob and bottom searc range. Minumum configurable depth is 2
| uint32_t App_M2mDofSl2AllocPrms::currBuffDepth |
Input buffer depth in SL2 for Current image Minumum configurable depth is 2
| uint32_t App_M2mDofSl2AllocPrms::fvBuffDepth |
Flow vector buffer depth in Sl2
| uint32_t App_M2mDofSl2AllocPrms::topSR |
Top search range
| uint32_t App_M2mDofSl2AllocPrms::botSR |
Bottom search range