Searched refs:GetCodecIndex (Results 1 – 6 of 6) sorted by relevance
177 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()
506 __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()
205 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()
35 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()
57 A2dpCodecIndex A2dpCodecConfig::GetCodecIndex() const in GetCodecIndex() function in OHOS::bluetooth::A2dpCodecConfig
116 A2dpCodecIndex GetCodecIndex() const;