Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/tests/fuzzer/
Dlibaudioprocessing_resampler_fuzzer.cpp157 size_t input_frame_size = single_channel_size * input_channels; in LLVMFuzzerTestOneInput() local
162 size_t input_frames = input_size / input_frame_size; in LLVMFuzzerTestOneInput()
167 Provider provider(input_data, input_frames, input_frame_size); in LLVMFuzzerTestOneInput()