Home
last modified time | relevance | path

Searched refs:pu8NextPacket (Results 1 – 3 of 3) sorted by relevance

/system/bt/embdrv/sbc/encoder/srce/
Dsbc_packing.c84 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()
Dsbc_encoder.c56 pstrEncParams->pu8NextPacket = pstrEncParams->pu8Packet; in SBC_Encoder()
187 pu8 = pstrEncParams->pu8NextPacket; in SBC_Encoder()
/system/bt/embdrv/sbc/encoder/include/
Dsbc_encoder.h187 UINT8 *pu8NextPacket; member