Home
last modified time | relevance | path

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

/system/media/audio_utils/fuzz/monoblend_fuzzer/
Dmonoblend_fuzzer.cpp36 FuzzedDataProvider fuzzed_data(data, size); in LLVMFuzzerTestOneInput() local
43 audio_format_t format = decideFormat(fuzzed_data.ConsumeIntegral<uint32_t>()); in LLVMFuzzerTestOneInput()
44 size_t channelCount = samples / std::max(fuzzed_data.ConsumeIntegral<uint32_t>(), (uint32_t)1); in LLVMFuzzerTestOneInput()
46 bool limit = fuzzed_data.ConsumeBool(); in LLVMFuzzerTestOneInput()
50 buf[i] = fuzzed_data.ConsumeFloatingPoint<float>(); in LLVMFuzzerTestOneInput()