Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/encoder/srce/
Dsbc_packing.c86 pu8PacketPtr = pstrEncParams->pu8NextPacket; /*Initialize the ptr*/ in EncPacking()
220 pstrEncParams->u16PacketLength = pu8PacketPtr - pstrEncParams->pu8NextPacket + 1; in EncPacking()
222 pu8PacketPtr = pstrEncParams->pu8NextPacket + 1; /*Initialize the ptr*/ in EncPacking()
257 pu8PacketPtr = pstrEncParams->pu8NextPacket; /*Initialize the ptr*/ in EncPacking()
260 …pstrEncParams->pu8NextPacket += pstrEncParams->u16PacketLength; /* move the pointer to the end in … in EncPacking()
Dsbc_encoder.c57 pstrEncParams->pu8NextPacket = pstrEncParams->pu8Packet; in SBC_Encoder()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/encoder/include/
Dsbc_encoder.h193 UINT8 *pu8NextPacket; member