Home
last modified time | relevance | path

Searched refs:kChannelModeJointStereo (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/bluetooth/audio/aidl/default/
DA2dpOffloadCodecSbc.cpp95 kChannelModeJointStereo enumerator
149 return kChannelModeJointStereo | kChannelModeStereo; in GetChannelModeBit()
166 case kChannelModeJointStereo: in GetChannelModeEnum()
231 ((configuration.get(kChannelModeJointStereo) ? subbands : 0)); in GetFrameSize()
279 capabilities.set(kChannelModeJointStereo, kEnableChannelModeJointStereo);
432 else if (lcaps.get(kChannelModeJointStereo) && in BuildConfiguration()
433 rcaps.get(kChannelModeJointStereo)) in BuildConfiguration()
434 config.set(kChannelModeJointStereo); in BuildConfiguration()