ESP-IDF
SBC_ENC_PARAMS_TAG::s16BitPool
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SBC_ENC_PARAMS_TAG::s16BitPool
SBC_ENC_PARAMS_TAG::s16BitPool field
Syntax
Show:
Summary
Declaration
from
sbc_encoder.h:167
SINT16
s16BitPool
;
Examples
References
from
examples
Code
Location
Referrer
SINT16
s16BitPool
;
/* 16*numOfSb for mono & dual;
sbc_encoder.h:167
APPL_TRACE_DEBUG
(
"btc_a2dp_source_enc_init bit pool %d"
,
a2dp_source_local_param
.
btc_aa_src_cb
.
encoder
.
s16BitPool
)
;
btc_a2dp_source.c:793
btc_a2dp_source_enc_init()
pstrEncParams
->
s16BitPool
=
(
s16BitPool
>
btc_a2dp_source.c:887
btc_a2dp_source_enc_update()
pstrEncParams
->
s16BitPool
=
s16BitPool
;
btc_a2dp_source.c:928
btc_a2dp_source_enc_update()
a2dp_source_local_param
.
btc_aa_src_cb
.
encoder
.
u16BitRate
,
a2dp_source_local_param
.
btc_aa_src_cb
.
encoder
.
s16BitPool
)
;
btc_a2dp_source.c:931
btc_a2dp_source_enc_update()
s32BitCount
=
pstrCodecParams
->
s16BitPool
;
sbc_enc_bit_alloc_mono.c:116
sbc_enc_bit_alloc_mono()
SINT32
s32BitPool
=
pstrCodecParams
->
s16BitPool
;
sbc_enc_bit_alloc_ste.c:60
sbc_enc_bit_alloc_ste()
pstrEncParams
->
s16BitPool
=
(
s16Bitpool
>
255
)
?
255
:
s16Bitpool
;
sbc_encoder.c:252
SBC_Encoder_Init()
pstrEncParams
->
s16BitPool
=
(
s16Bitpool
>
128
)
?
128
:
s16Bitpool
;
sbc_encoder.c:254
SBC_Encoder_Init()
pstrEncParams
->
s16BitPool
=
(
s16Bitpool
>
sbc_encoder.c:264
SBC_Encoder_Init()
if
(
pstrEncParams
->
s16BitPool
<
0
)
{
sbc_encoder.c:269
SBC_Encoder_Init()
pstrEncParams
->
s16BitPool
=
0
;
sbc_encoder.c:270
SBC_Encoder_Init()
pstrEncParams
->
s16BitPool
=
26
;
sbc_encoder.c:298
SBC_Encoder_Init()
pstrEncParams
->
u16BitRate
,
pstrEncParams
->
s16BitPool
)
;
sbc_encoder.c:328
SBC_Encoder_Init()
*
pu8PacketPtr
=
(
UINT8
)
(
pstrEncParams
->
s16BitPool
&
0x00FF
)
;
sbc_packing.c:91
EncPacking()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
SBC_ENC_PARAMS_TAG::s16BitPool
is written by 2 functions and is read by 6 functions:
btc_a2dp_source_enc_update()
SBC_Encoder_Init()
All items filtered out
SBC_ENC_PARAMS_TAG::s16BitPool
btc_a2dp_source_enc_init()
btc_a2dp_source_enc_update()
sbc_enc_bit_alloc_mono()
sbc_enc_bit_alloc_ste()
SBC_Encoder_Init()
EncPacking()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out