Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_converter_parser.cpp149 std::string strChannelLayout = in LoadConfigChannelLayout() local
151 if (str2layout.count(strChannelLayout) == 0) { in LoadConfigChannelLayout()
155 result.outChannelLayout = str2layout[strChannelLayout]; in LoadConfigChannelLayout()
156 AUDIO_INFO_LOG("AudioVivid MCR output format is %{public}s", strChannelLayout.c_str()); in LoadConfigChannelLayout()