Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioprocessing/tests/fuzzer/
H A 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()
/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1733 uint32_t dstChannelCount = audio_channel_count_from_in_mask(channelMask); in getInputBufferSize() local
1740 bytes = dstFrames * audio_bytes_per_frame(dstChannelCount, format); in getInputBufferSize()