Searched refs:pu8NextPacket (Results 1 – 3 of 3) sorted by relevance
84 pu8PacketPtr = pstrEncParams->pu8NextPacket; /*Initialize the ptr*/ in EncPacking()227 pstrEncParams->u16PacketLength=pu8PacketPtr-pstrEncParams->pu8NextPacket+1; in EncPacking()229 pu8PacketPtr = pstrEncParams->pu8NextPacket+1; /*Initialize the ptr*/ in EncPacking()269 pu8PacketPtr = pstrEncParams->pu8NextPacket; /*Initialize the ptr*/ in EncPacking()272 …pstrEncParams->pu8NextPacket+=pstrEncParams->u16PacketLength; /* move the pointer to the end in c… in EncPacking()
56 pstrEncParams->pu8NextPacket = pstrEncParams->pu8Packet; in SBC_Encoder()187 pu8 = pstrEncParams->pu8NextPacket; in SBC_Encoder()
187 UINT8 *pu8NextPacket; member