Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/tests/fuzzer/
Dlibaudioprocessing_resampler_fuzzer.cpp121 int input_channels = 0; in LLVMFuzzerTestOneInput() local
139 index += parseValue(data, index, &input_channels, sizeof(int)); in LLVMFuzzerTestOneInput()
149 if (input_channels < 1 || in LLVMFuzzerTestOneInput()
150 input_channels > (quality < AudioResampler::DYN_LOW_QUALITY ? 2 : 8)) { in LLVMFuzzerTestOneInput()
157 size_t input_frame_size = single_channel_size * input_channels; in LLVMFuzzerTestOneInput()
170 AudioResampler::create(format, input_channels, output_freq, quality)); in LLVMFuzzerTestOneInput()
176 int output_channels = input_channels > 2 ? input_channels : 2; in LLVMFuzzerTestOneInput()