71 #define APP_VHWA_SERVICE_NAME "com.ti.vhwa_remote_service" 76 #define APP_DMPAC_SDE_SL2_FREE (0x0001) 80 #define APP_DMPAC_DOF_SL2_FREE (0x0002) 84 #define APP_DMPAC_SDE_SL2_REALLOC (0x0003) 88 #define APP_DMPAC_DOF_SL2_REALLOC (0x0004) 92 #define APP_VPAC_720_DMPAC_480 (0x0005) 96 #define APP_VPAC_650_DMPAC_520 (0x0006) 101 #define APP_SDE_DEFAULT_DIS_BUFF_DEPTH (2U) 105 #define APP_SDE_SR_192 (2U) 109 #define APP_FVID2_CCSF_BITS12_UNPACKED16 ((uint32_t) 0x11U) 115 #define APP_DOF_DEFAULT_REF_BUFF_DEPTH (2U) 120 #define APP_DOF_DEFAULT_CUR_BUFF_DEPTH (2U) 125 #define APP_DOF_DEFAULT_FV_BUFF_DEPTH (4U) 257 #if defined(SOC_J722S) 265 int32_t appUdmaCsirxCsitxInit(
void);
273 int32_t appUdmaCsirxCsitxDeInit(
void);
int32_t appFvid2DeInit(void)
Performs de-initializations needed for Fvid2.
Definition: app_hwa.c:176
uint32_t fvBuffDepth
Definition: app_hwa.h:174
int32_t appVissRemoteServiceDeInit()
Performs unregistration of remote service for VISS node.
Definition: app_hwa.c:808
int32_t appVhwaRemoteServiceDeInit()
Performs unregistration of remote service for SL2.
Definition: app_hwa.c:795
uint32_t topSR
Definition: app_hwa.h:176
int32_t appVhwaRemoteServiceInit()
Performs registration of remote service for SL2.
Definition: app_hwa.c:782
int32_t appVhwaDmpacDeInit(void)
Definition: app_hwa.c:417
Init Parameters required to allocate SDE driver. This should be identical to Vhwa_m2mSdeSl2AllocPrms...
Definition: app_hwa.h:134
int32_t appVissRemoteServiceInit()
Performs registration of remote service for VISS node.
Definition: app_hwa.c:821
int32_t appCsi2RxInit(void)
Performs initializations needed for CSI2RX driver.
Definition: app_csi.c:151
uint32_t inCcsf
Definition: app_hwa.h:165
uint32_t searchRange
Definition: app_hwa.h:144
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.
Definition: app_hwa.h:157
int32_t appFvid2Init(void)
Performs initializations needed for Fvid2 must be called before capture, display and other HWA init...
Definition: app_hwa.c:157
int32_t appVhwaVpacInit(uint32_t vpacInst)
Performs initializations needed for VHWA drivers.
Definition: app_hwa.c:431
int32_t appCsi2TxInit(void)
Performs initializations needed for CSI2TX driver.
Definition: app_hwa.c:222
uint32_t refBuffDepth
Definition: app_hwa.h:167
uint32_t inCcsf
Definition: app_hwa.h:142
uint32_t maxImgWidth
Definition: app_hwa.h:140
int32_t appVhwaVpacDeInit(void)
Performs de-initializations needed for VHWA drivers.
Definition: app_hwa.c:672
uint32_t maxImgWidth
Definition: app_hwa.h:163
int32_t appVhwaDmpacInit(void)
Definition: app_hwa.c:317
uint32_t disBuffDepth
Definition: app_hwa.h:146
int32_t appCsi2TxDeInit(void)
Performs de-initializations needed for CSI2TX driver.
Definition: app_hwa.c:303
uint32_t botSR
Definition: app_hwa.h:178
int32_t appCsi2RxDeInit(void)
Performs de-initializations needed for CSI2RX driver.
Definition: app_csi.c:185
uint32_t currBuffDepth
Definition: app_hwa.h:171