Searched refs:pTpDec (Results 1 – 2 of 2) sorted by relevance
420 HANDLE_TRANSPORTDEC pTpDec) { in CChannelElement_Read() argument838 if (pTpDec != NULL) { in CChannelElement_Read()839 crcReg1 = transportDec_CrcStartReg(pTpDec, 192); in CChannelElement_Read()843 if (pTpDec != NULL) { in CChannelElement_Read()844 crcReg2 = transportDec_CrcStartReg(pTpDec, 128); in CChannelElement_Read()849 if (pTpDec != NULL) { in CChannelElement_Read()850 transportDec_CrcEndReg(pTpDec, crcReg1); in CChannelElement_Read()857 } else if (pTpDec != NULL) { in CChannelElement_Read()858 transportDec_CrcEndReg(pTpDec, crcReg2); in CChannelElement_Read()863 if (pTpDec != NULL) { in CChannelElement_Read()[all …]
158 HANDLE_TRANSPORTDEC pTpDec);