Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_codec_thread.cpp177 LOG_INFO("[A2dpCodecThread]%{public}s index:%u\n", __func__, config.GetCodecIndex()); in SourceEncode()
178 switch (config.GetCodecIndex()) { in SourceEncode()
216 LOG_INFO("[A2dpCodecThread]%{public}s index:%u\n", __func__, config.GetCodecIndex()); in SinkDecode()
218 switch (config.GetCodecIndex()) { in SinkDecode()
H A Da2dp_profile_peer.cpp506 __func__, config.GetCodecIndex(), in FindCapabilityMatched()
508 if (config.GetCodecIndex() == streamCtrl_[i].GetCodecInfo().codecIndex && in FindCapabilityMatched()
518 } else if (config.GetCodecIndex() == streamCtrl_[i].GetCodecInfo().codecIndex && in FindCapabilityMatched()
530 if (config.GetCodecIndex() == streamCtrl_[i].GetCodecInfo().codecIndex && in FindCapabilityMatched()
676 if (codecConfig_->GetCodecConfig()->GetCodecIndex() != A2DP_SOURCE_CODEC_INDEX_SBC) { in SetUserCodecConfigure()
696 … if (codecConfig_->FindSourceCodec(resultInfo)->GetCodecIndex() != A2DP_SOURCE_CODEC_INDEX_SBC) { in SetUserCodecConfigure()
1146 if (codecConfig_->FindSourceCodec(codecInfo)->GetCodecIndex() == in Reconfigure()
H A Da2dp_state_machine.cpp205 if (codecFactory->GetIndexedSinkCodecs().front()->GetCodecIndex() == in ProcessSetConfigInd()
206 … (codecFactory->FindSourceCodec(pCodecInfo)->GetCodecIndex() + A2DP_SINK_CODEC_INDEX_MIN - in ProcessSetConfigInd()
211 userConfig.codecIndex_ = codecFactory->FindSourceCodec(pCodecInfo)->GetCodecIndex(); in ProcessSetConfigInd()
415 if (codecFactory->GetIndexedSinkCodecs().front()->GetCodecIndex() == in ProcessSetConfigInd()
416 … (codecFactory->FindSourceCodec(pCodecInfo)->GetCodecIndex() + A2DP_SINK_CODEC_INDEX_MIN - in ProcessSetConfigInd()
420 userConfig.codecIndex_ = codecFactory->FindSourceCodec(pCodecInfo)->GetCodecIndex(); in ProcessSetConfigInd()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_codec_factory.cpp35 return (element1->GetCodecIndex() > element2->GetCodecIndex()); in OrderCodecPriority()
227 … LOG_INFO("[CodecFactory] %{public}s [index:%u\n", __func__, currentCodecConfig_->GetCodecIndex()); in UpdateCodecPriority()
228 if (currentCodecConfig_->GetCodecIndex() < A2DP_SOURCE_CODEC_INDEX_MAX) { in UpdateCodecPriority()
H A Da2dp_codec_config.cpp57 A2dpCodecIndex A2dpCodecConfig::GetCodecIndex() const in GetCodecIndex() function in OHOS::bluetooth::A2dpCodecConfig
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_config.h116 A2dpCodecIndex GetCodecIndex() const;