Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_constant.h37 uint8_t bitpool; member
/ohos5.0/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()
/ohos5.0/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.cpp862 int A2dpProfile::WriteStream(const uint16_t handle, const uint8_t config, const uint8_t bitpool) in WriteStream() argument
874 codecInfo[SAMPLE_SBC_INDEX] = bitpool; in WriteStream()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp278 g_sbcEncode.bitpool); in SetSBCParam()
456 g_sbcEncode.bitpool = encParams->bitPool; in ConvertBitpoolParamToSBCParam()