Searched refs:bitpool (Results 1 – 2 of 2) sorted by relevance
223 static int GetFrameSize(const A2dpBits& configuration, int bitpool) { in GetFrameSize() argument230 ((blocks * bitpool) << configuration.get(kChannelModeDualChannel)) + in GetFrameSize()236 static int GetBitrate(const A2dpBits& configuration, int bitpool) { in GetBitrate() argument240 int bits = 8 * GetFrameSize(configuration, bitpool); in GetBitrate()246 int bitpool = 0; in GetBitpool() local249 if (bitrate > GetBitrate(configuration, bitpool + i)) { in GetBitpool()250 bitpool += i; in GetBitpool()253 return std::clamp(bitpool, 2, 250); in GetBitpool()
83 /** Minimum bitpool value */85 /** Maximum bitpool value */