Searched refs:IsSupportAudioArgs (Results 1 – 2 of 2) sorted by relevance
244 bool MediaAudioEncoder::IsSupportAudioArgs(std::string &audioArg, const std::vector<std::string> &s… in IsSupportAudioArgs() function in OHOS::Media::MediaMonitor::MediaAudioEncoder274 if (IsSupportAudioArgs(sampleRate, SupportedSampleRates) && in ParseAudioArgs()275 IsSupportAudioArgs(channel, SupportedChannels) && in ParseAudioArgs()276 IsSupportAudioArgs(sampleFormat, SupportedSampleFormats)) { in ParseAudioArgs()
82 bool IsSupportAudioArgs(std::string &audioArg, const std::vector<std::string> &supportList);