Lines Matching refs:u32MVDFWPtsTblAddr
353 static MS_U32 u32MVDFWPtsTblAddr = NULL; variable
822 u32MVDFWPtsTblAddr = tmpAdr; in MVD_MVDSetInternalBuffAddr()
823 HAL_MVD_SetPtsTblAddr(u32MVDFWPtsTblAddr); in MVD_MVDSetInternalBuffAddr()
826 HAL_MVD_MemWrite4Byte(u32MVDFWPtsTblAddr+i, 0); //byteCnt in MVD_MVDSetInternalBuffAddr()
827 HAL_MVD_MemWrite4Byte(u32MVDFWPtsTblAddr+i+4, 0); //dummyPktCnt in MVD_MVDSetInternalBuffAddr()
828 HAL_MVD_MemWrite4Byte(u32MVDFWPtsTblAddr+i+8, 0); //idLow in MVD_MVDSetInternalBuffAddr()
829 HAL_MVD_MemWrite4Byte(u32MVDFWPtsTblAddr+i+12, 0); //idHigh in MVD_MVDSetInternalBuffAddr()
831 HAL_MVD_MemWrite4Byte(u32MVDFWPtsTblAddr+i+16, MVD_NULLPKT_PTS); //PTS in MVD_MVDSetInternalBuffAddr()
832 HAL_MVD_MemWrite4Byte(u32MVDFWPtsTblAddr+i+20, 0); //reserved0 in MVD_MVDSetInternalBuffAddr()
833 HAL_MVD_MemWrite4Byte(u32MVDFWPtsTblAddr+i+24, 0); //reserved1 in MVD_MVDSetInternalBuffAddr()
834 HAL_MVD_MemWrite4Byte(u32MVDFWPtsTblAddr+i+28, 0); //reserved2 in MVD_MVDSetInternalBuffAddr()
837 MS_ASSERT((u32MVDFWPtsTblAddr+MVD_FW_SLQTBL_PTS_BUF_LEN)<=(u32start+u32len)); in MVD_MVDSetInternalBuffAddr()
839 u32MVDFWPtsTblAddr, (u32MVDFWPtsTblAddr+MVD_FW_SLQTBL_PTS_BUF_LEN))); in MVD_MVDSetInternalBuffAddr()
5464 …printf("0x%lx\t 0x%08lx\t 0x%08lx\t 0x%08lx\t 0x%08lx\t 0x%08lx\n", u32MVDFWPtsTblAddr+i*MVD_FW_SL… in _SLQTbl_DumpPtsTbl()
5465 HAL_MVD_MemRead4Byte(u32MVDFWPtsTblAddr+i*MVD_FW_SLQTBL_PTS_LEN), //byteCnt in _SLQTbl_DumpPtsTbl()
5466 HAL_MVD_MemRead4Byte(u32MVDFWPtsTblAddr+i*MVD_FW_SLQTBL_PTS_LEN+4), //dummyPktCnt in _SLQTbl_DumpPtsTbl()
5467 HAL_MVD_MemRead4Byte(u32MVDFWPtsTblAddr+i*MVD_FW_SLQTBL_PTS_LEN+8), //idLow in _SLQTbl_DumpPtsTbl()
5468 HAL_MVD_MemRead4Byte(u32MVDFWPtsTblAddr+i*MVD_FW_SLQTBL_PTS_LEN+12),//idHigh in _SLQTbl_DumpPtsTbl()
5469 HAL_MVD_MemRead4Byte(u32MVDFWPtsTblAddr+i*MVD_FW_SLQTBL_PTS_LEN+16) //pts in _SLQTbl_DumpPtsTbl()
5544 MS_ASSERT(u32MVDFWPtsTblAddr != NULL); in MVD_SLQTblSendPacket()
5545 if (u32MVDFWPtsTblAddr) in MVD_SLQTblSendPacket()
5557 u32PtsTblEntryAddr = u32MVDFWPtsTblAddr+u32Index*MVD_FW_SLQTBL_PTS_LEN; in MVD_SLQTblSendPacket()
5569 … HAL_MVD_MemWrite4Byte(u32MVDFWPtsTblAddr+MVD_FW_SLQTBL_PTS_LEN+12, pstVideoPKT->u32ID_H); //idHigh in MVD_SLQTblSendPacket()
5570 …HAL_MVD_MemWrite4Byte(u32MVDFWPtsTblAddr+MVD_FW_SLQTBL_PTS_LEN+16, pstVideoPKT->u32TimeStamp); //… in MVD_SLQTblSendPacket()
5572 …STS(printf(">>> drvMVD pts,idH = %lu, %lu\n", HAL_MVD_MemRead4Byte(u32MVDFWPtsTblAddr+MVD_FW_SLQTB… in MVD_SLQTblSendPacket()
5573 HAL_MVD_MemRead4Byte(u32MVDFWPtsTblAddr+MVD_FW_SLQTBL_PTS_LEN+12))); in MVD_SLQTblSendPacket()
7354 u32MVDFWPtsTblAddr = NULL; in MDrv_Mvd_CallDummy()