Home
last modified time | relevance | path

Searched refs:NumOfSubBands (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_a2dp_source.h40 UINT8 NumOfSubBands; /* 4 or 8 */ member
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c654 msg.NumOfSubBands = (sbc_config.num_subbands == A2D_SBC_IE_SUBBAND_4) ? 4 : 8; in btc_a2dp_source_encoder_init()
739 a2dp_source_local_param.btc_aa_src_cb.encoder.s16NumOfSubBands = pInitAudio->NumOfSubBands; in btc_a2dp_source_enc_init()