Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/audio/aidl/default/
DA2dpOffloadCodecSbc.cpp188 static int32_t GetSubbandsValue(int subbands) { in GetSubbandsValue() function
219 static int32_t GetSubbandsValue(const A2dpBits& configuration) { in GetSubbandsValue() function
220 return GetSubbandsValue(configuration.find_active_bit(kSubbands)); in GetSubbandsValue()
225 int subbands = GetSubbandsValue(configuration); in GetFrameSize()
238 int subbands = GetSubbandsValue(configuration); in GetBitrate()
386 sbc_parameters->subbands = GetSubbandsValue(subbands); in ParseConfiguration()