Searched refs:s16ChannelMode (Results 1 – 4 of 4) sorted by relevance
102 if (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO) in SBC_Encoder()181 …if ((pstrEncParams->s16ChannelMode == SBC_STEREO) || (pstrEncParams->s16ChannelMode == SBC_JOINT_S… in SBC_Encoder()213 if (pstrEncParams->s16ChannelMode == SBC_MONO) in SBC_Encoder_Init()228 if ( (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO) in SBC_Encoder_Init()229 || (pstrEncParams->s16ChannelMode == SBC_STEREO) ) in SBC_Encoder_Init()235 + ( (pstrEncParams->s16ChannelMode - 2) * in SBC_Encoder_Init()241 + ( ((pstrEncParams->s16ChannelMode - 2) * in SBC_Encoder_Init()280 HeaderParams |= ((pstrEncParams->s16ChannelMode & 3)<< 2); in SBC_Encoder_Init()
95 if (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO) in EncPacking()255 if (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO) in EncPacking()
157 SINT16 s16ChannelMode; /* mono, dual, streo or joint streo*/ member
1847 btif_media_cb.encoder.s16ChannelMode = pInitAudio->ChannelMode; in btif_media_task_enc_init()1864 btif_media_cb.encoder.s16ChannelMode, btif_media_cb.encoder.s16NumOfSubBands, in btif_media_task_enc_init()1952 if ((pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO) || in btif_media_task_enc_update()1953 (pstrEncParams->s16ChannelMode == SBC_STEREO)) { in btif_media_task_enc_update()1958 + ((pstrEncParams->s16ChannelMode - 2) * in btif_media_task_enc_update()1964 + (((pstrEncParams->s16ChannelMode - 2) * in btif_media_task_enc_update()2095 if (btif_media_cb.encoder.s16ChannelMode == SBC_MONO) in btif_media_task_pcm2sbc_init()2098 btif_media_cb.encoder.s16ChannelMode = SBC_JOINT_STEREO; in btif_media_task_pcm2sbc_init()2106 btif_media_cb.encoder.s16ChannelMode, in btif_media_task_pcm2sbc_init()2516 btif_media_cb.encoder.s16ChannelMode, in get_frame_length()[all …]