Searched refs:CODEC_SBC_SAMPLE_INDEX (Results 1 – 1 of 1) sorted by relevance
35 const int CODEC_SBC_SAMPLE_INDEX = 3; variable737 … *(codecInfo + CODEC_SBC_SAMPLE_INDEX) = (userConfig.sampleRate_ | userConfig.channelMode_); in ChangeUserConfigureInfo()739 __func__, *(codecInfo + CODEC_SBC_SAMPLE_INDEX)); in ChangeUserConfigureInfo()807 userConfig.channelMode_ = *(codecInfo + CODEC_SBC_SAMPLE_INDEX) & 0x0F; in SelectCodecInfo()808 userConfig.sampleRate_ = *(codecInfo + CODEC_SBC_SAMPLE_INDEX) & 0xF0; in SelectCodecInfo()