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

/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Ddecoder-oina.c62 if (mode > SBC_JOINT_STEREO) {
H A Dbitalloc.c49 case SBC_JOINT_STEREO:
65 if (frame->mode == SBC_JOINT_STEREO) {
88 if (frame->mode == SBC_JOINT_STEREO) { headerLen++; }
H A Ddecoder-private.c142 if (common->frameInfo.nrof_subbands == 8 || common->frameInfo.mode != SBC_JOINT_STEREO) {
143 if (common->frameInfo.mode == SBC_JOINT_STEREO) {
159 OI_ASSERT(common->frameInfo.nrof_subbands == 4 && common->frameInfo.mode == SBC_JOINT_STEREO);
H A Dbitalloc-sbc.c95 stereoBitAllocation /* SBC_JOINT_STEREO */
138 if (frame->mode == SBC_JOINT_STEREO) {
H A Ddecoder-sbc.c130 if (context->common.frameInfo.mode == SBC_JOINT_STEREO) {
393 case SBC_JOINT_STEREO:
H A Dframing.c179 if (frame->mode == SBC_JOINT_STEREO && frame->nrof_subbands == 8) {
189 if (frame->mode == SBC_JOINT_STEREO && frame->nrof_subbands == 4) {
/external/bluetooth/bluedroid/embdrv/sbc/encoder/include/
H A Dsbc_encoder.h61 #define SBC_JOINT_STEREO 3 macro
/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
H A Dsbc_encoder.c183 if (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO)
262 if ((pstrEncParams->s16ChannelMode == SBC_STEREO) || (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO))
320 if ( (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO)
H A Dsbc_packing.c95 if (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO)
255 if (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO)
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
H A Doi_codec_sbc.h93 #define SBC_JOINT_STEREO 3 /**< The mode of the encoded channel is joint stereo. One possible value for the @a mode parameter of OI_CODEC_SBC_EncoderConfigure() */ macro
278 * SBC_JOINT_STEREO
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_media_task.c675 UINT16 codec_mode_tbl[5] = { SBC_JOINT_STEREO, SBC_STEREO, SBC_DUAL, 0, SBC_MONO };
1920 if ((pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO) ||
2074 btif_media_cb.encoder.s16ChannelMode = SBC_JOINT_STEREO;

Completed in 128 milliseconds