OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u16PacketLength
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/embdrv/sbc/encoder/include/
sbc_encoder.h
189
UINT16
u16PacketLength
;
/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
sbc_encoder.c
62
* if((index&1)&&(
u16PacketLength
> (base_index+index*2)))
108
if(idx > 0){if((idx&1)&&(pstrEncParams->
u16PacketLength
> (sbc_prtc_cb.base+(idx<<1)))) {tmp2=idx<<1; tmp=ar[idx];ar[idx]=ar[tmp2];ar[tmp2]=tmp;} \
276
if(pstrEncParams->
u16PacketLength
> ((sbc_prtc_cb.fr[sbc_prtc_cb.index].idx * 2) + sbc_prtc_cb.base))
277
printf("len: %d, idx: %d\n", pstrEncParams->
u16PacketLength
, sbc_prtc_cb.fr[sbc_prtc_cb.index].idx);
279
printf("len: %d, idx: %d!!!!\n", pstrEncParams->
u16PacketLength
, sbc_prtc_cb.fr[sbc_prtc_cb.index].idx);
sbc_packing.c
227
pstrEncParams->
u16PacketLength
=pu8PacketPtr-pstrEncParams->pu8NextPacket+1;
272
pstrEncParams->pu8NextPacket+=pstrEncParams->
u16PacketLength
; /* move the pointer to the end in case there is more than one frame to encode */
/external/bluetooth/bluedroid/btif/src/
btif_media_task.c
[
all
...]
Completed in 2305 milliseconds