Home
last modified time | relevance | path

Searched refs:g_toFFMPEGChannelLayout (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_codec/services/engine/common/
H A Dffmpeg_converter.cpp25 const std::vector<std::pair<AudioChannelLayout, uint64_t>> g_toFFMPEGChannelLayout = { member
327 auto ite = std::find_if(g_toFFMPEGChannelLayout.begin(), g_toFFMPEGChannelLayout.end(), in ConvertFFToOHAudioChannelLayout()
329 if (ite == g_toFFMPEGChannelLayout.end()) { in ConvertFFToOHAudioChannelLayout()
387 auto ite = std::find_if(g_toFFMPEGChannelLayout.begin(), g_toFFMPEGChannelLayout.end(), in ConvertFFToOHAudioChannelLayoutV2()
389 if (ite == g_toFFMPEGChannelLayout.end()) { in ConvertFFToOHAudioChannelLayoutV2()
398 auto ite = std::find_if(g_toFFMPEGChannelLayout.begin(), g_toFFMPEGChannelLayout.end(), in ConvertOHAudioChannelLayoutToFFMpeg()
400 if (ite == g_toFFMPEGChannelLayout in ConvertOHAudioChannelLayoutToFFMpeg()
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_converter.cpp30 const std::vector<std::pair<AudioChannelLayout, uint64_t>> g_toFFMPEGChannelLayout = { member
343 auto ite = std::find_if(g_toFFMPEGChannelLayout.begin(), g_toFFMPEGChannelLayout.end(), in ConvertFFToOHAudioChannelLayout()
345 if (ite == g_toFFMPEGChannelLayout.end()) { in ConvertFFToOHAudioChannelLayout()
366 auto ite = std::find_if(g_toFFMPEGChannelLayout.begin(), g_toFFMPEGChannelLayout.end(), in ConvertFFToOHAudioChannelLayoutV2()
368 if (ite == g_toFFMPEGChannelLayout.end()) { in ConvertFFToOHAudioChannelLayoutV2()
377 auto ite = std::find_if(g_toFFMPEGChannelLayout.begin(), g_toFFMPEGChannelLayout.end(), in ConvertOHAudioChannelLayoutToFFMpeg()
379 if (ite == g_toFFMPEGChannelLayout in ConvertOHAudioChannelLayoutToFFMpeg()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Dffmpeg_utils.cpp32 std::map<AudioChannelLayout, uint64_t> g_toFFMPEGChannelLayout = { member
398 auto it = g_toFFMPEGChannelLayout.find(channelLayout); in ConvertChannelLayoutToFFmpeg()
399 if (it == g_toFFMPEGChannelLayout.end()) { in ConvertChannelLayoutToFFmpeg()

Completed in 3 milliseconds