Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/pffft/
Dpffft_fuzzer.cc54 float* AllocatePffftBuffer(size_t number_of_bytes) { in AllocatePffftBuffer() function
75 float* in = AllocatePffftBuffer(number_of_bytes); in LLVMFuzzerTestOneInput()
76 float* out = AllocatePffftBuffer(number_of_bytes); in LLVMFuzzerTestOneInput()
/external/webrtc/modules/audio_processing/utility/
Dpffft_wrapper.cc23 float* AllocatePffftBuffer(size_t size) { in AllocatePffftBuffer() function
31 data_(AllocatePffftBuffer(size_)) {} in FloatBuffer()
52 AllocatePffftBuffer(GetBufferSize(fft_size_, fft_type_))) { in Pffft()