Searched refs:dstChannelCount (Results 1 – 2 of 2) sorted by relevance
130 const uint32_t dstChannelCount = audio_channel_count_from_in_mask(dstChannelMask); in LLVMFuzzerTestOneInput() local135 if (dstChannelCount < 1 || dstChannelCount > maxChannels) { in LLVMFuzzerTestOneInput()157 const uint32_t dstFrameSize = dstChannelCount * audio_bytes_per_sample(dstFormat); in LLVMFuzzerTestOneInput()
2013 uint32_t dstChannelCount = audio_channel_count_from_in_mask(channelMask); in getInputBufferSize() local2020 bytes = dstFrames * audio_bytes_per_frame(dstChannelCount, format); in getInputBufferSize()