Searched refs:pTpDec (Results 1 – 2 of 2) sorted by relevance
418 HANDLE_TRANSPORTDEC pTpDec) { in CChannelElement_Read() argument836 if (pTpDec != NULL) { in CChannelElement_Read()837 crcReg1 = transportDec_CrcStartReg(pTpDec, 192); in CChannelElement_Read()841 if (pTpDec != NULL) { in CChannelElement_Read()842 crcReg2 = transportDec_CrcStartReg(pTpDec, 128); in CChannelElement_Read()847 if (pTpDec != NULL) { in CChannelElement_Read()848 transportDec_CrcEndReg(pTpDec, crcReg1); in CChannelElement_Read()855 } else if (pTpDec != NULL) { in CChannelElement_Read()856 transportDec_CrcEndReg(pTpDec, crcReg2); in CChannelElement_Read()861 if (pTpDec != NULL) { in CChannelElement_Read()[all …]
158 HANDLE_TRANSPORTDEC pTpDec);