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.cpp83 int input_channels = 0; in LLVMFuzzerTestOneInput() local
101 index += parseValue(data, index, &input_channels, sizeof(int)); in LLVMFuzzerTestOneInput()
111 if (input_channels < 1 || in LLVMFuzzerTestOneInput()
112 input_channels > (quality < AudioResampler::DYN_LOW_QUALITY ? 2 : 8)) { in LLVMFuzzerTestOneInput()
119 size_t input_frame_size = single_channel_size * input_channels; in LLVMFuzzerTestOneInput()
132 AudioResampler::create(format, input_channels, output_freq, quality)); in LLVMFuzzerTestOneInput()
138 int output_channels = input_channels > 2 ? input_channels : 2; in LLVMFuzzerTestOneInput()