Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/common/
H A Dffmpeg_converter.cpp76 const std::vector<std::pair<AudioChannelLayout, std::string_view>> g_ChannelLayoutToString = { variable
409 auto ite = std::find_if(g_ChannelLayoutToString.begin(), g_ChannelLayoutToString.end(), in ConvertOHAudioChannelLayoutToString()
411 if (ite == g_ChannelLayoutToString.end()) { in ConvertOHAudioChannelLayoutToString()
413 return g_ChannelLayoutToString[0].second; in ConvertOHAudioChannelLayoutToString()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_converter.cpp109 const std::vector<std::pair<AudioChannelLayout, std::string_view>> g_ChannelLayoutToString = { variable
403 auto ite = std::find_if(g_ChannelLayoutToString.begin(), g_ChannelLayoutToString.end(), in ConvertOHAudioChannelLayoutToString()
405 if (ite == g_ChannelLayoutToString.end()) { in ConvertOHAudioChannelLayoutToString()
407 return g_ChannelLayoutToString[0].second; in ConvertOHAudioChannelLayoutToString()