Searched refs:bitpool (Results 1 – 5 of 5) sorted by relevance
37 uint8_t bitpool; member
101 uint8_t bitpool = codecParam.bitpool; in CalculateFrameLength() local105 size += ((blocks * channels * bitpool) + VALUE_7) / VALUE_8; in CalculateFrameLength()107 size += (((joint ? subbands : VALUE_0) + blocks * bitpool) + VALUE_7) / VALUE_8; in CalculateFrameLength()132 frame_.bitpool_ = codecParam.bitpool; in UpdateCodecFormat()139 frame_.bitpool_ = codecParam.bitpool; in UpdateCodecFormat()
227 static int WriteStream(const uint16_t handle, const uint8_t config, const uint8_t bitpool);
862 int A2dpProfile::WriteStream(const uint16_t handle, const uint8_t config, const uint8_t bitpool) in WriteStream() argument874 codecInfo[SAMPLE_SBC_INDEX] = bitpool; in WriteStream()
278 g_sbcEncode.bitpool); in SetSBCParam()456 g_sbcEncode.bitpool = encParams->bitPool; in ConvertBitpoolParamToSBCParam()