Home
last modified time | relevance | path

Searched refs:wbits_index (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/
H A Dmdrv_mfe.c421 MS_S32 wbits_index; in copybits2file() local
470 wbits_index = pConfig->nOBufIndex; in copybits2file()
483 pConfig->bitsframe[wbits_index].miuAddress = start; in copybits2file()
484 …pConfig->bitsframe[wbits_index].miuPointer = (MS_U32)addr_phy2log(start + pConfig->MFE_U32MFEMIUOf… in copybits2file()
485 pConfig->bitsframe[wbits_index].size = size; in copybits2file()
489 pConfig->bitsframe[wbits_index].stuffing_bytes = MfeDrvCabacStuffingReport(pConfig); in copybits2file()
493 UDMAOP_DMAGet((MS_S8*)pConfig->bitsframe[wbits_index].miuPointer, size, start, 0); in copybits2file()
496 pConfig->bitsframe[wbits_index].status = BITS_INFO_FRAMEDONE; in copybits2file()
498 pConfig->bitsframe[wbits_index].status = BITS_INFO_BUFFULL; in copybits2file()
500 pConfig->bitsframe[wbits_index].status = BITS_INFO_IMG_BUFFULL; in copybits2file()
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dmdrv_mfe.c678 MFE_S32 wbits_index; in copybits2file() local
711 wbits_index = pConfig->nOBufIndex; in copybits2file()
729 bitsframe[wbits_index].miuAddress = start; in copybits2file()
730 bitsframe[wbits_index].miuPointer = (MFE_U32)addr_phy2log(start + MFE_U32MFEMIUOffset); in copybits2file()
731 bitsframe[wbits_index].size = size; in copybits2file()
734 bitsframe[wbits_index].status = BITS_INFO_FRAMEDONE; in copybits2file()
736 bitsframe[wbits_index].status = BITS_INFO_BUFFULL; in copybits2file()
738 bitsframe[wbits_index].status = BITS_INFO_IMG_BUFFULL; in copybits2file()
745 bitsframe[wbits_index].voptype = voptype; in copybits2file()
748 bitsframe[wbits_index].IVOP_address = Y_start; in copybits2file()
[all …]