Searched refs:srcChannelCount (Results 1 – 2 of 2) sorted by relevance
139 const uint32_t srcChannelCount = audio_channel_count_from_in_mask(srcChannelMask); in LLVMFuzzerTestOneInput() local140 if (srcChannelCount < 1 || srcChannelCount > maxChannels) { in LLVMFuzzerTestOneInput()150 const uint32_t srcFrameSize = srcChannelCount * audio_bytes_per_sample(srcFormat); in LLVMFuzzerTestOneInput()
2014 uint32_t srcChannelCount = in getInputBufferSize() local2017 bytes / audio_bytes_per_frame(srcChannelCount, config.format); in getInputBufferSize()