Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/tests/fuzzer/
Dlibaudioprocessing_record_buffer_converter_fuzzer.cpp139 const uint32_t srcChannelCount = audio_channel_count_from_in_mask(srcChannelMask); in LLVMFuzzerTestOneInput() local
140 if (srcChannelCount < 1 || srcChannelCount > maxChannels) { in LLVMFuzzerTestOneInput()
150 const uint32_t srcFrameSize = srcChannelCount * audio_bytes_per_sample(srcFormat); in LLVMFuzzerTestOneInput()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2014 uint32_t srcChannelCount = in getInputBufferSize() local
2017 bytes / audio_bytes_per_frame(srcChannelCount, config.format); in getInputBufferSize()