Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/tests/fuzzer/
Dlibaudioprocessing_record_buffer_converter_fuzzer.cpp130 const uint32_t dstChannelCount = audio_channel_count_from_in_mask(dstChannelMask); in LLVMFuzzerTestOneInput() local
135 if (dstChannelCount < 1 || dstChannelCount > maxChannels) { in LLVMFuzzerTestOneInput()
157 const uint32_t dstFrameSize = dstChannelCount * audio_bytes_per_sample(dstFormat); in LLVMFuzzerTestOneInput()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2013 uint32_t dstChannelCount = audio_channel_count_from_in_mask(channelMask); in getInputBufferSize() local
2020 bytes = dstFrames * audio_bytes_per_frame(dstChannelCount, format); in getInputBufferSize()