Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/audio/aidl/default/
DA2dpOffloadCodecSbc.cpp173 static int32_t GetBlockLengthValue(int block_length) { in GetBlockLengthValue() function
215 static int32_t GetBlockLengthValue(const A2dpBits& configuration) { in GetBlockLengthValue() function
216 return GetBlockLengthValue(configuration.find_active_bit(kBlockLength)); in GetBlockLengthValue()
226 int blocks = GetBlockLengthValue(configuration); in GetFrameSize()
239 int blocks = GetBlockLengthValue(configuration); in GetBitrate()
385 sbc_parameters->block_length = GetBlockLengthValue(block_length); in ParseConfiguration()