Home
last modified time | relevance | path

Searched refs:m_nRecCAddr (Results 1 – 16 of 16) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dbufmng.c337 pBufInfo->m_nRecCAddr = pInfo->m_FrameBuf[M4VE_FRM_CUR_REC][1]; in m4veGetBufferAddr()
341 pBufInfo->m_nRecCAddr = pInfo->m_FrameBuf[M4VE_FRM_REF1_REC][1]; in m4veGetBufferAddr()
354 pBufInfo->m_nRecCAddr = pInfo->m_FrameBuf[M4VE_FRM_CUR_REC][1]; in m4veGetBufferAddr()
515 pInfo->dpb[0].addr[1] = pBufInfo->m_nRecCAddr; in h264DpbHandling()
523 pInfo->dpb[0].addr[1] = pBufInfo->m_nRecCAddr; in h264DpbHandling()
535 pInfo->dpb[empty_idx].addr[1] = pBufInfo->m_nRecCAddr; in h264DpbHandling()
576 pBufInfo->m_nRecCAddr = MemTemp[1]; in h264GetBufferAddr()
H A Dmfe_reg_m4ve.c665 MS_ASSERT(pBufInfo->m_nRecCAddr.miuAddress==pBufInfo->m_nCurCAddr.miuAddress); in OutputSwCfg1_Mp4()
669 mfe_reg->reg_mfe_g_rec_c_adr_low = (MS_U16)((pBufInfo->m_nRecCAddr.miuAddress>>8)&0xFFFF); in OutputSwCfg1_Mp4()
670 mfe_reg->reg_mfe_g_rec_c_adr_high = (MS_U16)(pBufInfo->m_nRecCAddr.miuAddress>>(8+16)); in OutputSwCfg1_Mp4()
H A Dmfe_reg_264e.c640 …", (unsigned int)pBufInfo->m_nRecYAddr.miuAddress, (unsigned int)pBufInfo->m_nRecCAddr.miuAddress); in OutputSwCfg1_H264()
688 mfe_reg->reg_mfe_g_rec_c_adr_low = (MS_U16)((pBufInfo->m_nRecCAddr.miuAddress>>8)&0xFFFF); in OutputSwCfg1_H264()
689 mfe_reg->reg_mfe_g_rec_c_adr_high = (MS_U16)(pBufInfo->m_nRecCAddr.miuAddress>>(8+16)); in OutputSwCfg1_H264()
H A Dmfe_reg_jpge.c_220 // mfe_reg->reg_mfe_g_rec_c_adr_low = (MFE_U16)((pBufInfo->m_nRecCAddr.miuAddress>>8)&0xFFFF);
221 // mfe_reg->reg_mfe_g_rec_c_adr_high = (MFE_U16)(pBufInfo->m_nRecCAddr.miuAddress>>(8+16));
H A Dmfe_common.h183 MEMMAP_t m_nRecCAddr; member
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dbufmng.c286 pBufInfo->m_nRecCAddr = pBufInfo->m_nCurCAddr; in m4veGetBufferAddr()
290 pBufInfo->m_nRecCAddr = pInfo->m_FrameBuf[M4VE_FRM_CUR_REC][1]; in m4veGetBufferAddr()
294 pBufInfo->m_nRecCAddr = pInfo->m_FrameBuf[M4VE_FRM_REF1_REC][1]; in m4veGetBufferAddr()
427 pInfo->dpb[0].addr[1] = pBufInfo->m_nRecCAddr; in h264DpbHandling()
446 pBufInfo->m_nRecCAddr = pBufInfo->m_nCurCAddr; in h264GetBufferAddr()
453 pBufInfo->m_nRecCAddr = MemTemp[1]; in h264GetBufferAddr()
H A Dmfe_reg_jpge.c151 MFE_ASSERT(pBufInfo->m_nRecCAddr.miuAddress==pBufInfo->m_nCurCAddr.miuAddress); in OutputSwCfg1_Jpg()
155 mfe_reg.reg_mfe_g_rec_c_adr_low = (MFE_U16)((pBufInfo->m_nRecCAddr.miuAddress>>8)&0xFFFF); in OutputSwCfg1_Jpg()
156 mfe_reg.reg_mfe_g_rec_c_adr_high = (MFE_U16)(pBufInfo->m_nRecCAddr.miuAddress>>(8+16)); in OutputSwCfg1_Jpg()
H A Dmfe_reg_264e.c389 MFE_ASSERT(pBufInfo->m_nRecCAddr==pBufInfo->m_nCurCAddr); in OutputSwCfg1_H264()
393 mfe_reg.reg_mfe_g_rec_c_adr_low = (MFE_U16)((pBufInfo->m_nRecCAddr.miuAddress>>8)&0xFFFF); in OutputSwCfg1_H264()
394 mfe_reg.reg_mfe_g_rec_c_adr_high = (MFE_U16)(pBufInfo->m_nRecCAddr.miuAddress>>(8+16)); in OutputSwCfg1_H264()
H A Dmfe_reg_m4ve.c566 MFE_ASSERT(pBufInfo->m_nRecCAddr.miuAddress==pBufInfo->m_nCurCAddr.miuAddress); in OutputSwCfg1_Mp4()
570 mfe_reg.reg_mfe_g_rec_c_adr_low = (MFE_U16)((pBufInfo->m_nRecCAddr.miuAddress>>8)&0xFFFF); in OutputSwCfg1_Mp4()
571 mfe_reg.reg_mfe_g_rec_c_adr_high = (MFE_U16)(pBufInfo->m_nRecCAddr.miuAddress>>(8+16)); in OutputSwCfg1_Mp4()
H A Dmfe_common.h170 MEMMAP_t m_nRecCAddr; member
/utopia/UTPA2-700.0.x/modules/mfe/hal/maxim/mfe/Aeon/
H A Dmhal_mfe.c359 …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()
/utopia/UTPA2-700.0.x/modules/mfe/hal/M7821/mfe/Aeon/
H A Dmhal_mfe.c359 …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()
/utopia/UTPA2-700.0.x/modules/mfe/hal/maserati/mfe/Aeon/
H A Dmhal_mfe.c359 …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()
/utopia/UTPA2-700.0.x/modules/mfe/hal/macan/mfe/Aeon/
H A Dmhal_mfe.c359 …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()
/utopia/UTPA2-700.0.x/modules/mfe/hal/M7621/mfe/Aeon/
H A Dmhal_mfe.c359 …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()
/utopia/UTPA2-700.0.x/modules/mfe/hal/manhattan/mfe/Aeon/
H A Dmhal_mfe.c359 …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()