ESP-IDF
SBC_ENC_PARAMS_TAG::s16ChannelMode
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::s16ChannelMode
SBC_ENC_PARAMS_TAG::s16ChannelMode field
Syntax
Show:
Summary
Declaration
from
sbc_encoder.h:162
SINT16
s16ChannelMode
;
Examples
References
from
examples
Code
Location
Referrer
SINT16
s16ChannelMode
;
/* mono, dual, streo or joint streo*/
sbc_encoder.h:162
a2dp_source_local_param
.
btc_aa_src_cb
.
encoder
.
s16ChannelMode
=
pInitAudio
->
ChannelMode
;
btc_a2dp_source.c:769
btc_a2dp_source_enc_init()
a2dp_source_local_param
.
btc_aa_src_cb
.
encoder
.
s16ChannelMode
,
a2dp_source_local_param
.
btc_aa_src_cb
.
encoder
.
s16NumOfSubBands
,
btc_a2dp_source.c:786
btc_a2dp_source_enc_init()
if
(
(
pstrEncParams
->
s16ChannelMode
==
SBC_JOINT_STEREO
)
||
btc_a2dp_source.c:850
btc_a2dp_source_enc_update()
(
pstrEncParams
->
s16ChannelMode
==
SBC_STEREO
)
)
{
btc_a2dp_source.c:851
btc_a2dp_source_enc_update()
+
(
(
pstrEncParams
->
s16ChannelMode
-
2
)
*
btc_a2dp_source.c:856
btc_a2dp_source_enc_update()
+
(
(
(
pstrEncParams
->
s16ChannelMode
-
2
)
*
btc_a2dp_source.c:862
btc_a2dp_source_enc_update()
if
(
a2dp_source_local_param
.
btc_aa_src_cb
.
encoder
.
s16ChannelMode
==
SBC_MONO
)
{
btc_a2dp_source.c:1011
btc_a2dp_source_pcm2sbc_init()
a2dp_source_local_param
.
btc_aa_src_cb
.
encoder
.
s16ChannelMode
=
SBC_JOINT_STEREO
;
btc_a2dp_source.c:1013
btc_a2dp_source_pcm2sbc_init()
a2dp_source_local_param
.
btc_aa_src_cb
.
encoder
.
s16ChannelMode
,
btc_a2dp_source.c:1020
btc_a2dp_source_pcm2sbc_init()
if
(
pstrEncParams
->
s16ChannelMode
==
SBC_JOINT_STEREO
)
{
sbc_encoder.c:103
SBC_Encoder()
if
(
(
pstrEncParams
->
s16ChannelMode
==
SBC_STEREO
)
||
(
pstrEncParams
->
s16ChannelMode
==
SBC_JOINT_STEREO
)
)
{
sbc_encoder.c:179
SBC_Encoder()
if
(
pstrEncParams
->
s16ChannelMode
==
SBC_MONO
)
{
sbc_encoder.c:210
SBC_Encoder_Init()
if
(
(
pstrEncParams
->
s16ChannelMode
==
SBC_JOINT_STEREO
)
sbc_encoder.c:227
SBC_Encoder_Init()
||
(
pstrEncParams
->
s16ChannelMode
==
SBC_STEREO
)
)
{
sbc_encoder.c:228
SBC_Encoder_Init()
+
(
(
pstrEncParams
->
s16ChannelMode
-
2
)
*
sbc_encoder.c:233
SBC_Encoder_Init()
+
(
(
(
pstrEncParams
->
s16ChannelMode
-
2
)
*
sbc_encoder.c:239
SBC_Encoder_Init()
HeaderParams
|=
(
(
pstrEncParams
->
s16ChannelMode
&
3
)
<
<
2
)
;
sbc_encoder.c:279
SBC_Encoder_Init()
pstrEncParams
->
s16ChannelMode
=
SBC_MONO
;
sbc_encoder.c:291
SBC_Encoder_Init()
if
(
pstrEncParams
->
s16ChannelMode
==
SBC_JOINT_STEREO
)
{
sbc_packing.c:104
EncPacking()
if
(
pstrEncParams
->
s16ChannelMode
==
SBC_JOINT_STEREO
)
{
sbc_packing.c:245
EncPacking()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
SBC_ENC_PARAMS_TAG::s16ChannelMode
is written by 3 functions and is read by 6 functions:
btc_a2dp_source_enc_init()
btc_a2dp_source_pcm2sbc_init()
SBC_Encoder_Init()
All items filtered out
SBC_ENC_PARAMS_TAG::s16ChannelMode
btc_a2dp_source_enc_init()
btc_a2dp_source_enc_update()
btc_a2dp_source_pcm2sbc_init()
SBC_Encoder()
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