Lines Matching refs:wbits_index
421 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()
502 pConfig->bitsframe[wbits_index].voptype = voptype; in copybits2file()
505 pConfig->bitsframe[wbits_index].IVOP_address = Y_start; in copybits2file()
507 pConfig->bitsframe[wbits_index].IVOP_address = 0; in copybits2file()
510 pConfig->_MFE_U32MFEEvent |= 1<<wbits_index; in copybits2file()