Home
last modified time | relevance | path

Searched refs:miuAddress (Results 1 – 25 of 41) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dmfe_reg_jpge.c128 MFE_ASSERT((pBufInfo->m_nCurYAddr.miuAddress&0xFF)==0); in OutputSwCfg1_Jpg()
129 MFE_ASSERT((pBufInfo->m_nCurCAddr.miuAddress&0xFF)==0); in OutputSwCfg1_Jpg()
130 MFE_ASSERT((pBufInfo->m_nRefYAddr[0].miuAddress&0xFF)==0); in OutputSwCfg1_Jpg()
131 MFE_ASSERT((pBufInfo->m_nRefYAddr[1].miuAddress&0xFF)==0); in OutputSwCfg1_Jpg()
132 MFE_ASSERT((pBufInfo->m_nRefCAddr[0].miuAddress&0xFF)==0); in OutputSwCfg1_Jpg()
133 MFE_ASSERT((pBufInfo->m_nRefCAddr[1].miuAddress&0xFF)==0); in OutputSwCfg1_Jpg()
134 MFE_ASSERT((pBufInfo->m_nOutBufAddr[pConfig->nOBufIndex].miuAddress&0x7)==0); in OutputSwCfg1_Jpg()
135 mfe_reg.reg_mfe_g_cur_y_adr_low = (MFE_U16)((pBufInfo->m_nCurYAddr.miuAddress>>8)&0xFFFF); in OutputSwCfg1_Jpg()
136 mfe_reg.reg_mfe_g_cur_y_adr_high = (MFE_U16)(pBufInfo->m_nCurYAddr.miuAddress>>(8+16)); in OutputSwCfg1_Jpg()
137 mfe_reg.reg_mfe_g_cur_c_adr_low = (MFE_U16)((pBufInfo->m_nCurCAddr.miuAddress>>8)&0xFFFF); in OutputSwCfg1_Jpg()
[all …]
H A Dmfe_reg_m4ve.c536 MFE_ASSERT((pBufInfo->m_nCurYAddr.miuAddress&0xFF)==0); in OutputSwCfg1_Mp4()
538 MFE_ASSERT((pBufInfo->m_nCurCAddr.miuAddress&0xFF)==0); in OutputSwCfg1_Mp4()
540 MFE_ASSERT((pBufInfo->m_nRefYAddr[0].miuAddress&0xFF)==0); in OutputSwCfg1_Mp4()
542 MFE_ASSERT((pBufInfo->m_nRefYAddr[1].miuAddress&0xFF)==0); in OutputSwCfg1_Mp4()
544 MFE_ASSERT((pBufInfo->m_nRefCAddr[0].miuAddress&0xFF)==0); in OutputSwCfg1_Mp4()
546 MFE_ASSERT((pBufInfo->m_nRefCAddr[1].miuAddress&0xFF)==0); in OutputSwCfg1_Mp4()
548 MFE_ASSERT((pBufInfo->m_nOutBufAddr[pConfig->nOBufIndex].miuAddress&0x7)==0); in OutputSwCfg1_Mp4()
550 mfe_reg.reg_mfe_g_cur_y_adr_low = (MFE_U16)((pBufInfo->m_nCurYAddr.miuAddress>>8)&0xFFFF); in OutputSwCfg1_Mp4()
551 mfe_reg.reg_mfe_g_cur_y_adr_high = (MFE_U16)(pBufInfo->m_nCurYAddr.miuAddress>>(8+16)); in OutputSwCfg1_Mp4()
552 mfe_reg.reg_mfe_g_cur_c_adr_low = (MFE_U16)((pBufInfo->m_nCurCAddr.miuAddress>>8)&0xFFFF); in OutputSwCfg1_Mp4()
[all …]
H A Dmfe_reg_264e.c368 MFE_ASSERT((pBufInfo->m_nCurYAddr.miuAddress&0xFF)==0); in OutputSwCfg1_H264()
369 MFE_ASSERT((pBufInfo->m_nCurCAddr.miuAddress&0xFF)==0); in OutputSwCfg1_H264()
370 MFE_ASSERT((pBufInfo->m_nRefYAddr[0].miuAddress&0xFF)==0); in OutputSwCfg1_H264()
371 MFE_ASSERT((pBufInfo->m_nRefYAddr[1].miuAddress&0xFF)==0); in OutputSwCfg1_H264()
372 MFE_ASSERT((pBufInfo->m_nRefCAddr[0].miuAddress&0xFF)==0); in OutputSwCfg1_H264()
373 MFE_ASSERT((pBufInfo->m_nRefCAddr[1].miuAddress&0xFF)==0); in OutputSwCfg1_H264()
374 MFE_ASSERT((pBufInfo->m_nOutBufAddr[pConfig->nOBufIndex].miuAddress&0x7)==0); in OutputSwCfg1_H264()
375 mfe_reg.reg_mfe_g_cur_y_adr_low = (MFE_U16)((pBufInfo->m_nCurYAddr.miuAddress>>8)&0xFFFF); in OutputSwCfg1_H264()
376 mfe_reg.reg_mfe_g_cur_y_adr_high = (MFE_U16)(pBufInfo->m_nCurYAddr.miuAddress>>(8+16)); in OutputSwCfg1_H264()
377 mfe_reg.reg_mfe_g_cur_c_adr_low = (MFE_U16)((pBufInfo->m_nCurCAddr.miuAddress>>8)&0xFFFF); in OutputSwCfg1_H264()
[all …]
H A Dbufmng.c126 MFE_ASSERT((pBufInfo->m_nMvStoreAddr.miuAddress&0x7)==0); in m4veAllocDRAM()
134 MFE_ASSERT((pBufInfo->m_nGNAddr.miuAddress&0x7)==0); in m4veAllocDRAM()
330 MFE_ASSERT((pBufInfo->m_nGNAddr.miuAddress&0x7)==0); in h264AllocDRAM()
381 …if (pPool->addr[i][0].miuAddress==Buf[0].miuAddress && pPool->addr[i][1].miuAddress==Buf[1].miuAdd… in bufpool_return()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_reg_264e.c640 …C:0x%x\n", (unsigned int)pBufInfo->m_nRecYAddr.miuAddress, (unsigned int)pBufInfo->m_nRecCAddr.miu… in OutputSwCfg1_H264()
641 …%x\n", (unsigned int)pBufInfo->m_nRefYAddr[0].miuAddress, (unsigned int)pBufInfo->m_nRefCAddr[0].m… in OutputSwCfg1_H264()
643 …%x\n", (unsigned int)pBufInfo->m_nRefYAddr[1].miuAddress, (unsigned int)pBufInfo->m_nRefCAddr[1].m… in OutputSwCfg1_H264()
647 MS_ASSERT((pBufInfo->m_nCurYAddr.miuAddress&0xF)==0); in OutputSwCfg1_H264()
649 …mfe_reg1->reg_mfe_g_enc_cury_adr_low = (MS_U16)((pBufInfo->m_nCurYAddr.miuAddress>>3)& 0x1FFF); //… in OutputSwCfg1_H264()
650 … mfe_reg1->reg_mfe_g_enc_cury_adr_high = (MS_U16)(pBufInfo->m_nCurYAddr.miuAddress >> (13+3)); in OutputSwCfg1_H264()
656 MS_ASSERT((pBufInfo->m_nCurYAddr.miuAddress&0xFF)==0); in OutputSwCfg1_H264()
657 MS_ASSERT((pBufInfo->m_nCurCAddr.miuAddress&0xFF)==0); in OutputSwCfg1_H264()
658 mfe_reg->reg_mfe_g_cur_y_adr_low = (MS_U16)((pBufInfo->m_nCurYAddr.miuAddress>>8)&0xFFFF); in OutputSwCfg1_H264()
659 mfe_reg->reg_mfe_g_cur_y_adr_high = (MS_U16)(pBufInfo->m_nCurYAddr.miuAddress>>(8+16)); in OutputSwCfg1_H264()
[all …]
H A Dmfe_reg_m4ve.c639 MS_ASSERT((pBufInfo->m_nCurYAddr.miuAddress&0xFF)==0); in OutputSwCfg1_Mp4()
640 MS_ASSERT((pBufInfo->m_nCurCAddr.miuAddress&0xFF)==0); in OutputSwCfg1_Mp4()
641 MS_ASSERT((pBufInfo->m_nRefYAddr[0].miuAddress&0xFF)==0); in OutputSwCfg1_Mp4()
642 MS_ASSERT((pBufInfo->m_nRefCAddr[0].miuAddress&0xFF)==0); in OutputSwCfg1_Mp4()
644 MS_ASSERT((pBufInfo->m_nRefYAddr[1].miuAddress&0xFF)==0); in OutputSwCfg1_Mp4()
645 MS_ASSERT((pBufInfo->m_nRefCAddr[1].miuAddress&0xFF)==0); in OutputSwCfg1_Mp4()
647 MS_ASSERT((pBufInfo->m_nOutBufAddr[pConfig->nOBufIndex].miuAddress&0x7)==0); in OutputSwCfg1_Mp4()
648 mfe_reg->reg_mfe_g_cur_y_adr_low = (MS_U16)((pBufInfo->m_nCurYAddr.miuAddress>>8)&0xFFFF); in OutputSwCfg1_Mp4()
649 mfe_reg->reg_mfe_g_cur_y_adr_high = (MS_U16)(pBufInfo->m_nCurYAddr.miuAddress>>(8+16)); in OutputSwCfg1_Mp4()
650 mfe_reg->reg_mfe_g_cur_c_adr_low = (MS_U16)((pBufInfo->m_nCurCAddr.miuAddress>>8)&0xFFFF); in OutputSwCfg1_Mp4()
[all …]
H A Dmfe_reg_jpge.c_189 MFE_ASSERT((pBufInfo->m_nCurYAddr.miuAddress&0xFF)==0);
190 MFE_ASSERT((pBufInfo->m_nCurCAddr.miuAddress&0xFF)==0);
193 // MFE_ASSERT((pBufInfo->m_nRefYAddr[0].miuAddress&0xFF)==0);
194 MFE_ASSERT((pBufInfo->m_nRefYAddr[1].miuAddress&0xFF)==0);
195 // MFE_ASSERT((pBufInfo->m_nRefCAddr[0].miuAddress&0xFF)==0);
196 MFE_ASSERT((pBufInfo->m_nRefCAddr[1].miuAddress&0xFF)==0);
198 MFE_ASSERT((pBufInfo->m_nOutBufAddr[pConfig->nOBufIndex].miuAddress&0x7)==0);
200 mfe_reg->reg_mfe_g_cur_y_adr_low = (MFE_U16)((pBufInfo->m_nCurYAddr.miuAddress>>8)&0xFFFF);
201 mfe_reg->reg_mfe_g_cur_y_adr_high = (MFE_U16)(pBufInfo->m_nCurYAddr.miuAddress>>(8+16));
202 mfe_reg->reg_mfe_g_cur_c_adr_low = (MFE_U16)((pBufInfo->m_nCurCAddr.miuAddress>>8)&0xFFFF);
[all …]
H A Dbufmng.c141 MS_ASSERT((pBufInfo->m_nMvStoreAddr.miuAddress&0x7)==0); in m4veAllocDRAM()
149 MS_ASSERT((pBufInfo->m_nGNAddr.miuAddress&0x7)==0); in m4veAllocDRAM()
390 MS_ASSERT((pBufInfo->m_nGNAddr.miuAddress&0x7)==0); in h264AllocDRAM()
461 if (pPool->addr[i][0].miuAddress==Buf[0].miuAddress && in bufpool_return()
462 pPool->addr[i][1].miuAddress==Buf[1].miuAddress) { in bufpool_return()
545 pInfo->dpb[i].structure, (unsigned int)pInfo->dpb[i].addr[0].miuAddress); in h264DpbHandling()
565 pBufInfo->m_nRefYAddr[i].miuAddress = 0; in h264GetBufferAddr()
/utopia/UTPA2-700.0.x/modules/mfe/hal/maxim/mfe/Aeon/
H A Dmhal_mfe.c345 …0_low = (MFE_U16)(((pBufInfo->m_nOutBufAddr[pBufInfo->m_nOutBuffer-1].miuAddress+pBufInfo->m_OutB… in MHal_MFE_Enable_MIU_Protection()
346 …_0_high = (MFE_U16)((pBufInfo->m_nOutBufAddr[pBufInfo->m_nOutBuffer-1].miuAddress+pBufInfo->m_OutB… in MHal_MFE_Enable_MIU_Protection()
347 …mfe_reg.reg_mfe_s_marb_lbound_0_low = (MFE_U16)(((pBufInfo->m_nOutBufAddr[0].miuAddress+MIU_TEST_… in MHal_MFE_Enable_MIU_Protection()
348 …mfe_reg.reg_mfe_s_marb_lbound_0_high = (MFE_U16)((pBufInfo->m_nOutBufAddr[0].miuAddress+MIU_TEST_M… in MHal_MFE_Enable_MIU_Protection()
359 …mfe_reg.reg_mfe_s_marb_ubound_1_low = (MFE_U16)(((pBufInfo->m_nRecCAddr.miuAddress+height*width/2… in MHal_MFE_Enable_MIU_Protection()
360 …mfe_reg.reg_mfe_s_marb_ubound_1_high = (MFE_U16)((pBufInfo->m_nRecCAddr.miuAddress+height*width/2 … in MHal_MFE_Enable_MIU_Protection()
361 … mfe_reg.reg_mfe_s_marb_lbound_1_low = (MFE_U16)(((pBufInfo->m_nRecYAddr.miuAddress)>>3)&0xFFFF); in MHal_MFE_Enable_MIU_Protection()
362 mfe_reg.reg_mfe_s_marb_lbound_1_high = (MFE_U16)((pBufInfo->m_nRecYAddr.miuAddress)>>(3+16)); in MHal_MFE_Enable_MIU_Protection()
370 …mfe_reg.reg_mfe_s_marb_ubound_2_low = (MFE_U16)(((pBufInfo->m_nMvStoreAddr.miuAddress+ (height/MI… in MHal_MFE_Enable_MIU_Protection()
371 …mfe_reg.reg_mfe_s_marb_ubound_2_high = (MFE_U16)((pBufInfo->m_nMvStoreAddr.miuAddress+ (height/MIU… in MHal_MFE_Enable_MIU_Protection()
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/hal/M7821/mfe/Aeon/
H A Dmhal_mfe.c345 …0_low = (MFE_U16)(((pBufInfo->m_nOutBufAddr[pBufInfo->m_nOutBuffer-1].miuAddress+pBufInfo->m_OutB… in MHal_MFE_Enable_MIU_Protection()
346 …_0_high = (MFE_U16)((pBufInfo->m_nOutBufAddr[pBufInfo->m_nOutBuffer-1].miuAddress+pBufInfo->m_OutB… in MHal_MFE_Enable_MIU_Protection()
347 …mfe_reg.reg_mfe_s_marb_lbound_0_low = (MFE_U16)(((pBufInfo->m_nOutBufAddr[0].miuAddress+MIU_TEST_… in MHal_MFE_Enable_MIU_Protection()
348 …mfe_reg.reg_mfe_s_marb_lbound_0_high = (MFE_U16)((pBufInfo->m_nOutBufAddr[0].miuAddress+MIU_TEST_M… in MHal_MFE_Enable_MIU_Protection()
359 …mfe_reg.reg_mfe_s_marb_ubound_1_low = (MFE_U16)(((pBufInfo->m_nRecCAddr.miuAddress+height*width/2… in MHal_MFE_Enable_MIU_Protection()
360 …mfe_reg.reg_mfe_s_marb_ubound_1_high = (MFE_U16)((pBufInfo->m_nRecCAddr.miuAddress+height*width/2 … in MHal_MFE_Enable_MIU_Protection()
361 … mfe_reg.reg_mfe_s_marb_lbound_1_low = (MFE_U16)(((pBufInfo->m_nRecYAddr.miuAddress)>>3)&0xFFFF); in MHal_MFE_Enable_MIU_Protection()
362 mfe_reg.reg_mfe_s_marb_lbound_1_high = (MFE_U16)((pBufInfo->m_nRecYAddr.miuAddress)>>(3+16)); in MHal_MFE_Enable_MIU_Protection()
370 …mfe_reg.reg_mfe_s_marb_ubound_2_low = (MFE_U16)(((pBufInfo->m_nMvStoreAddr.miuAddress+ (height/MI… in MHal_MFE_Enable_MIU_Protection()
371 …mfe_reg.reg_mfe_s_marb_ubound_2_high = (MFE_U16)((pBufInfo->m_nMvStoreAddr.miuAddress+ (height/MIU… in MHal_MFE_Enable_MIU_Protection()
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/hal/maserati/mfe/Aeon/
H A Dmhal_mfe.c345 …0_low = (MFE_U16)(((pBufInfo->m_nOutBufAddr[pBufInfo->m_nOutBuffer-1].miuAddress+pBufInfo->m_OutB… in MHal_MFE_Enable_MIU_Protection()
346 …_0_high = (MFE_U16)((pBufInfo->m_nOutBufAddr[pBufInfo->m_nOutBuffer-1].miuAddress+pBufInfo->m_OutB… in MHal_MFE_Enable_MIU_Protection()
347 …mfe_reg.reg_mfe_s_marb_lbound_0_low = (MFE_U16)(((pBufInfo->m_nOutBufAddr[0].miuAddress+MIU_TEST_… in MHal_MFE_Enable_MIU_Protection()
348 …mfe_reg.reg_mfe_s_marb_lbound_0_high = (MFE_U16)((pBufInfo->m_nOutBufAddr[0].miuAddress+MIU_TEST_M… in MHal_MFE_Enable_MIU_Protection()
359 …mfe_reg.reg_mfe_s_marb_ubound_1_low = (MFE_U16)(((pBufInfo->m_nRecCAddr.miuAddress+height*width/2… in MHal_MFE_Enable_MIU_Protection()
360 …mfe_reg.reg_mfe_s_marb_ubound_1_high = (MFE_U16)((pBufInfo->m_nRecCAddr.miuAddress+height*width/2 … in MHal_MFE_Enable_MIU_Protection()
361 … mfe_reg.reg_mfe_s_marb_lbound_1_low = (MFE_U16)(((pBufInfo->m_nRecYAddr.miuAddress)>>3)&0xFFFF); in MHal_MFE_Enable_MIU_Protection()
362 mfe_reg.reg_mfe_s_marb_lbound_1_high = (MFE_U16)((pBufInfo->m_nRecYAddr.miuAddress)>>(3+16)); in MHal_MFE_Enable_MIU_Protection()
370 …mfe_reg.reg_mfe_s_marb_ubound_2_low = (MFE_U16)(((pBufInfo->m_nMvStoreAddr.miuAddress+ (height/MI… in MHal_MFE_Enable_MIU_Protection()
371 …mfe_reg.reg_mfe_s_marb_ubound_2_high = (MFE_U16)((pBufInfo->m_nMvStoreAddr.miuAddress+ (height/MIU… in MHal_MFE_Enable_MIU_Protection()
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/hal/macan/mfe/Aeon/
H A Dmhal_mfe.c345 …0_low = (MFE_U16)(((pBufInfo->m_nOutBufAddr[pBufInfo->m_nOutBuffer-1].miuAddress+pBufInfo->m_OutB… in MHal_MFE_Enable_MIU_Protection()
346 …_0_high = (MFE_U16)((pBufInfo->m_nOutBufAddr[pBufInfo->m_nOutBuffer-1].miuAddress+pBufInfo->m_OutB… in MHal_MFE_Enable_MIU_Protection()
347 …mfe_reg.reg_mfe_s_marb_lbound_0_low = (MFE_U16)(((pBufInfo->m_nOutBufAddr[0].miuAddress+MIU_TEST_… in MHal_MFE_Enable_MIU_Protection()
348 …mfe_reg.reg_mfe_s_marb_lbound_0_high = (MFE_U16)((pBufInfo->m_nOutBufAddr[0].miuAddress+MIU_TEST_M… in MHal_MFE_Enable_MIU_Protection()
359 …mfe_reg.reg_mfe_s_marb_ubound_1_low = (MFE_U16)(((pBufInfo->m_nRecCAddr.miuAddress+height*width/2… in MHal_MFE_Enable_MIU_Protection()
360 …mfe_reg.reg_mfe_s_marb_ubound_1_high = (MFE_U16)((pBufInfo->m_nRecCAddr.miuAddress+height*width/2 … in MHal_MFE_Enable_MIU_Protection()
361 … mfe_reg.reg_mfe_s_marb_lbound_1_low = (MFE_U16)(((pBufInfo->m_nRecYAddr.miuAddress)>>3)&0xFFFF); in MHal_MFE_Enable_MIU_Protection()
362 mfe_reg.reg_mfe_s_marb_lbound_1_high = (MFE_U16)((pBufInfo->m_nRecYAddr.miuAddress)>>(3+16)); in MHal_MFE_Enable_MIU_Protection()
370 …mfe_reg.reg_mfe_s_marb_ubound_2_low = (MFE_U16)(((pBufInfo->m_nMvStoreAddr.miuAddress+ (height/MI… in MHal_MFE_Enable_MIU_Protection()
371 …mfe_reg.reg_mfe_s_marb_ubound_2_high = (MFE_U16)((pBufInfo->m_nMvStoreAddr.miuAddress+ (height/MIU… in MHal_MFE_Enable_MIU_Protection()
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/hal/M7621/mfe/Aeon/
H A Dmhal_mfe.c345 …0_low = (MFE_U16)(((pBufInfo->m_nOutBufAddr[pBufInfo->m_nOutBuffer-1].miuAddress+pBufInfo->m_OutB… in MHal_MFE_Enable_MIU_Protection()
346 …_0_high = (MFE_U16)((pBufInfo->m_nOutBufAddr[pBufInfo->m_nOutBuffer-1].miuAddress+pBufInfo->m_OutB… in MHal_MFE_Enable_MIU_Protection()
347 …mfe_reg.reg_mfe_s_marb_lbound_0_low = (MFE_U16)(((pBufInfo->m_nOutBufAddr[0].miuAddress+MIU_TEST_… in MHal_MFE_Enable_MIU_Protection()
348 …mfe_reg.reg_mfe_s_marb_lbound_0_high = (MFE_U16)((pBufInfo->m_nOutBufAddr[0].miuAddress+MIU_TEST_M… in MHal_MFE_Enable_MIU_Protection()
359 …mfe_reg.reg_mfe_s_marb_ubound_1_low = (MFE_U16)(((pBufInfo->m_nRecCAddr.miuAddress+height*width/2… in MHal_MFE_Enable_MIU_Protection()
360 …mfe_reg.reg_mfe_s_marb_ubound_1_high = (MFE_U16)((pBufInfo->m_nRecCAddr.miuAddress+height*width/2 … in MHal_MFE_Enable_MIU_Protection()
361 … mfe_reg.reg_mfe_s_marb_lbound_1_low = (MFE_U16)(((pBufInfo->m_nRecYAddr.miuAddress)>>3)&0xFFFF); in MHal_MFE_Enable_MIU_Protection()
362 mfe_reg.reg_mfe_s_marb_lbound_1_high = (MFE_U16)((pBufInfo->m_nRecYAddr.miuAddress)>>(3+16)); in MHal_MFE_Enable_MIU_Protection()
370 …mfe_reg.reg_mfe_s_marb_ubound_2_low = (MFE_U16)(((pBufInfo->m_nMvStoreAddr.miuAddress+ (height/MI… in MHal_MFE_Enable_MIU_Protection()
371 …mfe_reg.reg_mfe_s_marb_ubound_2_high = (MFE_U16)((pBufInfo->m_nMvStoreAddr.miuAddress+ (height/MIU… in MHal_MFE_Enable_MIU_Protection()
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/hal/manhattan/mfe/Aeon/
H A Dmhal_mfe.c345 …0_low = (MFE_U16)(((pBufInfo->m_nOutBufAddr[pBufInfo->m_nOutBuffer-1].miuAddress+pBufInfo->m_OutB… in MHal_MFE_Enable_MIU_Protection()
346 …_0_high = (MFE_U16)((pBufInfo->m_nOutBufAddr[pBufInfo->m_nOutBuffer-1].miuAddress+pBufInfo->m_OutB… in MHal_MFE_Enable_MIU_Protection()
347 …mfe_reg.reg_mfe_s_marb_lbound_0_low = (MFE_U16)(((pBufInfo->m_nOutBufAddr[0].miuAddress+MIU_TEST_… in MHal_MFE_Enable_MIU_Protection()
348 …mfe_reg.reg_mfe_s_marb_lbound_0_high = (MFE_U16)((pBufInfo->m_nOutBufAddr[0].miuAddress+MIU_TEST_M… in MHal_MFE_Enable_MIU_Protection()
359 …mfe_reg.reg_mfe_s_marb_ubound_1_low = (MFE_U16)(((pBufInfo->m_nRecCAddr.miuAddress+height*width/2… in MHal_MFE_Enable_MIU_Protection()
360 …mfe_reg.reg_mfe_s_marb_ubound_1_high = (MFE_U16)((pBufInfo->m_nRecCAddr.miuAddress+height*width/2 … in MHal_MFE_Enable_MIU_Protection()
361 … mfe_reg.reg_mfe_s_marb_lbound_1_low = (MFE_U16)(((pBufInfo->m_nRecYAddr.miuAddress)>>3)&0xFFFF); in MHal_MFE_Enable_MIU_Protection()
362 mfe_reg.reg_mfe_s_marb_lbound_1_high = (MFE_U16)((pBufInfo->m_nRecYAddr.miuAddress)>>(3+16)); in MHal_MFE_Enable_MIU_Protection()
370 …mfe_reg.reg_mfe_s_marb_ubound_2_low = (MFE_U16)(((pBufInfo->m_nMvStoreAddr.miuAddress+ (height/MI… in MHal_MFE_Enable_MIU_Protection()
371 …mfe_reg.reg_mfe_s_marb_ubound_2_high = (MFE_U16)((pBufInfo->m_nMvStoreAddr.miuAddress+ (height/MIU… in MHal_MFE_Enable_MIU_Protection()
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c1119 pmmapDest->miuAddress = (MFE_U32)MAdp_MPool_VA2PA((void*)(pmmapDest->miuPointer)); in ConvertYUVToTile()
1171 g_CleanCallBackFunc(1,(MFE_U32)input_frame->miuAddress ); in MFE_CleanDi_Function()
1190 input_frame->miuAddress = (MFE_U32)MAdp_MPool_VA2PA((void*)(input_frame->miuPointer)); in MFE_GetFrame_Function()
1191 ms_dprintf(ADP_L2,"Video Frame(PA): 0x%x\n",(unsigned int) input_frame->miuAddress); in MFE_GetFrame_Function()
1271 input_frame.miuAddress = MAdp_MPool_VA2PA(input_frame.miuPointer); in MAdp_MFE_Proc()
1273 tmp_frame.miuAddress = MAdp_MPool_VA2PA(tmp_frame.miuPointer); in MAdp_MFE_Proc()
1313 input_frame.miuAddress = (MFE_U32)MAdp_MPool_VA2PA((void*)(input_frame.miuPointer)); in MAdp_MFE_Proc()
1314 ms_dprintf(ADP_L2,"DIP VA2PA: 0x%x\n", input_frame.miuAddress); in MAdp_MFE_Proc()
1331 input_frame.miuAddress -= (input_frame.miuAddress&madp_mfe_buff_info.mfe_miu_offset); in MAdp_MFE_Proc()
1348 ioctl(mfe_fd, MFE_IOC_ENC_ONEFRAME, input_frame.miuAddress); in MAdp_MFE_Proc()
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dmdrv_mfe.c504 bits_info[i].miuAddress = bitsframe[index].miuAddress; in MDrv_MFE_getbits()
680 MFE_U32 Y_start = pConfig->ctxBufInfo.m_nRecYAddr.miuAddress; in copybits2file()
729 bitsframe[wbits_index].miuAddress = start; in copybits2file()
972 …4, "[UMDA] Put CurY/C: LogAddr=0x%08x --> PhyAddr=0x%08x\n", pAddr->miuPointer, pAddr->miuAddress); in msAPI_MFE_EncodeVOP()
973 … DMAPutMem(pAddr->miuPointer, pConfig->nBufWidth*pConfig->nBufHeight*3/2, pAddr->miuAddress, 0); in msAPI_MFE_EncodeVOP()
1188 outbitsbuf[i].start_addr = pConfig->ctxBufInfo.m_nOutBufAddr[i].miuAddress; in MDrv_MFE_Init()
1189 …outbitsbuf[i].end_addr = pConfig->ctxBufInfo.m_nOutBufAddr[i].miuAddress+pConfig->ctxBufInfo.m_O… in MDrv_MFE_Init()
1237 cur_frame.miuAddress = YUV_addr; in MDrv_MFE_ENC_OneFrame()
1240 cur_frame_C.miuAddress = cur_frame.miuAddress + gpMfeConfig->nBufWidth*gpMfeConfig->nBufHeight; in MDrv_MFE_ENC_OneFrame()
1241 cur_frame_C.miuPointer = (MFE_U8*)addr_phy2log(cur_frame_C.miuAddress + MFE_U32MFEMIUOffset); in MDrv_MFE_ENC_OneFrame()
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dmadp_mfe.c252 … Vaddr = (MS_VIRT) MAdp_MPool_PA2KSEG0(bitsinfo.miuAddress+appPVR_Info->MfeApiInfo.miu_offset); in MAdp_MFE_Proc_nonThread()
254 … Vaddr = (MS_VIRT) MAdp_MPool_PA2KSEG1(bitsinfo.miuAddress+appPVR_Info->MfeApiInfo.miu_offset); in MAdp_MFE_Proc_nonThread()
257 … = 0x%x, Vaddr = 0x"MPRI_VIRT", size = 0x%x\n", (unsigned int)bitsinfo.miuAddress, (ptrdiff_t)Vadd… in MAdp_MFE_Proc_nonThread()
483 appPVR_Info->BitstreamOutBuffer.miuAddress = outbuf->miuAddress; in MApi_MFE_SetConfig()
922 if ((YUVPlane.Cur_Y0.miuAddress & align) != 0 || in mfe_check_input_alignment()
923 (YUVPlane.Cur_C0.miuAddress & align) != 0) in mfe_check_input_alignment()
930 if ((YUVPlane.Cur_Y1.miuAddress & align) != 0 || in mfe_check_input_alignment()
931 (YUVPlane.Cur_C1.miuAddress & align) != 0) in mfe_check_input_alignment()
952 …input Y0: VA %p, PA 0x%x\n", YUVPlane.Cur_Y0.miuPointer, (unsigned int)YUVPlane.Cur_Y0.miuAddress); in _MApi_MFE_CompressOnePicture()
953 …input C0: VA %p, PA 0x%x\n", YUVPlane.Cur_C0.miuPointer, (unsigned int)YUVPlane.Cur_C0.miuAddress); in _MApi_MFE_CompressOnePicture()
/utopia/UTPA2-700.0.x/modules/mfe/hal/curry/mfe_ex/
H A Dudma_share.c126 memmap->miuAddress = 0; in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
137 memmap->miuPointer = (MS_U8*)addr_phy2log(memmap->miuAddress); in MMAPMalloc()
142 ms_dprintk(HAL_L1," miuAddress: 0x%x\n", (unsigned int)memmap->miuAddress); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/maldives/mfe_ex/
H A Dudma_share.c126 memmap->miuAddress = 0; in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
137 memmap->miuPointer = (MFE_U8*)addr_phy2log(memmap->miuAddress); in MMAPMalloc()
142 ms_dprintk(DRV_L1,"miuAddress: 0x%08x\n",(unsigned int) memmap->miuAddress); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/maxim/mfe_ex/
H A Dudma_share.c126 memmap->miuAddress = 0; in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
137 memmap->miuPointer = (MS_U8*)addr_phy2log(memmap->miuAddress); in MMAPMalloc()
142 ms_dprintk(HAL_L1," miuAddress: 0x%x\n", (unsigned int)memmap->miuAddress); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/M7821/mfe_ex/
H A Dudma_share.c126 memmap->miuAddress = 0; in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
137 memmap->miuPointer = (MS_U8*)addr_phy2log(memmap->miuAddress); in MMAPMalloc()
142 ms_dprintk(HAL_L1," miuAddress: 0x%x\n", (unsigned int)memmap->miuAddress); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/manhattan/mfe_ex/
H A Dudma_share.c126 memmap->miuAddress = 0; in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
137 memmap->miuPointer = (MS_U8*)addr_phy2log(memmap->miuAddress); in MMAPMalloc()
142 ms_dprintk(DRV_L1,"miuAddress: 0x%08x\n", memmap->miuAddress); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/kano/mfe_ex/
H A Dudma_share.c126 memmap->miuAddress = 0; in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
137 memmap->miuPointer = (MS_U8*)addr_phy2log(memmap->miuAddress); in MMAPMalloc()
142 ms_dprintk(HAL_L1," miuAddress: 0x%x\n", (unsigned int)memmap->miuAddress); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/macan/mfe_ex/
H A Dudma_share.c126 memmap->miuAddress = 0; in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
137 memmap->miuPointer = (MS_U8*)addr_phy2log(memmap->miuAddress); in MMAPMalloc()
142 ms_dprintk(DRV_L1,"miuAddress: 0x%08x\n", memmap->miuAddress); in MMAPMalloc()
/utopia/UTPA2-700.0.x/modules/mfe/hal/k6/mfe_ex/
H A Dudma_share.c126 memmap->miuAddress = 0; in MMAPMalloc()
129 memmap->miuAddress = *ppBufStart; in MMAPMalloc()
137 memmap->miuPointer = (MS_U8*)addr_phy2log(memmap->miuAddress); in MMAPMalloc()
142 ms_dprintk(HAL_L1," miuAddress: 0x%x\n", (unsigned int)memmap->miuAddress); in MMAPMalloc()

12