Searched refs:SBC_JOINT_STEREO (Results 1 – 11 of 11) sorted by relevance
142 if (common->frameInfo.nrof_subbands == 8 || common->frameInfo.mode != SBC_JOINT_STEREO) { in OI_SBC_ReadScalefactors()143 if (common->frameInfo.mode == SBC_JOINT_STEREO) { in OI_SBC_ReadScalefactors()159 … OI_ASSERT(common->frameInfo.nrof_subbands == 4 && common->frameInfo.mode == SBC_JOINT_STEREO); in OI_SBC_ReadScalefactors()
49 case SBC_JOINT_STEREO: in OI_SBC_MaxBitpool()65 if (frame->mode == SBC_JOINT_STEREO) { in internal_CalculateFramelen()88 if (frame->mode == SBC_JOINT_STEREO) { headerLen++; } in OI_SBC_CalculateFrameAndHeaderlen()
179 if (frame->mode == SBC_JOINT_STEREO && frame->nrof_subbands == 8) { in OI_SBC_CalculateChecksum()189 if (frame->mode == SBC_JOINT_STEREO && frame->nrof_subbands == 4) { in OI_SBC_CalculateChecksum()
62 if (mode > SBC_JOINT_STEREO) { in OI_CODEC_SBC_DecoderConfigureRaw()
130 if (context->common.frameInfo.mode == SBC_JOINT_STEREO) { in DecodeBody()393 case SBC_JOINT_STEREO: in OI_CODEC_SBC_FrameCount()
138 if (frame->mode == SBC_JOINT_STEREO) { in OI_CODEC_SBC_CalculateBitpool()
102 if (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO) in SBC_Encoder()181 …strEncParams->s16ChannelMode == SBC_STEREO) || (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO)) in SBC_Encoder()228 if ( (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO) in SBC_Encoder_Init()
95 if (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO) in EncPacking()255 if (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO) in EncPacking()
61 #define SBC_JOINT_STEREO 3 macro
93 #define SBC_JOINT_STEREO 3 /**< The mode of the encoded channel is joint stereo. One possible value… macro
790 UINT16 codec_mode_tbl[5] = { SBC_JOINT_STEREO, SBC_STEREO, SBC_DUAL, 0, SBC_MONO }; in btif_a2dp_encoder_init()1933 if ((pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO) || in btif_media_task_enc_update()2079 btif_media_cb.encoder.s16ChannelMode = SBC_JOINT_STEREO; in btif_media_task_pcm2sbc_init()2522 case SBC_JOINT_STEREO: in get_frame_length()