OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s16BitPool
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_media_task.c
[
all
...]
/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
sbc_encoder.c
297
SINT16
s16Bitpool
; /*to store bit pool value*/
323
s16Bitpool
= (SINT16)( (pstrEncParams->u16BitRate *
335
+ (pstrEncParams->s16NumOfBlocks *
s16Bitpool
) ) / 8;
342
s16Bitpool
--;
345
pstrEncParams->
s16BitPool
= (
s16Bitpool
> 255) ? 255 :
s16Bitpool
;
347
pstrEncParams->
s16BitPool
= (
s16Bitpool
> 128) ? 128 :
s16Bitpool
;
[
all
...]
sbc_enc_bit_alloc_mono.c
119
s32BitCount = pstrCodecParams->
s16BitPool
;
sbc_enc_bit_alloc_ste.c
57
SINT32 s32BitPool = pstrCodecParams->
s16BitPool
;
sbc_packing.c
88
*pu8PacketPtr = (UINT8)(pstrEncParams->
s16BitPool
& 0x00FF);
/external/bluetooth/bluedroid/embdrv/sbc/encoder/include/
sbc_encoder.h
162
SINT16
s16BitPool
; /* 16*numOfSb for mono & dual;
Completed in 172 milliseconds