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
/system/bt/embdrv/sbc/encoder/srce/
sbc_encoder.c
205
SINT16
s16Bitpool
; /*to store bit pool value*/
231
s16Bitpool
= (SINT16)( (pstrEncParams->u16BitRate *
243
+ (pstrEncParams->s16NumOfBlocks *
s16Bitpool
) ) / 8;
250
s16Bitpool
--;
253
pstrEncParams->
s16BitPool
= (
s16Bitpool
> 255) ? 255 :
s16Bitpool
;
255
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);
/system/bt/embdrv/sbc/encoder/include/
sbc_encoder.h
162
SINT16
s16BitPool
; /* 16*numOfSb for mono & dual;
/system/bt/btif/src/
btif_media_task.c
[
all
...]
Completed in 68 milliseconds