Home
last modified time | relevance | path

Searched refs:SBC_JOINT_STEREO (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Ddecoder-private.c175 if (common->frameInfo.nrof_subbands == 8 || common->frameInfo.mode != SBC_JOINT_STEREO) { in OI_SBC_ReadScalefactors()
176 if (common->frameInfo.mode == SBC_JOINT_STEREO) { in OI_SBC_ReadScalefactors()
192 … OI_ASSERT(common->frameInfo.nrof_subbands == 4 && common->frameInfo.mode == SBC_JOINT_STEREO); in OI_SBC_ReadScalefactors()
Dbitalloc.c52 case SBC_JOINT_STEREO: in OI_SBC_MaxBitpool()
68 if (frame->mode == SBC_JOINT_STEREO) { in internal_CalculateFramelen()
97 if (frame->mode == SBC_JOINT_STEREO) { in OI_SBC_CalculateFrameAndHeaderlen()
Dframing.c181 if (frame->mode == SBC_JOINT_STEREO && frame->nrof_subbands == 8) { in OI_SBC_CalculateChecksum()
191 if (frame->mode == SBC_JOINT_STEREO && frame->nrof_subbands == 4) { in OI_SBC_CalculateChecksum()
Ddecoder-oina.c64 if (mode > SBC_JOINT_STEREO) { in OI_CODEC_SBC_DecoderConfigureRaw()
Ddecoder-sbc.c135 if (context->common.frameInfo.mode == SBC_JOINT_STEREO) { in DecodeBody()
399 case SBC_JOINT_STEREO: in OI_CODEC_SBC_FrameCount()
Dbitalloc-sbc.c140 if (frame->mode == SBC_JOINT_STEREO) { in OI_CODEC_SBC_CalculateBitpool()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/encoder/srce/
Dsbc_encoder.c103 if (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO) { in SBC_Encoder()
179 …rEncParams->s16ChannelMode == SBC_STEREO) || (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO)) { in SBC_Encoder()
227 if ( (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO) in SBC_Encoder_Init()
Dsbc_packing.c104 if (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO) { in EncPacking()
245 if (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO) { in EncPacking()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/encoder/include/
Dsbc_encoder.h61 #define SBC_JOINT_STEREO 3 macro
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc.h97 #define SBC_JOINT_STEREO 3 /**< The mode of the encoded channel is joint stereo. One possible value… macro
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c673 UINT16 codec_mode_tbl[5] = { SBC_JOINT_STEREO, SBC_STEREO, SBC_DUAL, 0, SBC_MONO }; in btc_a2dp_source_encoder_init()
850 if ((pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO) || in btc_a2dp_source_enc_update()
1013 a2dp_source_local_param.btc_aa_src_cb.encoder.s16ChannelMode = SBC_JOINT_STEREO; in btc_a2dp_source_pcm2sbc_init()