Searched refs:FormatErrorOutputOption (Results 1 – 1 of 1) sorted by relevance
149 enum class FormatErrorOutputOption { enum197 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 …]