ESP-IDF
btc_a2dp_source_pcm2sbc_init()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_a2dp_source_pcm2sbc_init()
btc_a2dp_source_pcm2sbc_init() function
* Function btc_a2dp_source_pcm2sbc_init * Description Init encoding task for PCM to SBC according to feeding * Returns void
Syntax
Show:
Summary
Declaration
from
btc_a2dp_source.c:968
static
void
btc_a2dp_source_pcm2sbc_init
(
tBTC_MEDIA_INIT_AUDIO_FEEDING
*
p_feeding
)
;
Arguments
Argument
p_feeding
Related Functions
Found 1 other functions taking a
tBTC_MEDIA_INIT_AUDIO_FEEDING
argument:
Function
Description
btc_a2dp_source_audio_feeding_init_req()
* Function btc_a2dp_source_audio_feeding_init_req * Description * Returns TRUE is success
Examples
References
from
examples
Code
Location
Referrer
static
void
btc_a2dp_source_pcm2sbc_init
(
tBTC_MEDIA_INIT_AUDIO_FEEDING
*
p_feeding
)
btc_a2dp_source.c:968
btc_a2dp_source_pcm2sbc_init
(
p_feeding
)
;
btc_a2dp_source.c:1060
btc_a2dp_source_audio_feeding_init()
Call Tree
from
examples
btc_a2dp_source_pcm2sbc_init()
is called by 1 function and calls 3 functions:
btc_a2dp_source_audio_feeding_init()
All items filtered out
btc_a2dp_source_pcm2sbc_init()
esp_log_timestamp()
esp_log_write()
SBC_Encoder_Init()
All items filtered out
Data Use
from
examples
btc_a2dp_source_pcm2sbc_init()
reads 18 variables and writes 2 variables:
esp_log_level_t::ESP_LOG_DEBUG
appl_trace_level
tBTC_AV_MEDIA_FEED_CFG_PCM::sampling_freq
tBTC_AV_MEDIA_FEED_CFG_PCM::num_channel
tBTC_AV_MEDIA_FEED_CFG_PCM::bit_per_sample
tBTC_AV_MEDIA_FEED_CFG::pcm
tBTC_AV_MEDIA_FEEDINGS::cfg
tBTC_MEDIA_INIT_AUDIO_FEEDING::feeding
a2dp_source_local_param
SBC_ENC_PARAMS_TAG::s16SamplingFreq
SBC_ENC_PARAMS_TAG::s16ChannelMode
SBC_ENC_PARAMS_TAG::s16NumOfSubBands
SBC_ENC_PARAMS_TAG::s16NumOfBlocks
SBC_ENC_PARAMS_TAG::s16AllocationMethod
SBC_ENC_PARAMS_TAG::u16BitRate
tBTC_A2DP_SOURCE_CB::TxAaMtuSize
tBTC_A2DP_SOURCE_CB::encoder
a2dp_source_local_param_t::btc_aa_src_cb
All items filtered out
btc_a2dp_source_pcm2sbc_init()
SBC_ENC_PARAMS_TAG::s16SamplingFreq
SBC_ENC_PARAMS_TAG::s16ChannelMode
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