OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pu8NextPacket
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/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
137
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/
sbc_encoder.h
187
UINT8 *
pu8NextPacket
;
Completed in 566 milliseconds