Home
last modified time | relevance | path

Searched refs:bitpool (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_constant.h37 uint8_t bitpool; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_encoder.cpp101 uint8_t bitpool = codecParam.bitpool; in CalculateFrameLength() local
105 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()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.h227 static int WriteStream(const uint16_t handle, const uint8_t config, const uint8_t bitpool);
H A Da2dp_profile.cpp864 int A2dpProfile::WriteStream(const uint16_t handle, const uint8_t config, const uint8_t bitpool) in WriteStream() argument
876 codecInfo[SAMPLE_SBC_INDEX] = bitpool; in WriteStream()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp271 LOG_INFO("[SbcEncoder] %{public}s[freq:%u][mode:%u][sub:%u][block:%u][alc:%u][bitpool:%u]\n", in SetSBCParam()
278 g_sbcEncode.bitpool); in SetSBCParam()
456 g_sbcEncode.bitpool = encParams->bitPool; in ConvertBitpoolParamToSBCParam()
623 do { // Dynamic bitpool support. in A2dpSbcCalculateEncBitPool()

Completed in 6 milliseconds