Searched refs:SBC_MONO (Results 1 – 7 of 7) sorted by relevance
45 case SBC_MONO: in OI_SBC_MaxBitpool()69 … if (frame->mode == SBC_MONO) { result += 4*nrof_subbands; } else { result += 8*nrof_subbands; } in internal_CalculateFramelen()
141 if (frame->mode == SBC_MONO) { in OI_CODEC_SBC_CalculateBitpool()
402 if (mode == SBC_MONO){ in OI_CODEC_SBC_FrameCount()
58 #define SBC_MONO 0 macro
90 #define SBC_MONO 0 /**< The mode of the encoded channel is mono. One possible value for the… macro
306 if (pstrEncParams->s16ChannelMode == SBC_MONO) in SBC_Encoder_Init()
637 UINT16 codec_mode_tbl[5] = { SBC_JOINT_STEREO, SBC_STEREO, SBC_DUAL, 0, SBC_MONO }; in btif_a2dp_encoder_init()1840 if (btif_media_cb.encoder.s16ChannelMode == SBC_MONO) in btif_media_task_pcm2sbc_init()