HomeSort by relevance Sort by last modified time
    Searched refs:pu8NextPacket (Results 1 - 3 of 3) sorted by null

  /system/bt/embdrv/sbc/encoder/srce/
sbc_packing.c 84 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 */
sbc_encoder.c 138 pstrEncParams->pu8NextPacket = pstrEncParams->pu8Packet;
268 /* save the beginning of the frame. pu8NextPacket is modified in EncPacking() */
269 pu8 = pstrEncParams->pu8NextPacket;
  /system/bt/embdrv/sbc/encoder/include/
sbc_encoder.h 187 UINT8 *pu8NextPacket;

Completed in 43 milliseconds