Home
last modified time | relevance | path

Searched refs:NotContain (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server.cpp1454 if (NotContain(AUDIO_SUPPORTED_SAMPLING_RATES, config.streamInfo.samplingRate)) { in CheckStreamInfoFormat()
1459 if (NotContain(AUDIO_SUPPORTED_FORMATS, config.streamInfo.format)) { in CheckStreamInfoFormat()
1464 if (NotContain(AUDIO_SUPPORTED_ENCODING_TYPES, config.streamInfo.encoding)) { in CheckStreamInfoFormat()
1470 if (NotContain(RENDERER_SUPPORTED_CHANNELLAYOUTS, config.streamInfo.channelLayout)) { in CheckStreamInfoFormat()
1475 if (config.audioMode == AUDIO_MODE_PLAYBACK && NotContain(RENDERER_SUPPORTED_CHANNELS, in CheckStreamInfoFormat()
1481 if (config.audioMode == AUDIO_MODE_RECORD && NotContain(CAPTURER_SUPPORTED_CHANNELS, config.streamInfo.channels)) { in CheckStreamInfoFormat()
1491 if (NotContain(AUDIO_SUPPORTED_STREAM_USAGES, config.rendererInfo.streamUsage)) { in CheckRendererFormat()
1500 if (NotContain(AUDIO_SUPPORTED_SOURCE_TYPES, config.capturerInfo.sourceType)) { in CheckRecorderFormat()
1504 if (config.capturerInfo.capturerFlags != AUDIO_FLAG_NORMAL && NotContain(AUDIO_FAST_STREAM_SUPPORTED_SOURCE_TYPES, in CheckRecorderFormat()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h176 inline bool NotContain(const std::vector<V> &array, const V &value) in NotContain() function

Completed in 6 milliseconds