Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/
Daudio_processing_impl.cc149 enum class FormatErrorOutputOption { enum
197 std::pair<int, FormatErrorOutputOption> ChooseErrorOutputOption( in ChooseErrorOutputOption()
207 return {AudioProcessing::kNoError, FormatErrorOutputOption::kDoNothing}; in ChooseErrorOutputOption()
220 FormatErrorOutputOption output_option; in ChooseErrorOutputOption()
224 output_option = FormatErrorOutputOption::kDoNothing; in ChooseErrorOutputOption()
229 output_option = FormatErrorOutputOption::kOutputSilence; in ChooseErrorOutputOption()
235 output_option = FormatErrorOutputOption::kOutputSilence; in ChooseErrorOutputOption()
240 FormatErrorOutputOption::kOutputBroadcastCopyOfFirstInputChannel; in ChooseErrorOutputOption()
244 output_option = FormatErrorOutputOption::kOutputExactCopyOfInput; in ChooseErrorOutputOption()
265 case FormatErrorOutputOption::kOutputSilence: in HandleUnsupportedAudioFormats()
[all …]