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

/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
H A Dsbc_packing.c84 pu8PacketPtr = pstrEncParams->pu8NextPacket; /*Initialize the ptr*/
227 pstrEncParams->u16PacketLength=pu8PacketPtr-pstrEncParams->pu8NextPacket+1;
229 pu8PacketPtr = pstrEncParams->pu8NextPacket+1; /*Initialize the ptr*/
269 pu8PacketPtr = pstrEncParams->pu8NextPacket; /*Initialize the ptr*/
272 pstrEncParams->pu8NextPacket+=pstrEncParams->u16PacketLength; /* move the pointer to the end in case there is more than one frame to encode */
H A Dsbc_encoder.c137 pstrEncParams->pu8NextPacket = pstrEncParams->pu8Packet;
267 /* save the beginning of the frame. pu8NextPacket is modified in EncPacking() */
268 pu8 = pstrEncParams->pu8NextPacket;
/external/bluetooth/bluedroid/embdrv/sbc/encoder/include/
H A Dsbc_encoder.h187 UINT8 *pu8NextPacket; member in struct:SBC_ENC_PARAMS_TAG

Completed in 492 milliseconds